Basics of the eigenvalue problem
1Introduction
The
Both and are unknown. The method is therefore two-stage: first find the values of for which loses rank, then find the kernel of .
2Terms and definitions
Let be an
The
The
3Plan
The solving order is:
- Rewrite as .
- Require a nonzero solution, so .
- Solve the characteristic equation.
- For each eigenvalue, solve to obtain the eigenspace.
4Intuitive explanation
The eigenvalue problem looks for directions that does not turn. The matrix compares the action of with pure scaling by . A nonzero vector in the kernel of is a direction where these two actions agree.
5Precise explanation
5.11. Eigenvalues and rank deficiency
For ,
Thus is an eigenvalue exactly when the homogeneous system has a nontrivial solution. Since is square,
This is why rank and determinants enter the eigenvalue problem.
5.22. Why the algorithm is valid
Solving keeps exactly the values for which a nonzero kernel can exist. For every other , is invertible and the kernel is zero.
5.33. Generalized eigenvalue problem
The
If is invertible, this reduces to . If is not invertible, one studies the matrix pencil directly.
6Worked example
For
the characteristic equation is
Thus . For , the eigenspace is
For , the eigenspace is
7Connection to companion matrices
The eigenvalue problem also converts polynomial root problems into matrix problems. A
8How to recognize the method
For , first solve . Then find eigenvectors as the kernel of . For , first check whether is invertible.
9Scope
This lecture treats finite-dimensional square matrices. Real matrices may have complex eigenvalues, so extending scalars to the complex numbers is often necessary. In numerical computation, directly expanding the characteristic polynomial is often unstable; practical algorithms such as the QR method are used, but this lecture focuses on definitions and proofs.
10Final forms
11In one sentence
- The eigenvalue problem first finds where rank drops, then finds the kernel at that value.