Click or drag to resize

FindRootsPolynomial(Polynomial) Method

Find all roots of a polynomial by calculating the characteristic polynomial of the companion matrix

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex[] Polynomial(
	Polynomial polynomial
)

Parameters

polynomial  Polynomial
The polynomial.

Return Value

Complex
The roots of the polynomial
See Also