Eigenvalue and Eigenvector Calculator
Find the real eigenvalues and normalized eigenvectors of a 2 by 2 matrix.
About eigenvalues and eigenvectors
Eigenvalue examples
| Matrix | Eigenvalues | Interpretation |
|---|---|---|
| [2, 0; 0, 3] | 3 and 2 | A diagonal matrix uses its diagonal entries. |
| [2, 1; 1, 2] | 3 and 1 | The principal directions are the two diagonals. |
| [4, 2; 1, 3] | 5 and 2 | Two distinct real eigenvalues are produced. |
How to calculate eigenvalues
- Enter the four matrix elements by row.
- Select Calculate eigenvalues to solve the characteristic equation.
- Read each real eigenvalue and its corresponding normalized eigenvector.
- Verify a result by multiplying the matrix by the displayed vector.
Frequently asked questions
What is an eigenvalue?
An eigenvalue is the factor by which a matrix scales a special direction. It may be positive, negative, or zero.
What is an eigenvector?
An eigenvector is a nonzero vector whose direction is preserved by a matrix transformation. Any nonzero scalar multiple represents the same eigenvector direction.
Why can eigenvectors look different?
Eigenvectors are not unique in length or sign. Two proportional vectors describe the same eigenspace and are equally correct.
Can a matrix have complex eigenvalues?
Yes, a real matrix can have a conjugate pair of complex eigenvalues. This focused calculator identifies that case but displays only real eigenpairs.
How do I check an eigenpair?
Multiply the matrix by the proposed eigenvector. The result should equal the eigenvalue multiplied by that same vector, apart from rounding.