markdown
Systems of linear equations and Gaussian eliminationmd 31231aa
lecture/math/linear-algebra/linear-systems-and-gaussian-elimination.lecture.n.md
Download PDF

Systems of linear equations連立一次方程式れんりついちじほうていしき and Gaussian eliminationほう

date2026-07-02document_iddoc_f5207885ed452cade0babb2ea21ffb7edescription連立一次方程式を、行基本変形で同値な式へ変換しながら解の構造を読む手順として整理し、掃き出し法の意味を説明する講義である。prerequisites一次方程式 / 行列の基本記法 / ベクトルの成分表示type講義content_typelecturestatusactiverelateddata/lecture/math/linear-algebra/linear-algebra-portal.lecture.n.md / data/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md / data/lecture/math/linear-algebra/inverse-matrix-basics.lecture.n.md / data/exercise/math/linear-algebra/elementary-operations-and-linear-systems.exercise.n.md
mathlinear-algebraundergraduatelecture

1Introduction

The essential point of this lecture is that Gaussian eliminationほう is not just a trick for eliminating coefficients. It transforms a system of linear equations連立一次方程式れんりついちじほうていしき into an equivalent同値どうち form and makes the structure構造こうぞう of the solution explicit.

If one relies only on substitution or ad hoc elimination, the structure becomes unclear when there are many equations. Gaussian eliminationほう systematizes that procedure.

2Terms and definitions

A system of linear equations連立一次方程式れんりついちじほうていしき is a collection of equations in which the unknowns未知数みちすう appear linearly.

An elementary row operation行基本変形ぎょうきほんへんけい is one of the following operations on rows: swapping rows, multiplying a row by a nonzero constant, or adding a constant multiple of one row to another row.

3Strategy

First convert the system to an augmented matrix拡大係数行列かくだいけいすうぎょうれつ. Then use elementary row operations行基本変形ぎょうきほんへんけい to secure pivots主成分しゅせいぶん from left to right and eliminate entries below or above them.

4Intuitive explanation

Gaussian eliminationほう amounts to choosing a representative entry for a column in a table and clearing entries above or below it. Moving from left to right reveals which variables are determined and which variables remain free.

5Precise explanation

5.11. Augmented matrix拡大係数行列かくだいけいすうぎょうれつ

For example,

\begin{cases} x+y=2\\ 2x-y=1 \end{cases}

is represented by

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

5.22. Elementary row operation行基本変形ぎょうきほんへんけい

Apply

R2R2-2R1.

This subtracts twice the first row from the second row and gives

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

From the second row, -3y=-3, so y=1. Substituting into the first row gives x+1=2, hence x=1. Therefore the solution is x=1,y=1.

5.33. What can be decided

After elimination, a contradictory row means there is no solution, and a remaining free variable自由変数じゆうへんすう means there are infinitely many solutions.

The three smallest cases make the checkpoints explicit.

Shape of row echelon form階段形かいだんけいWhat to readSolution type
\left(\begin{array}{cc|c}1&0&2\\0&1&3\end{array}\right)every unknown未知数みちすう has a pivotunique solution
\left(\begin{array}{cc|c}1&1&2\\0&0&1\end{array}\right)there is a contradictory row 0=1no solution
\left(\begin{array}{cc|c}1&1&2\\0&0&0\end{array}\right)a column has no pivot, so a free variable自由変数じゆうへんすう remainsinfinitely many solutions

In the unique-solution case, each unknown未知数みちすう is determined by a pivot. In the no-solution case, a row appears whose coefficient side is all zero but whose right-hand side右辺うへん is nonzero. In the infinitely-many-solutions case, a free variable自由変数じゆうへんすう can be moved arbitrarily, so the solution set retains a degree of freedom.

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.

7Final form

[PARSE ERROR: Undefined("Command(\"boxed\")")]systemoflinearequationsaugmentedmatrixGaussianelimination

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.
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
タブを全て閉じる