東京工業大学 環境・社会理工学院 融合理工学系 2018年8月実施 线性代数
Author
思齐塾 , 祭音Myyura
Description
The transposition and the determinant of a matrix A A A are denoted by A T A^T A T and ∣ A ∣ |A| ∣ A ∣ , respectively. The identity matrix is denoted by I I I . Answer the following questions. Note that the derivation process has to be explained.
Answer the values of the following three determinants:
(a) ∣ 2 4 3 − 1 ∣ \begin{vmatrix} 2 & 4 \\ 3 & -1 \end{vmatrix} 2 3 4 − 1
(b) ∣ 2 4 − 2 3 − 1 1 1 2 1 ∣ \begin{vmatrix} 2 & 4 & -2 \\ 3 & -1 & 1 \\ 1 & 2 & 1 \end{vmatrix} 2 3 1 4 − 1 2 − 2 1 1
(c) ∣ 2 4 − 2 3 3 − 1 1 1 1 2 1 2 3 1 − 1 1 ∣ \begin{vmatrix} 2 & 4 & -2 & 3 \\ 3 & -1 & 1 & 1 \\ 1 & 2 & 1 & 2 \\ 3 & 1 & -1 & 1 \end{vmatrix} 2 3 1 3 4 − 1 2 1 − 2 1 1 − 1 3 1 2 1
Let U U U be an orthogonal matrix. That is, we have U U T = U T U = I UU^T = U^TU = I U U T = U T U = I . Answer all possible values of determinants of U U U . Furthermore, for each of their values, show an example of U U U .
For a natural number N N N , let A A A be a real symmetric matrix of order N N N . Its eigenvalues are denoted by λ 1 , λ 2 , … , λ N \lambda_1, \lambda_2, \dots, \lambda_N λ 1 , λ 2 , … , λ N . Then, give ∣ A ∣ |A| ∣ A ∣ .
If we exchange column vectors of two different columns in a matrix, the value of its determinant is given by multiplying − 1 -1 − 1 to the determinant of the original matrix. By using this property, show that the value of determinant of a matrix is 0 if column vectors of two different columns in the matrix are the same as the vectors.
Solve the following simultaneous linear equations by using Cramer's rule.
{ x + 2 y + 3 z = 1 2 x − y + z = − 2 2 x + y + 2 z = 2 \begin{cases}
x + 2y + 3z = 1 \\
2x - y + z = -2 \\
2x + y + 2z = 2
\end{cases} ⎩ ⎨ ⎧ x + 2 y + 3 z = 1 2 x − y + z = − 2 2 x + y + 2 z = 2
题目描述
以 A T A^T A T 表示矩阵 A A A 的转置,以 ∣ A ∣ |A| ∣ A ∣ 表示其行列式,以 I I I 表示单位矩阵。回答下列问题,并说明推导过程。
分别计算以下三个行列式:
a.
∣ 2 4 3 − 1 ∣ . \begin{vmatrix}2&4\\3&-1\end{vmatrix}. 2 3 4 − 1 .
b.
∣ 2 4 − 2 3 − 1 1 1 2 1 ∣ . \begin{vmatrix}
2&4&-2\\
3&-1&1\\
1&2&1
\end{vmatrix}. 2 3 1 4 − 1 2 − 2 1 1 .
c.
∣ 2 4 − 2 3 3 − 1 1 1 1 2 1 2 3 1 − 1 1 ∣ . \begin{vmatrix}
2&4&-2&3\\
3&-1&1&1\\
1&2&1&2\\
3&1&-1&1
\end{vmatrix}. 2 3 1 3 4 − 1 2 1 − 2 1 1 − 1 3 1 2 1 .
设 U U U 为正交矩阵,即
U U T = U T U = I . UU^T=U^TU=I. U U T = U T U = I .
求 ∣ U ∣ |U| ∣ U ∣ 的全部可能取值,并为每个可能值各给出一个相应的正交矩阵示例。
对自然数 N N N ,设 A A A 是 N N N 阶实对称矩阵,其特征值为 λ 1 , λ 2 , … , λ N \lambda_1,\lambda_2,\ldots,\lambda_N λ 1 , λ 2 , … , λ N 。用这些特征值表示 ∣ A ∣ |A| ∣ A ∣ 。
已知交换矩阵中两个不同的列向量会使行列式变为原来的 − 1 -1 − 1 倍。利用这一性质证明:若矩阵中两个不同的列向量相同,则该矩阵的行列式为 0 0 0 。
使用克拉默法则求解方程组
{ x + 2 y + 3 z = 1 , 2 x − y + z = − 2 , 2 x + y + 2 z = 2. \begin{cases}
x+2y+3z=1,\\
2x-y+z=-2,\\
2x+y+2z=2.
\end{cases} ⎩ ⎨ ⎧ x + 2 y + 3 z = 1 , 2 x − y + z = − 2 , 2 x + y + 2 z = 2.
Kai
(a)
∣ 2 4 3 − 1 ∣ = 2 ( − 1 ) − 4 ⋅ 3 = − 14 . \begin{vmatrix}2&4\\3&-1\end{vmatrix}=2(-1)-4\cdot3=\boxed{-14}. 2 3 4 − 1 = 2 ( − 1 ) − 4 ⋅ 3 = − 14 .
(b)
第1行で展開すると
∣ 2 4 − 2 3 − 1 1 1 2 1 ∣ = 2 { ( − 1 ) ⋅ 1 − 1 ⋅ 2 } − 4 ( 3 ⋅ 1 − 1 ⋅ 1 ) + ( − 2 ) { 3 ⋅ 2 − ( − 1 ) ⋅ 1 } = − 6 − 8 − 14 = − 28 . \begin{aligned}
\begin{vmatrix}2&4&-2\\3&-1&1\\1&2&1\end{vmatrix}
&=2\{(-1)\cdot1-1\cdot2\}
-4(3\cdot1-1\cdot1)\\
&\quad+(-2)\{3\cdot2-(-1)\cdot1\}\\
&=-6-8-14=\boxed{-28}.
\end{aligned} 2 3 1 4 − 1 2 − 2 1 1 = 2 {( − 1 ) ⋅ 1 − 1 ⋅ 2 } − 4 ( 3 ⋅ 1 − 1 ⋅ 1 ) + ( − 2 ) { 3 ⋅ 2 − ( − 1 ) ⋅ 1 } = − 6 − 8 − 14 = − 28 .
(c)
第2行から第4行を引いても行列式は変わらない。この操作後の第2行は ( 0 , − 2 , 2 , 0 ) (0,-2,2,0) ( 0 , − 2 , 2 , 0 ) となるので、この行で展開する。対応する2つの小行列式は
∣ 2 − 2 3 1 1 2 3 − 1 1 ∣ = − 16 , ∣ 2 4 3 1 2 2 3 1 1 ∣ = 5. \begin{vmatrix}2&-2&3\\1&1&2\\3&-1&1\end{vmatrix}=-16,\qquad
\begin{vmatrix}2&4&3\\1&2&2\\3&1&1\end{vmatrix}=5. 2 1 3 − 2 1 − 1 3 2 1 = − 16 , 2 1 3 4 2 1 3 2 1 = 5.
したがって
∣ 2 4 − 2 3 3 − 1 1 1 1 2 1 2 3 1 − 1 1 ∣ = ( − 2 ) ( − 16 ) − 2 ( 5 ) = 22 . \begin{vmatrix}2&4&-2&3\\3&-1&1&1\\1&2&1&2\\3&1&-1&1\end{vmatrix}
=(-2)(-16)-2(5)=\boxed{22}. 2 3 1 3 4 − 1 2 1 − 2 1 1 − 1 3 1 2 1 = ( − 2 ) ( − 16 ) − 2 ( 5 ) = 22 .
U U U が直交行列なら
1 = det I = det ( U U T ) = det U det U T = ( det U ) 2 . 1=\det I=\det(UU^T)=\det U\det U^T=(\det U)^2. 1 = det I = det ( U U T ) = det U det U T = ( det U ) 2 .
したがって可能な値は
det U = 1 または − 1 \boxed{\det U=1\quad\text{または}\quad-1} det U = 1 または − 1
である。 N N N 次の場合、 det U = 1 \det U=1 det U = 1 の例は U = I N U=I_N U = I N 、 det U = − 1 \det U=-1 det U = − 1 の例は
U = diag ( − 1 , 1 , … , 1 ) U=\operatorname{diag}(-1,1,\ldots,1) U = diag ( − 1 , 1 , … , 1 )
であり、いずれも直交行列である。
実対称行列には直交行列 Q Q Q が存在して
A = Q diag ( λ 1 , … , λ N ) Q T A=Q\operatorname{diag}(\lambda_1,\ldots,\lambda_N)Q^T A = Q diag ( λ 1 , … , λ N ) Q T
と対角化できる。よって
det A = ∏ i = 1 N λ i \boxed{\det A=\prod_{i=1}^N\lambda_i} det A = i = 1 ∏ N λ i
である。実際、 det Q det Q T = ( det Q ) 2 = 1 \det Q\det Q^T=(\det Q)^2=1 det Q det Q T = ( det Q ) 2 = 1 なので余分な因子は生じない。
2本の同じ列を持つ行列の行列式を D D D とする。その2列を交換しても行列自体は変わらないので、交換後の行列式も D D D である。一方、列交換の性質によれば交換後の行列式は − D -D − D である。したがって
D = − D ⟹ 2 D = 0 ⟹ D = 0 . D=-D\quad\Longrightarrow\quad 2D=0\quad\Longrightarrow\quad\boxed{D=0}. D = − D ⟹ 2 D = 0 ⟹ D = 0 .
係数行列と右辺を
A = ( 1 2 3 2 − 1 1 2 1 2 ) , b = ( 1 − 2 2 ) A=\begin{pmatrix}1&2&3\\2&-1&1\\2&1&2\end{pmatrix},\qquad
\boldsymbol b=\begin{pmatrix}1\\-2\\2\end{pmatrix} A = 1 2 2 2 − 1 1 3 1 2 , b = 1 − 2 2
とおく。直接計算すると
各未知数の列を b \boldsymbol b b で置き換えた行列式は
D x = ∣ 1 2 3 − 2 − 1 1 2 1 2 ∣ = 9 , D_x=\begin{vmatrix}1&2&3\\-2&-1&1\\2&1&2\end{vmatrix}=9, D x = 1 − 2 2 2 − 1 1 3 1 2 = 9 ,
D y = ∣ 1 1 3 2 − 2 1 2 2 2 ∣ = 16 , D_y=\begin{vmatrix}1&1&3\\2&-2&1\\2&2&2\end{vmatrix}=16, D y = 1 2 2 1 − 2 2 3 1 2 = 16 ,
D z = ∣ 1 2 1 2 − 1 − 2 2 1 2 ∣ = − 12. D_z=\begin{vmatrix}1&2&1\\2&-1&-2\\2&1&2\end{vmatrix}=-12. D z = 1 2 2 2 − 1 1 1 − 2 2 = − 12.
Cramerの公式より
x = 9 5 , y = 16 5 , z = − 12 5 . \boxed{x=\frac95,\qquad y=\frac{16}{5},\qquad z=-\frac{12}{5}}. x = 5 9 , y = 5 16 , z = − 5 12 .
これらを元の3式に代入すると、それぞれ右辺 1 , − 2 , 2 1,-2,2 1 , − 2 , 2 が得られる。