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.3179.0 (4.8.3179.0)
Syntax
C#
public Complex[] Roots()

Return Value

Complex
a vector of complex numbers with the roots
See Also