Click or drag to resize

PolynomialRoots Method

Calculates the complex roots of the polynomial by eigenvalue decomposition.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Complex[] Roots()

Return Value

Complex
An array of complex numbers containing the roots.
See Also