Eigenvalue Calculator
Enter a 2x2 or 3x3 matrix to instantly compute its eigenvalues and eigenvectors with full step-by-step output.
Matrix Input
Enter a matrix and click Calculate to see eigenvalues and eigenvectors.
Characteristic Polynomial
det(A − λI) = 0
Eigenvalues
Eigenvectors (unit length)
Summary
Enter a 2x2 or 3x3 matrix to instantly compute its eigenvalues and eigenvectors with full step-by-step output.
How it works
- Select the matrix size: 2x2 or 3x3.
- Enter the matrix entries in the grid (decimal values are supported).
- Click "Calculate" to run the computation.
- The tool builds the characteristic polynomial det(A - λI) and solves for all eigenvalues λ.
- For each eigenvalue, it solves (A - λI)v = 0 to find a corresponding eigenvector.
- Results appear instantly with the characteristic equation, eigenvalues, and eigenvectors.
Use cases
- Verify hand-computed eigenvalues for linear algebra homework.
- Analyze the stability of a dynamic system by checking eigenvalue signs.
- Find principal axes for a 2D or 3D stress tensor in engineering.
- Check whether a matrix is diagonalizable before further computation.
- Understand the principal components in a small covariance matrix.
- Confirm that eigenvectors are orthogonal for symmetric matrices.
- Prototype numerical methods before implementing them in code.
- Explore how eigenvalues change as matrix entries change.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu