跳到主要内容

電気通信大学 情報理工学研究科 機械知能システム学専攻 2023年8月実施 必須問題(数学)問2

Author

祭音Myyura (co-authored with GPT 5.6 SOL)

Description

二つの行列の逆行列、行列

C=(13135552221)C=\begin{pmatrix}13&13&5\\-5&-5&-2\\-2&-2&-1\end{pmatrix}

が定める線形写像の核と像を求めよ。また、対角成分が 33、非対角成分が aa の対称行列 DD が固有値 11(重解)、77 をもつとき、aa と固有ベクトルを求め、DD を対角化せよ。

题目描述

求两个矩阵的逆矩阵、给定线性映射的核与像,并由特征值确定参数后将实对称矩阵正交对角化。

Kai

(1)

直接計算して、

A1=(1529),B1=(988111201817).\boxed{ A^{-1}=\begin{pmatrix}-1&5\\2&-9\end{pmatrix}}, \qquad \boxed{ B^{-1}= \begin{pmatrix} 9&-8&8\\ 1&-1&1\\ -20&18&-17 \end{pmatrix}}.

(2)

行基本変形により、

C(110001000).C\sim \begin{pmatrix} 1&1&0\\ 0&0&1\\ 0&0&0 \end{pmatrix}.

したがって、

kerC=span{(110)},dimkerC=1\boxed{\ker C=\operatorname{span} \left\{\begin{pmatrix}1\\-1\\0\end{pmatrix}\right\}, \quad \dim\ker C=1}

である。また、元の行列の第 1、第 3 列を取れば、

ImC=span{(1352),(521)},dimImC=2.\boxed{\operatorname{Im}C=\operatorname{span} \left\{ \begin{pmatrix}13\\-5\\-2\end{pmatrix}, \begin{pmatrix}5\\-2\\-1\end{pmatrix} \right\}, \quad \dim\operatorname{Im}C=2}.

(3)

DD の固有値は

3a(重複度 2),3+2a3-a\quad(\text{重複度 }2),\qquad 3+2a

である。よって、

a=2.\boxed{a=2}.

λ=1\lambda=1 の固有空間は x+y+z=0x+y+z=0λ=7\lambda=7 の固有空間は span{(1,1,1)T}\operatorname{span}\{(1,1,1)^{\mathsf T}\} である。例えば、

P=(12161312161302613)P= \begin{pmatrix} \frac1{\sqrt2}&\frac1{\sqrt6}&\frac1{\sqrt3}\\ -\frac1{\sqrt2}&\frac1{\sqrt6}&\frac1{\sqrt3}\\ 0&-\frac2{\sqrt6}&\frac1{\sqrt3} \end{pmatrix}

とおけば PP は直交行列であり、

P1DP=PTDP=diag(1,1,7)\boxed{P^{-1}DP=P^{\mathsf T}DP =\operatorname{diag}(1,1,7)}

となる。