TNumber.Polyroots2 Method
Finds the polynomial roots for this vector contaning polynomial coefficients. Alternative algorithm supports maximum 5 variables to solve.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber Polyroots2()
Public Function Polyroots2 As TNumber
public:
TNumber^ Polyroots2()
member Polyroots2 : unit -> TNumber
Return Value
TNumberA vector containing the polynomial roots.