Choose any matrix order 2x2, 3x3, 4x4, 5x5, put values, and this eigenvalues and eigenvectors calculator will instantly determine the answer within steps shown.
Related
This calculator helps calculate eigenvalues and eigenvectors (eigenspace) of a given square matrix and provides step-by-step solutions. It supports 2×2, 3×3, 4×4, and 5×5 matrices.
Eigenvalue: An eigenvalue is a scalar (λ) associated with a square matrix A. It represents how a linear transformation scales a corresponding eigenvector without changing its direction.
Eigenvector: An eigenvector is a non-zero vector that, when transformed by the matrix A, changes only in magnitude (scaled by its eigenvalue) but not in direction. Mathematically: Av = λv
Eigenvalues: det(A − λI) = 0
Eigenvectors: (A − λI)v = 0
A → square matrix, λ → eigenvalue, I → identity matrix, v → eigenvector
The fundamental relationship is: Av = λv. Here, λ represents the scaling factor, and v is the vector that is only scaled and not rotated. This equation can also be written as (A − λI)v = 0 to solve for eigenpairs.
Consider the matrix: A = [[2, 1], [1, 2]]
Find the eigenvalues: det(A − λI) = 0 → (2−λ)^2 − 1 = 0 → λ₁ = 3, λ₂ = 1
Eigenvector for λ = 3: v₁ = [1, 1]
Eigenvector for λ = 1: v₂ = [1, −1]
Choose matrix size (2×2, 3×3, 4×4, or 5×5), enter the matrix elements, and click "CALCULATE" to get eigenvalues and eigenvectors instantly.
Matrix A can be decomposed as A = PDP⁻¹, where P is the matrix of eigenvectors, D is the diagonal matrix of eigenvalues, and P⁻¹ is the inverse of P. For symmetric matrices: A = PDPᵀ.
Applications include system dynamics and stability analysis, quantum mechanics state analysis, PCA in data science, vibrations and mechanical systems analysis, Markov chains, matrix diagonalization, and graph/network analysis.
Multiple eigenvalues may have one or more corresponding eigenvectors.
Yes, the calculator supports 2×2, 3×3, 4×4, and 5×5 matrices.
To find eigenvectors once eigenvalues are known, solve (A − λI)v = 0 for each eigenvalue.
Other names for eigenvalues: latent roots, characteristic roots, characteristic values, proper values.
Wikipedia: Eigenvalues and eigenvectors
Libretext Mathematics: Eigenvalues and Eigenvectors of a Matrix
Marcus, M. and Minc, H., Introduction to Linear Algebra, Dover, 1988.
Press, W. H. et al., Numerical Recipes in FORTRAN, Cambridge University Press, 1992.
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net