連立一次方程式 と掃 き出 し法
Systems of linear equations and Gaussian elimination 掃 は き出 だ し法 ほう
1導入 どうにゅう
この
1Introduction
The essential point of this lecture is that
If one relies only on substitution or ad hoc elimination, the structure becomes unclear when there are many equations.
2用語 ようご と定義 ていぎ
2Terms and definitions
A
An
3方針 ほうしん
まず
3Strategy
First convert the system to an
4直感的 ちょっかんてき な説明 せつめい
4Intuitive explanation
5厳密 げんみつ な説明 せつめい
5.11. 拡大係数行列 かくだいけいすうぎょうれつ augmented matrix
たとえば
は
と
5.22. 行基本変形 ぎょうきほんへんけい elementary row operation
2
である。ここから 、さらに と
5.33. 何 なに を判定 はんてい できるか
| \left(\begin{array}{cc|c}1&0&2\\0&1&3\end{array}\right) | すべての | |
| \left(\begin{array}{cc|c}1&1&2\\0&0&1\end{array}\right) | という | |
| \left(\begin{array}{cc|c}1&1&2\\0&0&0\end{array}\right) | pivot のない |
5Precise explanation
5.11. Augmented matrix 拡大係数行列 かくだいけいすうぎょうれつ
For example,
is represented by
5.22. Elementary row operation 行基本変形 ぎょうきほんへんけい
Apply
This subtracts twice the first row from the second row and gives
From the second row, , so . Substituting into the first row gives , hence . Therefore the solution is .
5.33. What can be decided
After elimination, a contradictory row means there is no solution, and a remaining
The three smallest cases make the checkpoints explicit.
| Shape of | What to read | Solution type |
|---|---|---|
| \left(\begin{array}{cc|c}1&0&2\\0&1&3\end{array}\right) | every | unique solution |
| \left(\begin{array}{cc|c}1&1&2\\0&0&1\end{array}\right) | there is a contradictory row | no solution |
| \left(\begin{array}{cc|c}1&1&2\\0&0&0\end{array}\right) | a column has no pivot, so a | infinitely many solutions |
In the unique-solution case, each
6判定基準 はんていきじゅん
未知数 みちすう unknown が複数 ふくすう あり、式 しき の数 かず も多 おお いなら、掃 は き出 だ し法 ほう Gaussian elimination を優先 ゆうせん する。解 かい が一意 いちい か、解 かい なしなのかを判定 はんてい したいときも、掃 は き出 だ し結果 けっか が有効 ゆうこう である。変形 へんけい の途中 とちゅう で同値 どうち equivalent を保 たも っていることを確認 かくにん する。解 かい の型 かた を判断 はんだん するときは、矛盾行 むじゅんぎょう 、pivot の個数 こすう 、自由変数 じゆうへんすう free variable の有無 うむ を順 じゅん に確認 かくにん する。
6Criteria
- If there are several
unknowns and several equations, prefer未知数 みちすう Gaussian elimination .掃 は き出 だ し法 ほう - The elimination result is also useful when deciding whether the solution is unique or whether no solution exists.
- At every step, check that the system is being replaced by an
equivalent system.同値 どうち - To decide the solution type, check for contradictory rows, count the pivots, and then check whether
free variables remain.自由変数 じゆうへんすう
7最終形 さいしゅうけい
7Final form
8一言 ひとこと でいうと
掃 は き出 だ し法 ほう Gaussian elimination は、連立一次方程式 れんりついちじほうていしき system of linear equations を解 と く手順 てじゅん であると同時 どうじ に、解 かい の構造 こうぞう structure を確認 かくにん する方法 ほうほう も兼 か ねる。
8In one sentence
Gaussian elimination is both a procedure for solving a掃 は き出 だ し法 ほう system of linear equations and a method for checking the連立一次方程式 れんりついちじほうていしき structure of its solutions.構造 こうぞう