PolynomialsPolySolve(DVector) Method |
Solves a polynomial equation with real coefficients.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic static CVector PolySolve(
DVector coefficients
)
Parameters
- coefficients DVector
-
Real coefficients of the polynomial.
The first element is the coefficient of the lowest degree term.
Return Value
CVectorThe array of complex or real roots.
See Also