markdown
列基本変形と未知数変換-基本演習md 04dd6cd
exercise/math/linear-algebra/elementary-column-operations-and-variable-changes.exercise.n.md

列基本変形れつきほんへんけいelementary column operation未知数変換みちすうへんかんchange of variables-基本演習きほんえんしゅう

date2026-06-06document_iddoc_040e466a5de5f96a207c8dfb1b0627b7description列基本変形を右からの基本行列、列空間、階数、未知数変換の観点から確認する演習である。prerequisites列基本変形の基本 / 行基本変形の基本 / 単位行列・零行列・転置の基本type問題演習content_typeexercisestatusactiverelateddata/lecture/math/linear-algebra/elementary-column-operations.lecture.n.md / data/lecture/math/linear-algebra/elementary-row-operations.lecture.n.md / data/lecture/math/linear-algebra/identity-zero-and-transpose-matrices.lecture.n.md / data/exercise/math/linear-algebra/elementary-operations-and-linear-systems.exercise.n.md / data/exercise/math/linear-algebra/echelon-forms-and-gaussian-elimination.exercise.n.md
mathlinear-algebraexercisecolumn-operationchange-of-variables
data/lecture/math/linear-algebra/elementary-column-operations.lecture.n.md data/lecture/math/linear-algebra/elementary-row-operations.lecture.n.md data/lecture/math/linear-algebra/identity-zero-and-transpose-matrices.lecture.n.md

Elementary column operations列基本変形れつきほんへんけい and changes of variables未知数変換みちすうへんかん - Basic Exercises

data/lecture/math/linear-algebra/elementary-column-operations.lecture.n.md data/lecture/math/linear-algebra/elementary-row-operations.lecture.n.md data/lecture/math/linear-algebra/identity-zero-and-transpose-matrices.lecture.n.md

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

列基本変形れつきほんへんけいelementary column operationは、行列ぎょうれつmatrixれつcolumnべつ生成系せいせいけいえる操作そうさoperationである。列空間れつくうかんcolumn space階数かいすうrank保存ほぞんされるが、Ax=b未知数みちすうunknownおな意味いみではめなくなる。


1Exercise plan

An elementary column operation列基本変形れつきほんへんけい replaces the columns of a matrix行列ぎょうれつ by another generating system. It preserves the column space列空間れつくうかん and rank階数かいすう, but the unknowns未知数みちすう in Ax=b no longer have the same meaning.


2問題もんだい 1

A=(1234)

C2C2-2C1おこなう。この操作そうさoperationみぎからける基本行列きほんぎょうれつelementary matrix Fあらわし、Ax=bAFy=b未知数みちすうunknown関係かんけいべよ。

2.1解答例かいとうれい

F=(1-201)

とすると、

AF=(103-2)

である。AFy=bA(Fy)=b意味いみするので、もと未知数みちすうunknown

x=Fy=(y1-2y2y2)

である。

2.2解説かいせつ

列基本変形れつきほんへんけいelementary column operation列空間れつくうかんcolumn space保存ほぞんするが、未知数みちすうunknown座標ざひょうえる。方程式ほうていしきとして追跡ついせきするなら、x=Fy同時どうじ記録きろくする。


2Problem 1

For

A=(1234),

perform C2C2-2C1. Express this operation as right multiplication by an elementary matrix基本行列きほんぎょうれつ F, and state the relation between the unknowns in Ax=b and AFy=b.

2.1Answer example

With

F=(1-201),

we get

AF=(103-2).

The equation AFy=b means A(Fy)=b, so the original unknown is

x=Fy=(y1-2y2y2).

2.2Explanation

A column operation preserves the column space列空間れつくうかん, but changes the coordinates of the unknown. When following the equation, record x=Fy.


3問題もんだい 2

おなAたいして、つぎの列基本変形れつきほんへんけいelementary column operationみぎからの基本行列きほんぎょうれつelementary matrixあらわせ。

  1. C1C2
  2. C23C2

3.1解答例かいとうれい

れつcolumn交換こうかん

F1=(0110)

あらわされ、

AF1=(2143)

である。れつcolumn非零定数倍ひぜろていすうばい

F2=(1003)

あらわされ、

AF2=(16312)

である。

3.2解説かいせつ

みぎからける基本行列きほんぎょうれつelementary matrix各列かくれつが、あたらしいれつcolumnもとれつcolumn線型結合せんけいけつごうlinear combinationとして指定していする。このため、れつcolumnへの操作そうさoperationみぎからのせきあらわされる。


3Problem 2

For the same A, express these column operations as right multiplication by elementary matrices.

  1. C1C2
  2. C23C2

3.1Answer example

Column exchange is represented by

F1=(0110),AF1=(2143).

Multiplying a column by a nonzero constant is represented by

F2=(1003),AF2=(16312).

3.2Explanation

Each column of the matrix on the right specifies a new column as a linear combination線型結合せんけいけつごう of the original columns. Therefore column operations are represented by right multiplication.


4問題もんだい 3

行列ぎょうれつmatrix A行基本変形ぎょうきほんへんけいelementary row operation R2R2+3R1おこなって Bる。このとき BTAT にどの基本変形きほんへんけいelementary operationおこなったものかべよ。

4.1解答例かいとうれい

Aだい 2 ぎょうrowが、だい 2 ぎょうrowだい 1 ぎょうrowの 3 ばいわる。これを転置てんちtransposeすると、ATだい 2 れつcolumnが、だい 2 れつcolumnだい 1 れつcolumnの 3 ばいわる。したがって

C2C2+3C1

である。

4.2解説かいせつ

転置てんちtransposeぎょうrowれつcolumnえる。ぎょうrowへの操作そうさoperationは、転置後てんちごにはれつcolumnへの操作そうさoperationとしてえられる。


4Problem 3

A matrix A is changed to B by the elementary row operation行基本変形ぎょうきほんへんけい R2R2+3R1. What operation changes AT into BT?

4.1Answer example

After transposition, the second row operation becomes the column operation

C2C2+3C1.

4.2Explanation

Transposition転置てんち interchanges rows and columns, so a row operation becomes the corresponding column operation.


5問題もんだい 4

つぎの説明せつめいあやまりを指摘してきせよ。

列基本変形れつきほんへんけいelementary column operationでは階数かいすうrank保存ほぞんされるので、Ax=bAFx=bおな解集合かいしゅうごうsolution setつ。」

5.1解答例かいとうれい

階数かいすうrank保存ほぞんは、列空間れつくうかんcolumn space生成せいせい仕方しかたわるだけであることを意味いみする。しかし AFx=bA(Fx)=b であり、x意味いみもと方程式ほうていしきちがう。したがって、おなかいくらべるには z=Fx のような未知数変換みちすうへんかんchange of variables追跡ついせきする必要ひつようがある。

5.2解説かいせつ

行基本変形ぎょうきほんへんけいelementary row operation解集合かいしゅうごうsolution set保存ほぞんし、列基本変形れつきほんへんけいelementary column operation列空間れつくうかんcolumn space階数かいすうrank保存ほぞんする。操作そうさoperationでも保存ほぞんする対象たいしょうちがう。


5Problem 4

Point out the error in this explanation:

"Since column operations preserve rank階数かいすう, Ax=b and AFx=b have the same solution set解集合かいしゅうごう."

5.1Answer example

Preserving rank means the way the column space列空間れつくうかん is generated has changed, not that the same unknowns solve the equation. AFx=b means A(Fx)=b, so one must track a change of variables未知数変換みちすうへんかん such as z=Fx.

5.2Explanation

Elementary row operations行基本変形ぎょうきほんへんけい preserve solution sets; elementary column operations列基本変形れつきほんへんけい preserve column space and rank. Similar operations preserve different objects.


8証明しょうめい演習えんしゅう列基本変形れつきほんへんけい列空間れつくうかんたもつこと

8.1問題もんだい

列基本変形れつきほんへんけいによって列空間れつくうかんわらないことを証明しょうめいせよ。また、解集合かいしゅうごうはそのままたもたれるとはかぎらない理由りゆう説明せつめいせよ。

8.2解答かいとう

れつ交換こうかん生成系せいせいけい順番じゅんばんえるだけである。0 でない定数倍ていすうばい逆操作ぎゃくそうさもどせる。CiCi+λCj では、あたらしいれつはもとのれつ線型結合せんけいけつごうである。逆操作ぎゃくそうさ存在そんざいするので、ふたつの列空間れつくうかんたがいにふくう。

ただしれつ未知数みちすう対応たいおうするので、列基本変形れつきほんへんけい未知数みちすう意味いみえる。したがって解集合かいしゅうごう直接ちょくせつたもつとはかぎらない。

8.3解説かいせつ

行基本変形ぎょうきほんへんけい方程式ほうていしきあらわかたえるのにたいして、列基本変形れつきほんへんけい生成系せいせいけい未知数みちすうがわえる。

8Proof exercise: column operations preserve column space

8.1Problem

Prove that column operations do not change the column space列空間れつくうかん. Also explain why the solution set解集合かいしゅうごう is not necessarily preserved as-is.

8.2Answer

Swapping columns only changes the order of a generating system. Multiplying a column by a nonzero constant can be undone. In CiCi+λCj, the new column is a linear combination of the old columns, and the inverse operation exists. Thus the two column spaces contain each other.

However, columns correspond to unknown variables. A column operation changes the meaning of those variables, so the solution set is not preserved without a variable change.

8.3Explanation

Row operations change the equation side; column operations change the generating-system or input-coordinate side.

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