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