跳到主要内容

東京工業大学 環境・社会理工学院 融合理工学系 2018年8月実施 线性代数

Author

思齐塾, 祭音Myyura

Description

The transposition and the determinant of a matrix AA are denoted by ATA^T and A|A| , respectively. The identity matrix is denoted by II . Answer the following questions. Note that the derivation process has to be explained.

  1. Answer the values of the following three determinants:

    (a) 2431\begin{vmatrix} 2 & 4 \\ 3 & -1 \end{vmatrix} (b) 242311121\begin{vmatrix} 2 & 4 & -2 \\ 3 & -1 & 1 \\ 1 & 2 & 1 \end{vmatrix} (c) 2423311112123111\begin{vmatrix} 2 & 4 & -2 & 3 \\ 3 & -1 & 1 & 1 \\ 1 & 2 & 1 & 2 \\ 3 & 1 & -1 & 1 \end{vmatrix}

  2. Let UU be an orthogonal matrix. That is, we have UUT=UTU=IUU^T = U^TU = I . Answer all possible values of determinants of UU . Furthermore, for each of their values, show an example of UU .

  3. For a natural number NN , let AA be a real symmetric matrix of order NN . Its eigenvalues are denoted by λ1,λ2,,λN\lambda_1, \lambda_2, \dots, \lambda_N . Then, give A|A| .

  4. If we exchange column vectors of two different columns in a matrix, the value of its determinant is given by multiplying 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.

  5. Solve the following simultaneous linear equations by using Cramer's rule.

{x+2y+3z=12xy+z=22x+y+2z=2 \begin{cases} x + 2y + 3z = 1 \\ 2x - y + z = -2 \\ 2x + y + 2z = 2 \end{cases}

题目描述

ATA^T 表示矩阵 AA 的转置,以 A|A| 表示其行列式,以 II 表示单位矩阵。回答下列问题,并说明推导过程。

  1. 分别计算以下三个行列式:

    a.

    2431.\begin{vmatrix}2&4\\3&-1\end{vmatrix}.

    b.

    242311121.\begin{vmatrix} 2&4&-2\\ 3&-1&1\\ 1&2&1 \end{vmatrix}.

    c.

    2423311112123111.\begin{vmatrix} 2&4&-2&3\\ 3&-1&1&1\\ 1&2&1&2\\ 3&1&-1&1 \end{vmatrix}.
  2. UU 为正交矩阵,即

    UUT=UTU=I.UU^T=U^TU=I.

    U|U| 的全部可能取值,并为每个可能值各给出一个相应的正交矩阵示例。

  3. 对自然数 NN,设 AANN 阶实对称矩阵,其特征值为 λ1,λ2,,λN\lambda_1,\lambda_2,\ldots,\lambda_N。用这些特征值表示 A|A|

  4. 已知交换矩阵中两个不同的列向量会使行列式变为原来的 1-1 倍。利用这一性质证明:若矩阵中两个不同的列向量相同,则该矩阵的行列式为 00

  5. 使用克拉默法则求解方程组

    {x+2y+3z=1,2xy+z=2,2x+y+2z=2.\begin{cases} x+2y+3z=1,\\ 2x-y+z=-2,\\ 2x+y+2z=2. \end{cases}

Kai

1.

(a)

2431=2(1)43=14.\begin{vmatrix}2&4\\3&-1\end{vmatrix}=2(-1)-4\cdot3=\boxed{-14}.

(b)

第1行で展開すると

242311121=2{(1)112}4(3111)+(2){32(1)1}=6814=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}

(c)

第2行から第4行を引いても行列式は変わらない。この操作後の第2行は (0,2,2,0)(0,-2,2,0) となるので、この行で展開する。対応する2つの小行列式は

223112311=16,243122311=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.

したがって

2423311112123111=(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.

UU が直交行列なら

1=detI=det(UUT)=detUdetUT=(detU)2.1=\det I=\det(UU^T)=\det U\det U^T=(\det U)^2.

したがって可能な値は

detU=1または1\boxed{\det U=1\quad\text{または}\quad-1}

である。 NN 次の場合、 detU=1\det U=1 の例は U=INU=I_NdetU=1\det U=-1 の例は

U=diag(1,1,,1)U=\operatorname{diag}(-1,1,\ldots,1)

であり、いずれも直交行列である。

3.

実対称行列には直交行列 QQ が存在して

A=Qdiag(λ1,,λN)QTA=Q\operatorname{diag}(\lambda_1,\ldots,\lambda_N)Q^T

と対角化できる。よって

detA=i=1Nλi\boxed{\det A=\prod_{i=1}^N\lambda_i}

である。実際、 detQdetQT=(detQ)2=1\det Q\det Q^T=(\det Q)^2=1 なので余分な因子は生じない。

4.

2本の同じ列を持つ行列の行列式を DD とする。その2列を交換しても行列自体は変わらないので、交換後の行列式も DD である。一方、列交換の性質によれば交換後の行列式は D-D である。したがって

D=D2D=0D=0.D=-D\quad\Longrightarrow\quad 2D=0\quad\Longrightarrow\quad\boxed{D=0}.

5.

係数行列と右辺を

A=(123211212),b=(122)A=\begin{pmatrix}1&2&3\\2&-1&1\\2&1&2\end{pmatrix},\qquad \boldsymbol b=\begin{pmatrix}1\\-2\\2\end{pmatrix}

とおく。直接計算すると

detA=5.\det A=5.

各未知数の列を b\boldsymbol b で置き換えた行列式は

Dx=123211212=9,D_x=\begin{vmatrix}1&2&3\\-2&-1&1\\2&1&2\end{vmatrix}=9,
Dy=113221222=16,D_y=\begin{vmatrix}1&1&3\\2&-2&1\\2&2&2\end{vmatrix}=16,
Dz=121212212=12.D_z=\begin{vmatrix}1&2&1\\2&-1&-2\\2&1&2\end{vmatrix}=-12.

Cramerの公式より

x=95,y=165,z=125.\boxed{x=\frac95,\qquad y=\frac{16}{5},\qquad z=-\frac{12}{5}}.

これらを元の3式に代入すると、それぞれ右辺 1,2,21,-2,2 が得られる。