PolynomialEigenvalueMatrix Method |
Get the eigenvalue matrix A of this polynomial such that eig(A) = roots of this polynomial.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DenseMatrix EigenvalueMatrix()
Return Value
DenseMatrixEigenvalue matrix A
See Also