Compute eigenvalues of square matrices with step-by-step explanations.
For a 2×2 matrix
Setting expands to a quadratic:
Solved with the quadratic formula. The discriminant determines whether eigenvalues are real () or complex ().
For a 3×3 matrix
The characteristic polynomial is a degree-3 (cubic) equation:
This calculator solves it using Cardano's method (depressed cubic). Three cases arise: one real root (positive discriminant), a repeated real root (zero discriminant), or three distinct real roots (negative discriminant — the casus irreducibilis requiring trigonometric solution).
For n > 3 matrices
No closed-form formula exists (Abel–Ruffini theorem). This calculator uses the QR algorithm: iteratively decomposing and updating until the matrix converges to (quasi-)triangular form, reading eigenvalues from the diagonal.
Principal Component Analysis (PCA)
Eigenvalues of the covariance matrix rank the importance of each principal component. The largest eigenvalue corresponds to the direction of greatest variance in the data.
Google PageRank
PageRank is the dominant eigenvector of the web's link-transition matrix, corresponding to eigenvalue 1. The power method iteratively finds this eigenvector.
Quantum Mechanics
Observable quantities (energy, momentum, spin) are eigenvalues of Hermitian operators. Schrödinger's equation is an eigenvalue problem where E is the energy eigenvalue.
Structural Engineering
Natural frequencies of vibration of a structure are square roots of eigenvalues of (mass-stiffness system). Engineers must ensure these don't match external forcing frequencies to avoid resonance.
| Matrix Type | Definition | Eigenvalue Property |
|---|---|---|
| Symmetric | All eigenvalues are real | |
| Orthogonal | (on unit circle) | |
| Positive Definite | All eigenvalues | |
| Skew-Symmetric | Purely imaginary or zero | |
| Diagonal | Off-diagonal entries = 0 | Eigenvalues are the diagonal entries |
| Idempotent | Each eigenvalue is 0 or 1 | |
| Nilpotent | All eigenvalues are 0 |
Reduce matrices to row echelon form step-by-step
Multiply matrices with detailed steps
Calculate cross product of 3D vectors
Solve quadratic equations step-by-step