Eigenvalue & Eigenvector Calculator
Enter a 2×2 or 3×3 matrix to find its eigenvalues and eigenvectors. The tool shows the characteristic polynomial det(A − λI) = 0, solves for real and complex eigenvalues, computes normalized eigenvectors, and builds the diagonalization A = PDP⁻¹ when possible.
Matrix Input
Matrix Size
Matrix A (2×2)
Presets
Determinant
8
Trace
6
Symmetric
Yes
Diagonalizable
Yes
Characteristic Polynomial
det(A − λI) = 0
Eigenvalues & Eigenvectors
Diagonalization
A = P D P⁻¹
P (eigenvectors)
D (eigenvalues)
Eigenvector Directions (2D)
Reference Guide
Eigenvalues
A scalar λ is an eigenvalue of matrix A if there exists a nonzero vector v such that Av = λv. Geometrically, eigenvectors are directions that only scale under the transformation — they do not rotate.
To find eigenvalues, set up the characteristic equation and solve for λ.
A real n×n matrix always has exactly n eigenvalues (counting multiplicity) in ℂ. They can be real or come in complex conjugate pairs.
Eigenvectors
Once eigenvalue λ is known, find the eigenvector v by solving the homogeneous system:
The solution is the null space of (A − λI). Any nonzero vector in this null space is a valid eigenvector. This tool returns normalized eigenvectors (magnitude 1) for each real eigenvalue.
If λ is complex, the eigenvectors are also complex and are not shown on the real-plane plot.
Characteristic Polynomial
For a 2×2 matrix the characteristic polynomial is a quadratic with coefficients determined by the trace and determinant:
For a 3×3 matrix it is a cubic:
where M₁₁, M₂₂, M₃₃ are the 2×2 principal minors (upper-left, center, lower-right cofactors).
Diagonalization
A matrix A is diagonalizable if it can be written as A = PDP⁻¹ where D is diagonal and P contains eigenvectors as columns.
Sufficient conditions for diagonalizability:
- n distinct eigenvalues always give n independent eigenvectors.
- Real symmetric matrices are always orthogonally diagonalizable (spectral theorem).
- A repeated eigenvalue may or may not be diagonalizable — it fails only when the geometric multiplicity is less than the algebraic multiplicity.