Last Updated 10/28/2022
Eigenvalues and Eigenvectors
To compute the eigenvalues of a square matrix, we use the eigenvalues command. For example, let us find the eigenvalues of the matrix .
The eigenvalues are -1 and 5.
To find both the eigenvalues and eigenvectors, we use the eigenvectors_right command instead. Note that each eigenvector is unique up to a scalar multiple. Refer to your textbook for more information.
The results listed for each eigenvalue, one of its eigenvectors, and the multiplicity of the eigenvalue in the matrix's characteristic polynomial. For example, is an eigenvector of the eigenvalue 5, and is an eigenvector of the eigenvalue -1. The characteristic polynomial of the matrix is .
Try this!
Find the eigenvalues of the matrix .