TNumber.Polyroots2 Method

Finds the polynomial roots for this vector contaning polynomial coefficients. Alternative algorithm supports maximum 5 variables to solve.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber Polyroots2()

Return Value

TNumber
A vector containing the polynomial roots.

Exceptions

GeneralExceptionThrown if power of the polynome is too high.

See Also