Click or drag to resize

PolynomialEigenvalueMatrix Method

Gets the eigenvalue matrix A of this polynomial such that eig(A) = roots of this polynomial.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DenseMatrix EigenvalueMatrix()

Return Value

DenseMatrix
The eigenvalue matrix A, or null if the polynomial degree is less than 2.
See Also