対角化 の基本
Basics of diagonalization
1導入 どうにゅう
この
1Introduction
The key point of this lecture is that
A
2用語 ようご と定義 ていぎ
と
この
2Terms and definitions
A matrix is
and is diagonal.
This equation preserves the underlying
An
3方針 ほうしん
まず、
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.md4直感的 ちょっかんてき な説明 せつめい
4Intuitive 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
5厳密 げんみつ な説明 せつめい
5.11. 固有ベクトル eigenvector を並 なら べる
このとき
とおけば
である。なぜなら、 の
となる。
たとえば
では、 の
と
である。この
5.22. 対角化 たいかくか diagonalization の条件 じょうけん
より
である。
が
5.33. 対角化 たいかくか diagonalization の利点 りてん
となり、
さらに、
では
を
となり、 は
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.
6判定基準 はんていきじゅん
固有値 こゆうち eigenvalue と固有ベクトル eigenvector を求 もと めたあと、「対角化 たいかくか diagonalization できるか」と問 と われたら、一次独立 いちじどくりつ linear independence な固有ベクトル eigenvector が十分 じゅうぶん に存在 そんざい するかを確認 かくにん する。行列 ぎょうれつ matrix の高 たか い冪 べき や漸化式 ぜんかしき が表 あらわ れたら、対角化 たいかくか diagonalization の適用 てきよう を検討 けんとう する。固有値 こゆうち eigenvalue がすべて異 こと なるなら、対角化可能 たいかくかかのう である。ただし重複 ちょうふく がある場合 ばあい においても、GM = AM が成立 せいりつ すれば対角化可能 たいかくかかのう である。
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.
7どこまで成立 せいりつ するか
は
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.
8最終形 さいしゅうけい
8Final forms
9一言 ひとこと でいうと
対角化 たいかくか diagonalization は、固有ベクトル eigenvector を基底 きてい basis に選択 せんたく し直 なお して、線型変換 せんけいへんかん linear transformation を「方向 ほうこう ごとの倍率 ばいりつ 」として再記述 さいきじゅつ することである。
9In one sentence
10定理 ていり と証明 しょうめい :対角化 たいかくか できることと固有ベクトル eigenvector 基底 きてい
まず とする。 の
である。 は
である。 は
この
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.