An eigenvector is a nonzero vector that stays on the same line after multiplication by A. The corresponding eigenvalue λ records how that vector is scaled or reversed. The chapter compares this behavior across many common two-dimensional transformations, including matrices with no real eigenvectors.
Eigenvectors identify the directions in which a matrix acts by simple scalar multiplication.
The large comparison table shows the original grid, transformed grid, eigenvector directions and the images of selected vectors for each matrix type.
The transformed vector Ax lies on the same line as x. The eigenvalue λ determines its length and orientation: |λ| gives the scaling factor, while the sign of a real λ determines whether the direction is preserved or reversed. When no nonzero real vector satisfies the equation, the matrix has no real eigenvector direction.
Eigenvector directions across scaling, shear, symmetric matrices, projection, reflection, rotation and other 2D transformations
The PDF page links below are best-effort: most browsers support them, but some viewers may ignore the page hint.
| Topic | Pages |
|---|---|
| Definition and examples | 1–4 |
| Interpolating the matrices for animations | 4–5 |
For M(t) = (1 − t)I + tA, an eigenvector x of A remains an eigenvector of every intermediate matrix: M(t)x = (1 − t + tλ)x. Its direction therefore stays fixed while its eigenvalue follows λ(t) = 1 + t(λ − 1), moving linearly from 1 to λ. If λ < 0, the vector shrinks to zero and then reappears in the opposite direction.