Basics of diagonalization
1Introduction
The key point of this lecture is that
A
2Terms and definitions
A matrix is
and is diagonal.
This equation preserves the underlying
An
3Plan
First we show that if eigenvectors form a basis, then the matrix representation becomes diagonal. Diagonalization is a change of basis applied to a linear map: the same transformation is rewritten in an eigenbasis. Then we express diagonalizability using geometric and algebraic multiplicities, and finally connect diagonalization to powers, recurrence relations, and differential equations.
data/lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md data/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md4Intuitive explanation
In standard coordinates, a transformation may mix coordinate directions in a complicated way. If we rotate or change the coordinate axes so that they align with the natural directions of stretching, the transformation becomes simple. Aligning the coordinate axes with
5Precise explanation
5.11. Put eigenvectors into a matrix
Suppose are linearly independent eigenvectors of , with corresponding eigenvalues . Define
Then
Indeed, the -th column of is , and the -th column of is also . Since the are linearly independent, is invertible, so
For example, let
We may take
Then
and . The linear transformation itself has not changed; only the axes used to describe it have changed. In the eigenbasis, the first axis is scaled by and the second by .
5.22. Conditions for diagonalization 対角化 たいかくか
For an -dimensional space, is diagonalizable exactly when there are linearly independent eigenvectors.
If all eigenvalues are distinct, their eigenvectors are automatically linearly independent, so is diagonalizable. This is a sufficient condition, not a necessary one.
More fundamentally,
When the characteristic polynomial splits over the field, is diagonalizable exactly when every eigenvalue satisfies
Here is geometric multiplicity and is algebraic multiplicity.
5.33. Why diagonalization is useful
If , then
This makes high powers and repeated applications much easier to compute, because is obtained by raising each diagonal entry to the -th power.
For a system of differential equations
one studies
If , then
and is the diagonal matrix whose entries are . Thus diagonalization is useful not only for powers of matrices but also for differential equations.
6Criteria
- After finding
eigenvalues and固有値 こゆうち eigenvectors , ask whether enough linearly independent eigenvectors exist.固有 こゆう ベクトル - When large powers of a matrix or recurrence relations appear, consider diagonalization.
- Distinct eigenvalues guarantee diagonalizability. Repeated eigenvalues require checking whether GM equals AM.
7Scope and limitations
Having eigenvalues is not the same as being diagonalizable. For example,
has the eigenvalue , but only one linearly independent eigenvector. It cannot be diagonalized.
8Final forms
9In one sentence
10Theorem and proof: diagonalizability and eigenvector bases
For an matrix , is diagonalizable if and only if has a basis consisting of eigenvectors of .
First suppose . Let the columns of be , and let the diagonal entries of be . Since , comparing columns gives
Because is invertible, its columns form a basis. Hence there is an eigenvector basis.
Conversely, suppose is an eigenvector basis and . Let
Then column by column. Since is invertible, .
This theorem shows that diagonalization is exactly the operation of replacing coordinate axes by eigendirections.