PolynomialsPolySolve(Double) Method

Solves a polynomial equation with real coefficients.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static CVector PolySolve(
	params double[] coefficients
)

Parameters

coefficients  Double
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