Polynomial<T>.Find Roots Method
Gets the set of X-coordinates where the Polynomial<T>
crosses the X-axis.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
An array of X-coordinates where the Polynomial<T> crosses the X-axis.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public override T[] FindRoots()
Return Value
T[]An array of X-coordinates where the Polynomial<T> crosses the X-axis.
Remarks
In general, a polynomial of degree n has up to n roots.