逆行列 の計算手順
Procedure for computing an inverse matrix
1導入 どうにゅう
この
1Introduction
The standard computation of uses row reduction on the
2用語 ようご と定義 ていぎ
を
を
を
3方針 ほうしん
を に
4直感的 ちょっかんてき な説明 せつめい
である。したがって である。
5厳密 げんみつ な説明 せつめい
を
に
である。もし
である。したがって は の
が
この
2Terms and definitions
Let be a
is called the
For computation, form the
and aim, by
3Strategy
Check whether can be transformed into . If it can, applying the same row operations to the right block gives . If it cannot, then is not
4Intuitive explanation
An
Therefore . Applying the same operations to the right-side reveals , so the right block becomes .
5Precise explanation
Applying row operations to
is the same as multiplying on the left by an invertible matrix. If the product of the elementary matrices is , then
If the left block becomes , then . For square matrices, the existence of a left inverse implies invertibility, and . Hence
The key facts are that elementary row operations are invertible left multiplications and that the identity matrix is the neutral element for composition.
data/lecture/math/linear-algebra/elementary-row-operations.lecture.n.md data/lecture/math/linear-algebra/identity-zero-and-transpose-matrices.lecture.n.md6手順 てじゅん が成立 せいりつ する理由 りゆう
である。 になったとき、 である。したがって
7具体例 ぐたいれい
とする。
とする。
である。さらに
となる。したがって
である。
6Why the procedure works
Each row operation is left multiplication by an
When , we have . Thus the right block is exactly the inverse.
7Worked example
Let
Start with the
Subtract three times the first row from the second row:
Then subtract two times the second row from the first row:
Therefore
8失敗 しっぱい の確認 かくにん
9よくある誤解 ごかい
逆行列 ぎゃくぎょうれつ inverse matrix は正方行列 せいほうぎょうれつ square matrix に対 たい する両側逆 りょうがわぎゃく である。長方行列 ちょうほうぎょうれつ では同 おな じ意味 いみ の逆行列 ぎゃくぎょうれつ inverse matrix は存在 そんざい しない。左側 ひだりがわ だけを操作 そうさ operation してはならない。右側 みぎがわ の にも同一 どういつ の行基本変形 ぎょうきほんへんけい elementary row operation を適用 てきよう する。途中 とちゅう で pivot が確保 かくほ できない場合 ばあい 、逆行列 ぎゃくぎょうれつ inverse matrix は存在 そんざい しない。
8Failure check
If a row of zeros appears on the left before the identity can be formed, the columns of are dependent and is not
9Common misunderstandings
- Row operations must be applied to both blocks of .
- The right block is not the inverse until the left block is exactly .
- Column operations are not the standard inverse algorithm unless variable changes are also tracked.
10どこまで成立 せいりつ するか
この
11最終形 さいしゅうけい
10Scope
This procedure computes the inverse matrix of a