Definition
Eigenvectors are “exceptional” vectors that do not change direction when multiplied by a square matrix . The vector is only scaled by a factor called the eigenvalue.
- How to read: “The matrix A times the vector x equals the scalar lambda times the vector x.”
- Meaning: Eigenvector changes only in scale, not in direction, under multiplication by .
Why It Matters
Complex systems look like a mess of coupled variables until you find their “eigen-directions” (eigenvectors). These are the “hidden axes” of stability and change—they tell you the independent directions in which a system naturally moves or vibrates.
Core Concepts
-
Core defining equation
- How to read: “The matrix A multiplied by the vector x equals lambda times the vector x.”
- Meaning: x is unchanged in direction (only scaled by λ). These are the special directions of the linear transformation A.
-
Finding eigenvectors for a known eigenvalue λ
- How to read: “The quantity A minus lambda times I, multiplied by the vector x, equals the zero vector.”
- Meaning: Solve the nullspace of to find all eigenvectors for that —an entire eigenspace (line, plane, etc.).