Click or drag to resize

PolynomialsPolySolve(DVector) Method

Solves a polynomial equation with real coefficients.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public 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

CVector
The array of complex or real roots.
See Also