Eigenvector Foundations
Most vectors change direction under a linear transformation. But special nonzero vectors are only scaled, meaning the transformation stretches or shrinks them without rotating.
Such a vector is an eigenvector, and its scale factor is the eigenvalue . The defining equation is:
Applying to eigenvector returns scaled by . Eigenvectors act as the natural axes where a transformation operates as pure scaling.
| Property | Meaning | Effect on Vector |
|---|---|---|
| Expansion | Stretches length | |
| Compression | Shrinks length | |
| Reflection | Flips direction |
Common pitfall: An eigenvector must be nonzero and keep its line of direction. The zero vector satisfies for every , so it is excluded.
Finding Eigenvalues & Eigenspaces
To find eigenvalues, rewrite as . For a nonzero solution to exist, the matrix must be singular.
This yields the characteristic equation:
Solving this polynomial gives the eigenvalues. For each eigenvalue, its eigenvectors are the nonzero solutions of , known as the eigenspace.
| Check | Rule | Purpose |
|---|---|---|
| Trace | Sum of eigenvalues | Consistency check |
| Determinant | Product of eigenvalues | Consistency check |
Long-term behavior: Under repeated application (), the largest-magnitude eigenvalue dominates dynamics, powering Markov chains and iterative methods.