Polynomial.Find Complex Roots Method
Gets the set of roots of the Polynomial.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An array containing the complex number roots of the Polynomial.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Complex<double>[] FindComplexRoots()
Return Value
Complex<Double>[]An array containing the complex number roots of the Polynomial.
Remarks
A polynomial of degree n has exactly n complex roots.