Eigenvalues and Eigenvectors
Summary
An eigenvector of a square matrix is a nonzero vector mapped to a scalar multiple of itself. Eigenvalues are those scalars. The spectral picture diagonalizes (or Jordan-reduces) linear maps and underpins differential equations, PCA, and stability analysis.
Prerequisites
Determinants, Vector Spaces and Bases, Matrices and Row Reduction. Hub: Linear Algebra.
Definition / Statement
Let
Equivalently,
so
The polynomial
Objects and Dimensions
| Object | Meaning | Dimensions |
|---|---|---|
|
|
square matrix |
|
|
|
eigenvalue | scalar |
|
|
eigenvector |
|
|
|
eigenspace | subspace of
|
Notation
| Symbol | Meaning |
|---|---|
|
|
eigen-equation |
|
|
characteristic polynomial |
| algebraic multiplicity | multiplicity of
|
| geometric multiplicity |
|
Conditions / Assumptions
- Eigenvectors are nonzero by definition;
is never called an eigenvector. - Over
, eigenvalues may be complex (come in conjugate pairs for real ). -
is diagonalizable if and only if there is a basis of (or ) consisting of eigenvectors, equivalently the sum of geometric multiplicities equals (over an algebraically closed field, algebraic and geometric multiplicities must match for each eigenvalue). - Geometric multiplicity is at most algebraic multiplicity and at least
for each eigenvalue.
Matrix / Vector Form
Characteristic equation
Diagonalization: if
for integers
Trace and determinant (counting algebraic multiplicity):
Geometric Interpretation
- On the line spanned by
, acts as scaling by . -
: fixed directions; : flips; : contraction along that axis (in iterative maps).
Worked Example
Eigenvalues
For
For
Common Mistakes
- Writing
as without tracking sign: both are fine if used consistently ( is monic). - Allowing
as an eigenvector. - Assuming every real matrix has a full set of real eigenvectors.
- Confusing algebraic and geometric multiplicity.
Connections
- Related: Determinants, Vector Spaces and Bases, Orthogonality and Projections (symmetric matrices: real orthonormal eigenbases)
- Next: Orthogonality and Projections, Least Squares and QR
- Applications: spectral methods, PCA, differential systems
References
Eigenvalue theory as in MIT 18.06.[1]
MIT OpenCourseWare, 18.06 Linear Algebra, https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/ ↩︎