行列式 の計算規則
Calculation rules for the determinant
1導入 どうにゅう
この
ただし
1Introduction
The
2用語 ようご と定義 ていぎ
で
の
3方針 ほうしん
2×2 では
4直感的 ちょっかんてき な説明 せつめい
5厳密 げんみつ な説明 せつめい
2×2 の
に
である。3×3 の
- 2
行 ぎょう row を交換 こうかん すると、行列式 ぎょうれつしき determinant の符号 ふごう が反転 はんてん する。 - 1
行 ぎょう row を倍 ばい すると、行列式 ぎょうれつしき determinant も倍 ばい される。 - ある
行 ぎょう row に他 ほか の行 ぎょう row の定数倍 ていすうばい を加 くわ えても、行列式 ぎょうれつしき determinant は変化 へんか しない。
| 2 | |
| 1 | |
5.1列操作 れつそうさ でなぜ同 おな じ規則 きそく になるか
と
となる。したがって
である。
が
2Terms and definition
The
For the general definition, the permutation formula chooses one entry from each row and one entry from each column. The calculation rules below are consequences of multilinearity and alternation.
data/lecture/math/linear-algebra/determinants-by-permutations.lecture.n.md3Strategy
For a matrix, compute the difference of diagonal products. For and larger matrices, choose cofactor expansion,
4Intuitive explanation
The
5Rigorous explanation
For
we have . For matrices, cofactor expansion reduces the computation to determinants.
The effects of row and column operations are as follows.
| Operation | Effect on the |
|---|---|
| Swap two rows or two columns | The sign changes |
| Multiply one row or one column by | The determinant is multiplied by |
| Add a multiple of one row or column to another | The determinant does not change |
5.1Why column operations obey the same rules
View the determinant as a function of its columns:
The determinant is linear in each column and becomes zero when two columns are equal. Therefore,
and
The second term is zero because two columns are equal, so column addition does not change the determinant. Swapping two columns reverses orientation, and algebraically follows from alternation.
6具体例 ぐたいれい
である。したがってこの
また
では
となる。
6.1列基本変形 れつきほんへんけい elementary column operation で確認 かくにん する
とする。
なので、
となる。
であり、
である。
であり、
となる。
6Worked examples
Therefore this
Also,
The second row is three times the first row, so the rows are
6.1Checking by elementary column operations
Let
If the columns are swapped, then
so
If the first column is multiplied by , then
and
If times the first column is added to the second column, then
and
7よくある誤解 ごかい
行列式 ぎょうれつしき determinant は任意 にんい の長方行列 ちょうほうぎょうれつ に定義 ていぎ されるわけではない。正方行列 せいほうぎょうれつ square matrix が対象 たいしょう である。行列式 ぎょうれつしき determinant は単 たん なる計算公式 けいさんこうしき ではない。可逆性 かぎゃくせい と体積 たいせき の伸縮率 しんしゅくりつ を表 あらわ す。行基本変形 ぎょうきほんへんけい elementary row operation で行列式 ぎょうれつしき determinant がどう変化 へんか するかを記録 きろく しないと、値 あたい を誤 あやま る。列基本変形 れつきほんへんけい elementary column operation でも行列式 ぎょうれつしき determinant を計算 けいさん できるが、連立一次方程式 れんりついちじほうていしき system of linear equations の解 かい を直接 ちょくせつ 保 たも つ操作 そうさ operation ではない。
7Common misunderstandings
- The
determinant is not defined for arbitrary rectangular matrices; it belongs to行列式 ぎょうれつしき square matrices .正方行列 せいほうぎょうれつ - The determinant is not merely a formula; it records invertibility and volume scaling.
- If changes to the determinant during row operations are not recorded, the final value will be wrong.
- Column operations can compute determinants, but they do not directly preserve the solution set of a
system of linear equations .連立一次方程式 れんりついちじほうていしき
8どこまで成立 せいりつ するか
ここでは
8Scope
Here the focus is on calculation rules. For a general matrix, the
9最終形 さいしゅうけい
9Final forms
10定理 ていり と証明 しょうめい :行列式 ぎょうれつしき が列加算 れつかさん で変 か わらない理由 りゆう
では
である。
この
11演習 えんしゅう リンク
data/exercise/math/linear-algebra/determinants-and-invertibility.exercise.n.md
10Theorem and proof: why column addition does not change the determinant 行列式 ぎょうれつしき
The determinant is linear in each column and becomes zero when two columns are equal. These two facts imply that
does not change the determinant.
Proof. Write . Linearity in the -th column gives
The second term is zero because two columns are equal. Therefore the determinant is unchanged. This proof derives the calculation rule from multilinearity rather than treating it as a memorized trick.