Click or drag to resize

PolynomialEigenvalueMatrix Method

Get 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.3179.0 (4.8.3179.0)
Syntax
C#
public DenseMatrix EigenvalueMatrix()

Return Value

DenseMatrix
Eigenvalue matrix A
See Also