跳到主要内容

早稲田大学 創造理工学研究科 経営システム工学専攻 2021年8月実施 线性代数

Author

思齐塾, 祭音Myyura

Description

ベクトル e1\mathbf{e}_1 , e2\mathbf{e}_2 が線形独立 (linearly independent) で、ベクトル a1\mathbf{a}_1 , a2\mathbf{a}_2 が次のように表されるとする。

a1=5e1+3e2\mathbf{a}_1 = 5\mathbf{e}_1 + 3\mathbf{e}_2
a2=2e1+e2\mathbf{a}_2 = 2\mathbf{e}_1 + \mathbf{e}_2

このとき、 a1\mathbf{a}_1 , a2\mathbf{a}_2 も線形独立であることを示せ。

题目描述

设向量 e1,e2\mathbf e_1,\mathbf e_2 线性无关,并定义

a1=5e1+3e2,a2=2e1+e2.\mathbf a_1=5\mathbf e_1+3\mathbf e_2, \qquad \mathbf a_2=2\mathbf e_1+\mathbf e_2.

证明 a1,a2\mathbf a_1,\mathbf a_2 也线性无关。

Kai

線形独立を示すためには、 c1a1+c2a2=0c_1 \mathbf{a}_1 + c_2 \mathbf{a}_2 = \mathbf{0} が成り立つとき、 c1=c2=0c_1 = c_2 = 0 であることを示せばよい。

c1a1+c2a2=0c_1 \mathbf{a}_1 + c_2 \mathbf{a}_2 = \mathbf{0} より、

c1(5e1+3e2)+c2(2e1+e2)=0c_1(5\mathbf{e}_1 + 3\mathbf{e}_2) + c_2(2\mathbf{e}_1 + \mathbf{e}_2) = \mathbf{0}
(5c1+2c2)e1+(3c1+c2)e2=0(5c_1 + 2c_2)\mathbf{e}_1 + (3c_1 + c_2)\mathbf{e}_2 = \mathbf{0}

e1\mathbf{e}_1e2\mathbf{e}_2 は線形独立なので、

5c1+2c2=05c_1 + 2c_2 = 0
3c1+c2=03c_1 + c_2 = 0

この連立方程式を解く。 2番目の式より、 c2=3c1c_2 = -3c_1 。これを1番目の式に代入すると、

5c1+2(3c1)=05c_1 + 2(-3c_1) = 0
5c16c1=05c_1 - 6c_1 = 0
c1=0-c_1 = 0
c1=0c_1 = 0

c1=0c_1 = 0c2=3c1c_2 = -3c_1 に代入すると、 c2=3(0)=0c_2 = -3(0) = 0

したがって、 c1=c2=0c_1 = c_2 = 0 となるため、 a1\mathbf{a}_1a2\mathbf{a}_2 は線形独立である。