Eigen-Stuff
Definitions
Eigenvalue and Eigenvector
Let be a linear transformation on a vector space over a field . A scalar is called an eigenvalue of if there exists a non-zero vector such that:
The non-zero vector is called an eigenvector corresponding to the eigenvalue .
Eigenspace
For a given eigenvalue of , the eigenspace is the set of all vectors that satisfy , including the zero vector:
The eigenspace is a subspace of .
Properties
Finding Eigenvalues and Eigenvectors
The eigenvalues of a matrix are found by solving the characteristic polynomial:
For each eigenvalue , the corresponding eigenvectors are the non-zero solutions to:
Multiplicity
- The algebraic multiplicity of an eigenvalue is its multiplicity as a root of the characteristic polynomial.
- The geometric multiplicity of an eigenvalue is the dimension of its eigenspace.
Important Theorems
- The sum of the algebraic multiplicities of all eigenvalues equals the size of the matrix.
- The geometric multiplicity of an eigenvalue is always less than or equal to its algebraic multiplicity.
- A matrix is diagonalizable if and only if the geometric multiplicity equals the algebraic multiplicity for every eigenvalue.
Examples
2x2 Matrix
Consider the matrix:
- Find eigenvalues:
- Find eigenvectors:
- For :
- For :
Applications
Eigenvalues and eigenvectors are fundamental in:
- Solving systems of differential equations
- Principal Component Analysis (PCA) in statistics
- Stability analysis in physics and engineering
- Quantum mechanics (energy levels and states)
- Graph theory (spectral graph theory)
- Computer graphics (principal axes of objects)