FullCalculator

Eigenvalue Calculator

2×2 Matrix Eigenvalues

Find eigenvalues and eigenvectors of a 2×2 matrix

Eigenvalue Properties (2×2)

Check eigenvalue properties: sum equals trace, product equals determinant

Formula

det(A - λI) = 0 | 2×2: λ² - trace·λ + det = 0 | Σλᵢ = trace(A), Πλᵢ = det(A)

Frequently Asked Questions

What is an eigenvalue?
An eigenvalue λ of a matrix A satisfies Av = λv, where v is the corresponding eigenvector. This means the matrix multiplication only scales the vector, without changing its direction. Eigenvalues are found by solving det(A - λI) = 0.
How do you find eigenvalues of a 2×2 matrix?
For a 2×2 matrix [[a,b],[c,d]], solve the characteristic equation: λ² - (a+d)λ + (ad-bc) = 0. The eigenvalues are λ = [(a+d) ± √((a+d)² - 4(ad-bc))] / 2.

You may also need