Polynomial.FindComplexRoots 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#
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.

See Also