PolynomialEigenvalueMatrix Method |
Gets 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.3572.0 (4.8.3572.0)
Syntaxpublic DenseMatrix EigenvalueMatrix()
Return Value
DenseMatrixThe eigenvalue matrix A, or
null if the polynomial degree is less than 2.
See Also