Eigenvalues

Matrix Eigenvalues (WMA link)


Eigenvalues[m]

computes the eigenvalues of the matrix m.

By default, Sympy's routine is used. Sometimes this is slow and less good than the corresponding mpmath routine.

Use option Method->“mpmath” if you want to use mpmath's routine instead.


Numeric eigenvalues are sorted in order of decreasing absolute value:

Symbolic eigenvalues:

Eigensystem
Eigenvectors