早稲田大学 創造理工学研究科 経営システム工学専攻 2014年8月実施 线性代数
Author
思齐塾, 祭音Myyura
Description
行の基本操作(elementary row operations)を行って、以下の行列 A の階数(rank)を求めよ.
A=123456789101112
题目描述
使用初等行变换求矩阵
A=123456789101112
的秩。
Kai
Apply elementary row operations to find the rank of matrix A.
A=123456789101112
Subtract 2 times the first row from the second row, and 3 times the first row from the third row:
1004−3−67−6−1210−9−18
Multiply the second row by -1/3:
10041−672−12103−18
Add 6 times the second row to the third row:
1004107201030
The matrix is now in row echelon form. There are two non-zero rows. Therefore, the rank of the matrix is 2.
rank(A)=2