Eigenvalue Calculator
An eigenvalue calculator is a linear algebra tool that computes the eigenvalues and eigenvectors of a square matrix. The calculator solves the characteristic equation, defined as the determinant of the matrix minus lambda times the identity matrix equals zero, to find the eigenvalues. It then calculates the corresponding eigenspaces and eigenvectors by solving the resulting null spaces. The calculator supports matrices up to size three-by-three and outputs step-by-step determinant expansion. College math and engineering students use this tool to study linear transformations.
Enter the four entries of a 2×2 matrix. The calculator returns the trace, determinant, characteristic polynomial λ² − tr(A)·λ + det(A) = 0, and the two eigenvalues (real, repeated, or complex).
Quick Answer
Calculate eigenvalues and eigenvectors of a square matrix. Enter the matrix elements to find characteristic polynomials and unique vector solutions.
2 × 2 matrix A
Enter the four entries of a 2×2 matrix. The calculator returns the eigenvalues using the trace and determinant identity.
Scope
This calculator handles 2×2 matrices. The characteristic equation simplifies to a quadratic in λ:
λ² − tr(A)·λ + det(A) = 0
For 3×3 and larger matrices, eigenvalue computation needs a cubic (or higher) characteristic polynomial solver. That is out of scope on this page; use a CAS or numerical library.
Eigenvalues (real, distinct)
λ₁ = 5, λ₂ = 2
λ² − (7)·λ + (10) = 0
Real distinct eigenvalues correspond to a matrix with two independent directions of pure scaling. Complex eigenvalues indicate a rotation component. A repeated eigenvalue means a single eigenvalue with algebraic multiplicity 2.
Examples
A = [[4,1],[2,3]]
λ = 5 and 2
A = [[2,1],[0,2]]
λ = 2 (repeated)
A = [[0,−1],[1,0]] (rotation)
λ = ±i
A = [[3,2],[1,4]]
λ ≈ 5 and 2
How it works
For any 2×2 matrix A, the characteristic equation det(A − λI) = 0 expands to a quadratic whose coefficients are the trace and determinant. Solving with the quadratic formula gives the eigenvalues directly.
Characteristic · λ² − tr(A)·λ + det(A) = 0
Discriminant · D = tr(A)² − 4·det(A)
Eigenvalues · λ = (tr(A) ± √D) / 2
Related linear algebra calculators
- Matrix calculator for matrix arithmetic on the matrix you are analyzing.
- Quadratic formula calculator for the underlying equation when you want to see the full quadratic worked.
- RREF calculator for finding eigenvectors once you have the eigenvalues (solve (A − λI)x = 0).
- All education calculators.
Related Calculators
More tools from Education



