Polynomial.FindComplexRoots Method

Gets the set of roots of the Polynomial.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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