FindRootsPolynomial(Polynomial) Method |
Find all roots of a polynomial by calculating the characteristic polynomial of the companion matrix
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex[] Polynomial(
Polynomial polynomial
)
Parameters
- polynomial Polynomial
- The polynomial.
Return Value
ComplexThe roots of the polynomial
See Also