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