Polynomial.Find Complex Roots Method
Gets the set of roots of the Polynomial.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An array containing the complex number roots of the Polynomial.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.