markdown
階段形と掃き出し-基本演習md 4e31541
exercise/math/linear-algebra/echelon-forms-and-gaussian-elimination.exercise.n.md

階段形かいだんけいechelon formelimination-基本演習きほんえんしゅう

date2026-06-06document_iddoc_ca4c6b1a246b65429f5f693c4483a658description階段形、簡約階段形、掃き出し法、逆行列計算を、ピボットと場合分けに注目して確認する演習である。prerequisites階段形と簡約階段形 / 連立一次方程式と掃き出し法 / 逆行列の計算手順type問題演習content_typeexercisestatusactiverelateddata/lecture/math/linear-algebra/row-echelon-and-reduced-row-echelon-forms.lecture.n.md / data/lecture/math/linear-algebra/linear-systems-and-gaussian-elimination.lecture.n.md / data/lecture/math/linear-algebra/computing-inverse-matrices.lecture.n.md / data/exercise/math/linear-algebra/elementary-operations-and-linear-systems.exercise.n.md
mathlinear-algebraexerciserrefeliminationinverse-matrix
data/lecture/math/linear-algebra/row-echelon-and-reduced-row-echelon-forms.lecture.n.md data/lecture/math/linear-algebra/linear-systems-and-gaussian-elimination.lecture.n.md data/lecture/math/linear-algebra/computing-inverse-matrices.lecture.n.md

Echelon forms階段形かいだんけい and elimination - Basic Exercises

data/lecture/math/linear-algebra/row-echelon-and-reduced-row-echelon-forms.lecture.n.md data/lecture/math/linear-algebra/linear-systems-and-gaussian-elimination.lecture.n.md data/lecture/math/linear-algebra/computing-inverse-matrices.lecture.n.md

1演習えんしゅう方針ほうしん

階段形かいだんけいechelon formは、ピボットpivot位置いちから主変数しゅへんすうleading variable自由変数じゆうへんすうfree variable矛盾行むじゅんぎょうcontradictory rowむためのかたちである。eliminationでは、まえピボットpivotが 0 でないことを確認かくにんする。


1Exercise plan

An echelon form階段形かいだんけい is a form for reading leading variables主変数しゅへんすう, free variables自由変数じゆうへんすう, and contradictory rows矛盾行むじゅんぎょう from pivotピボット positions. In elimination, confirm that a pivot is nonzero before dividing by it.


2問題もんだい 1

つぎの拡大係数行列かくだいけいすうぎょうれつaugmented matrix行階段形ぎょうかいだんけいrow echelon form簡約行階段形かんやくぎょうかいだんけいreduced row echelon formまで変形へんけいし、解集合かいしゅうごうsolution setれ。

\left( \begin{array}{ccc|c} 1&2&-1&0\\ 2&4&-2&0\\ 0&1&3&4 \end{array} \right)

2.1解答例かいとうれい

\left( \begin{array}{ccc|c} 1&2&-1&0\\ 2&4&-2&0\\ 0&1&3&4 \end{array} \right) \to \left( \begin{array}{ccc|c} 1&2&-1&0\\ 0&0&0&0\\ 0&1&3&4 \end{array} \right) \to \left( \begin{array}{ccc|c} 1&2&-1&0\\ 0&1&3&4\\ 0&0&0&0 \end{array} \right)

これは行階段形ぎょうかいだんけいrow echelon formである。さらに R1R1-2R2 とすると、

\left( \begin{array}{ccc|c} 1&0&-7&-8\\ 0&1&3&4\\ 0&0&0&0 \end{array} \right)

となる。x3=t とおくと、

(x1x2x3)=(-840)+t(7-31)(tR)

である。

2.2解説かいせつ

行階段形ぎょうかいだんけいrow echelon form前進消去ぜんしんしょうきょつくり、簡約行階段形かんやくぎょうかいだんけいreduced row echelon formうえピボットれつpivot columnも 0 にする。かい個数こすうは、ピボットpivot個数こすう矛盾行むじゅんぎょうcontradictory row有無うむからまる。


2Problem 1

Transform the following augmented matrix拡大係数行列かくだいけいすうぎょうれつ to row echelon form行階段形ぎょうかいだんけい and reduced row echelon form簡約行階段形かんやくぎょうかいだんけい, and read off the solution set解集合かいしゅうごう.

\left(\begin{array}{ccc|c} 1&2&-1&0\\ 2&4&-2&0\\ 0&1&3&4 \end{array}\right)

2.1Answer example

\left(\begin{array}{ccc|c}1&2&-1&0\\2&4&-2&0\\0&1&3&4\end{array}\right) \to \left(\begin{array}{ccc|c}1&2&-1&0\\0&0&0&0\\0&1&3&4\end{array}\right) \to \left(\begin{array}{ccc|c}1&2&-1&0\\0&1&3&4\\0&0&0&0\end{array}\right).

This is row echelon form. Applying R1R1-2R2 gives

\left(\begin{array}{ccc|c}1&0&-7&-8\\0&1&3&4\\0&0&0&0\end{array}\right).

Let x3=t. Then

(x1x2x3)=(-840)+t(7-31)(tR).

2.2Explanation

Row echelon form is made by forward elimination. Reduced row echelon form also zeros out entries above pivot columns. The number of solutions is determined by pivots and contradictory rows.


3問題もんだい 2

\left( \begin{array}{ccc|c} 1&0&2&3\\ 0&1&-1&1\\ 0&0&a-1&b \end{array} \right)

について、a,bあたいによりかいsolution一意いちい存在そんざいする場合ばあい無限むげん存在そんざいする場合ばあい存在そんざいしない場合ばあい分類ぶんるいせよ。

3.1解答例かいとうれい

a1場合ばあいだい 3 ぎょうrow(a-1)z=b である。ここでは a-10 なので z=b/(a-1)ける。したがって一意解いちいかいunique solutionつ。

a=1場合ばあいだい 3 ぎょうrow0z=b である。b=0 なら z自由変数じゆうへんすうfree variableとなり、かいsolution無限むげん存在そんざいする。b0 なら矛盾むじゅんするので、かいsolution存在そんざいしない。

3.2解説かいせつ

文字式もじしきまえに、分母ぶんぼが 0 にならない条件じょうけんける。ここで確認かくにんすべきなのは a-1 であり、ざんあらわれないりょうまで不要ふよう場合分ばあいわけしない。


3Problem 2

For

\left(\begin{array}{ccc|c} 1&0&2&3\\ 0&1&-1&1\\ 0&0&a-1&b \end{array}\right),

classify values of a,b giving a unique solution, infinitely many solutions, or no solution.

3.1Answer example

If a1, the third row is (a-1)z=b, and z=b/(a-1) is determined. Hence there is a unique solution一意解いちいかい.

If a=1, the third row is 0z=b. When b=0, z is a free variable自由変数じゆうへんすう and there are infinitely many solutions. When b0, the row is contradictory and there is no solution.

3.2Explanation

Before dividing by a symbolic expression, split cases according to whether the denominator can be zero. Here the relevant expression is a-1.


4問題もんだい 3

A(a)=(a110)

について、(A(a)I)eliminationし、A(a)-1もとめよ。

4.1解答例かいとうれい

aピボットpivotにすると a=0場合ばあい問題もんだいになる。ここではだい 2 ぎょうrow1ピボットpivotにするため、まずぎょうrow交換こうかんする。

\left( \begin{array}{cc|cc} a&1&1&0\\ 1&0&0&1 \end{array} \right) \to \left( \begin{array}{cc|cc} 1&0&0&1\\ a&1&1&0 \end{array} \right) \to \left( \begin{array}{cc|cc} 1&0&0&1\\ 0&1&1&-a \end{array} \right)

したがって

A(a)-1=(011-a)

である。

4.2解説かいせつ

この解法かいほうでは aっていないため、a=0 でもおな手順てじゅん処理しょりできる。問題もんだいになるのは実際じっさい分母ぶんぼいたりょうが 0 になりうる場合ばあいである。


4Problem 3

For

A(a)=(a110),

eliminate (A(a)I) and find A(a)-1.

4.1Answer example

Using a as a pivot would be problematic when a=0. Instead, swap rows first:

\left(\begin{array}{cc|cc}a&1&1&0\\1&0&0&1\end{array}\right) \to \left(\begin{array}{cc|cc}1&0&0&1\\a&1&1&0\end{array}\right) \to \left(\begin{array}{cc|cc}1&0&0&1\\0&1&1&-a\end{array}\right).

Thus

A(a)-1=(011-a).

4.2Explanation

This method never divides by a, so it works even for a=0. Only quantities actually placed in denominators require case splits.


5問題もんだい 4

A=(1224)

について、(AI)eliminationし、A-1存在そんざいしないことを説明せつめいせよ。

5.1解答例かいとうれい

\left( \begin{array}{cc|cc} 1&2&1&0\\ 2&4&0&1 \end{array} \right) \to \left( \begin{array}{cc|cc} 1&2&1&0\\ 0&0&-2&1 \end{array} \right)

となる。左側ひだりがわ零行れいぎょうあらわれるため、左側ひだりがわI変形へんけいできない。したがって A可逆かぎゃくinvertibleではなく、A-1存在そんざいしない。

5.2解説かいせつ

逆行列ぎゃくぎょうれつinverse matrixしでは、左側ひだりがわ単位行列たんいぎょうれつidentity matrixにできるかが判定基準はんていきじゅんである。途中とちゅう零行れいぎょうあらわれることは、入力にゅうりょく方向ほうこうつぶれていることをしめす。


5Problem 4

For

A=(1224),

eliminate (AI) and explain why A-1 does not exist.

5.1Answer example

\left(\begin{array}{cc|cc}1&2&1&0\\2&4&0&1\end{array}\right) \to \left(\begin{array}{cc|cc}1&2&1&0\\0&0&-2&1\end{array}\right).

A zero row appears on the left, so the left side cannot become I. Therefore A is not invertible可逆かぎゃく.

5.2Explanation

For inverse computation by elimination, the left side must become the identity matrix単位行列たんいぎょうれつ. A zero row on the left means an input direction has collapsed.


raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる