跳到主要内容

広島大学 先進理工系科学研究科 情報科学プログラム 2017年8月実施 専門科目I 問題1

Author

samparker, 祭音Myyura

Description

A=[133124101]A = \begin{bmatrix} 1 & 3 & 3 \\ 1 & 2 & -4 \\ -1 & 0 & 1 \end{bmatrix} とする。

(1) AA を対称行列 S (ST=S)S \ (S^T = S) と交代行列 T (TT=T)T \ (T^T = -T) の和 (A=S+T)(A = S + T) に分解せよ。ただし、ATA^T は、行列 AA の転置を表す。

(2) SS のすべての固有値と対応する固有空間を求めよ。

(3) TT のすべての固有値と対応する固有空間を求めよ。

(4) 一般に、実交代行列の固有値は 00 または純虚数であることを示せ。


Let A=[133124101]A = \begin{bmatrix} 1 & 3 & 3 \\ 1 & 2 & -4 \\ -1 & 0 & 1 \end{bmatrix}.

(1) Decompose AA into the sum A=S+TA = S + T of the symmetric matrix SS (ST=SS^T = S) and the alternative matrix TT (TT=TT^T = -T). Here ATA^T denotes the transpose of the matrix AA.

(2) Find all the eigenvalues of the symmetric matrix SS and a basis of the corresponding eigenspaces.

(3) Find all the eigenvalues of the alternative matrix TT and a basis of the corresponding eigenspaces.

(4) Show that the eigenvalues of the real alternative matrix are 00 or purely imaginary numbers.

题目描述

给定

A=[133124101].A=\begin{bmatrix}1&3&3\\1&2&-4\\-1&0&1\end{bmatrix}.
  1. AA 分解为对称矩阵 SSST=SS^T=S)与实反对称矩阵 TTTT=TT^T=-T)之和 A=S+TA=S+T,其中 ATA^T 表示 AA 的转置。
  2. SS 的全部特征值及各特征值对应的特征空间的一组基。
  3. TT 的全部特征值及各特征值对应的特征空间的一组基。
  4. 一般地,证明实反对称矩阵的特征值只能是 00 或纯虚数。

考点

  • 特征值与特征向量:先由矩阵的对称与反对称分解得到 S,TS,T,再分别求其谱与特征空间,并利用反对称性证明实反对称矩阵的特征值类型。

Kai

(1)

Let S=[abcbdecef]S = \begin{bmatrix} a & b & c \\ b & d & e \\ c & e & f \end{bmatrix} and T=[0ghg0ihi0]T = \begin{bmatrix} 0 & g & h \\ -g & 0 & i \\ -h & -i & 0 \end{bmatrix}. Then we have

[133124101]=[ab+gc+hbgde+icheif]\begin{bmatrix} 1 & 3 & 3 \\ 1 & 2 & -4 \\ -1 & 0 & 1 \end{bmatrix} = \begin{bmatrix} a & b+g & c+h \\ b-g & d & e+i \\ c-h & e-i & f \end{bmatrix}

Solving the equations we have

a=1,d=2,f=1,h=2,c=1,g=1,b=2,i=2,e=2a = 1, d=2, f = 1, h=2, c=1, g=1, b=2, i=-2, e=-2

Hence

S=[121222121],T=[012102220]S = \begin{bmatrix} 1 & 2 & 1 \\ 2 & 2 & -2 \\ 1 & -2 & 1 \end{bmatrix}, T = \begin{bmatrix} 0 & 1 & 2 \\ -1 & 0 & -2 \\ -2 & 2 & 0 \end{bmatrix}

(2)

Eigenvalues

λ1=2,λ2=4,λ3=2\lambda_1 = 2, \lambda_2 = 4, \lambda_3 = -2

A basis of the corresponding eigenspaces

v1=(1,0,1),v2=(1,2,1),v3=(1,1,1)v_1=(1,0,1), v_2=(-1,-2,1), v_3=(-1,1,1)

(3)

Eigenvalues

λ1=3i,λ2=3i,λ3=0\lambda_1 = 3i, \lambda_2 = -3i, \lambda_3 = 0

A basis of the corresponding eigenspaces

v1=(13i,1+3i,4),v2=(1+3i,13i,4),v3=(2,2,1)v_1=(1-3i,1+3i,4), v_2=(1+3i,1-3i,4), v_3=(-2,-2,1)

(4)

Let λ\lambda be an eigenvalue of AA and let x\mathbf{x} be an eigenvector corresponding to the eigenvalue λ\lambda. That is, we have

Ax=λx.A\mathbf{x}=\lambda \mathbf{x}.

Multiplying by xˉT\bar{\mathbf{x}}^{T} from the left, we have

xˉTAx=λxˉTx=λx2.\begin{align} \bar{\mathbf{x}}^{T}A\mathbf{x}=\lambda \bar{\mathbf{x}}^{T} \mathbf{x}=\lambda ||\mathbf{x}||^2. \tag{*} \end{align}

Note that the left hand side xˉTAx\bar{\mathbf{x}}^{T}A\mathbf{x} is the dot (inner) product of xˉ\bar{\mathbf{x}} and AxA\mathbf{x}. Since the dot product is commutative, we have

The left hand side of (*)=xˉTAx=(Ax)Txˉ=xTATxˉ.\begin{aligned} &\text{The left hand side of (*)}\\ &=\bar{\mathbf{x}}^{T}A\mathbf{x}=(A\mathbf{x})^{T}\bar{\mathbf{x}}\\ &=x^{T}A^{T}\bar{\mathbf{x}}. \end{aligned}

Since AA is skew-symmetric, we have AT=AA^{T}=-A. Substituting this into the above equality, we have

The left hand side of (*)=xTATxˉ=xTAxˉ\begin{aligned} &\text{The left hand side of (*)}\\ &=x^{T}A^{T}\bar{\mathbf{x}}=-\mathbf{x}^{T}A\bar{\mathbf{x}} \end{aligned}

Taking conjugate of Ax=λxA\mathbf{x}=\lambda\mathbf{x} and use the fact that AA is real, we have

Axˉ=λˉxˉ.A\bar{\mathbf{x}}=\bar{\lambda}\bar{\mathbf{x}}.

Thus, we have

The left hand side of (*)=xTAxˉ=xTλˉxˉ=λˉx2.\begin{aligned} &\text{The left hand side of (*)}\\ &=-\mathbf{x}^{T}A\bar{\mathbf{x}}\\ &=-\mathbf{x}^{T}\bar{\lambda}\bar{\mathbf{x}}=-\bar{\lambda}||\mathbf{x}||^2. \end{aligned}

Therefore comparing the left and right hand sides of (*) yields

λˉx2=λx2.-\bar{\lambda}||\mathbf{x}||^2=\lambda ||\mathbf{x}||^2.

Since x\mathbf{x} is an eigenvector, it is nonzero by definition. Thus x0||\mathbf{x}||\neq 0.

Hence we have

λˉ=λ,-\bar{\lambda}=\lambda,

and this implies that λ\lambda is either 00 or purely imaginary number.