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

See Also