TMatrix.PolyRoots Method

Finds the polynomial roots for this vector contaning polynomial coefficients. The eigenvalue method is used.

Definition

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

Return Value

TMatrix
A vector containing the polynomial roots.

Exceptions

GeneralExceptionThrown unless this TMatrix is a vector.

See Also