Eigenvector Calculator
Enter a 2x2 matrix and instantly compute its eigenvalues and eigenvectors step by step.
Enter 2×2 Matrix
[
]
Example Matrices
Enter matrix values and click Calculate
Eigenvalue λ₁
Eigenvalue λ₂
Eigenvector for λ₁ =
Eigenvector for λ₂ =
Step-by-Step Working
Copied!
Summary
Enter a 2x2 matrix and instantly compute its eigenvalues and eigenvectors step by step.
How it works
- Enter the four entries of your 2x2 matrix (a, b, c, d).
- The tool forms the characteristic polynomial: λ² − (a+d)λ + (ad−bc) = 0.
- It solves the quadratic to find eigenvalues λ₁ and λ₂ (real or complex).
- For each eigenvalue, it solves (A − λI)v = 0 to find the eigenvector direction.
- Results are displayed with full step-by-step working you can copy or verify.
Use cases
- Check linear algebra homework involving 2x2 eigenvalue problems.
- Verify hand-computed eigenvectors before submitting coursework.
- Understand principal component directions in small covariance matrices.
- Analyze stability of 2D dynamical systems by inspecting eigenvalue signs.
- Find the axes of rotation or scaling for 2D transformation matrices.
- Confirm diagonalizability by checking whether two distinct eigenvectors exist.
- Prototype eigenvalue algorithms before scaling to larger matrices.
- Quickly decompose simple Markov chain transition matrices.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu