跳到主要内容

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

Author

samparker, 祭音Myyura

Description

A,B,C,P,QA,B,C,P,Qnn 次の正方行列とする。また, EEOO それぞれ nn 次の単位行列と零行列とする。

(1) AAA2=AA^2=A を満たすとき, AA の固有値はすべて 00 または 11 であることを証明せよ。

(2) BOB \neq O とし, ある整数 k2k \ge 2 に対して Bk=OB^k = O が成り立つとする。このとき, BB は正則行列でないことを証明せよ。

(3) nn 次正方行列 M=[mij]M = [m_{ij}] のトレースを , trM=i=1nmii\text{tr}M = \sum_{i=1}^n m_{ii} と定義する。 すべての nn 次正方行列 XX に対して tr(CX)=0\text{tr}(CX) = 0 ならば C=OC = O であることを証明せよ。

(4) PQQP=EPQ - QP = E となるような正方行列 P,QP,Q は存在しないことを証明せよ。


Let A,B,C,PA, B, C, P and QQ be nn-dimensional square matrices. Let EE and OO be nn-dimensional identity and zero matrices, respectively.

(1) When AA satisfies A2=AA^2=A, prove eigenvalues of AA are either 00 or 11.

(2) Suppose BOB \neq O and Bk=OB^k = O for some integer k2k \ge 2. Prove BB is not an invertible matrix.

(3) The trace of an nn-dimensional square matrix M=[mij]M=[m_{ij}] is defined by trM=i=1nmii\text{tr}M = \sum_{i=1}^n m_{ii}. Prove C=OC=O when tr(CX)=0\text{tr}(CX) = 0 for any nn-dimensional square matrix XX.

(4) Prove that there are no square matrices P,QP,Q such that PQQP=EPQ-QP=E.

题目描述

A,B,C,P,QA,B,C,P,Q 均为 nn 阶方阵,EEOO 分别为 nn 阶单位矩阵与零矩阵。

  1. A2=AA^2=A,证明 AA 的每个特征值都是 0011

  2. BOB\ne O,且对某个整数 k2k\ge2Bk=OB^k=O;证明 BB 不可逆。

  3. nn 阶方阵 M=[mij]M=[m_{ij}],定义

    trM=i=1nmii.\operatorname{tr}M=\sum_{i=1}^n m_{ii}.

    若对每个 nn 阶方阵 XX 都有 tr(CX)=0\operatorname{tr}(CX)=0,证明 C=OC=O

  4. 证明不存在满足 PQQP=EPQ-QP=E 的方阵 P,QP,Q

考点

  • 特征值与特征向量:把幂等关系 A2=AA^2=A 作用于特征向量,限定 AA 的全部可能特征值。

Kai

(1)

A=A2A = A^2
A=E or OA = E \text{ or } O
1λ1λ1λ=0,λλλ=0all λ=1all λ=0\begin{aligned} &\begin{vmatrix} 1-\lambda & & & \\ & 1-\lambda & & \\ & & \ddots & \\ & & & 1-\lambda \\ \end{vmatrix} = 0&, \begin{vmatrix} -\lambda & & \\ & -\lambda & \\ & & -\lambda \\ \end{vmatrix} = 0 \\ &\text{all } \lambda = 1 &\text{all } \lambda = 0 \end{aligned}

(2)

Assume that BB is an invertible matrix, w.l.o.g we assume that k=2k = 2, then we have

{BB1=EB2=O\left\{ \begin{aligned} &BB^{-1} = E \\ &B^2 = O \end{aligned} \right.
BBB1=OB1BE=OB=O\begin{aligned} B \cdot B \cdot B ^{-1} &= O \cdot B^{-1} \\ B \cdot E &= O \\ B &= O \end{aligned}

which is contradictory to the fact that BOB \neq O. Therefore, BB is not an invertible matirx.

(3)

Assume that COC \neq O, i.e., there exists an non-zero element cijc_{ij} of CC.

Consider a standard basis matrix EijE_{ij} (The matrix EijE_{ij} has 11 at (i,j)(i,j) and 00 at all other positions).

Then we have

tr(CEji)=cij0\text{tr} (CE_{ji}) = c_{ij} \neq 0

which is a contradiction.

(4)

Since tr(PQ)=tr(QP)\text{tr} (PQ) = \text{tr} (QP), we have

tr(PQQP)=tr(PQ)tr(QP)=0tr(E)\text{tr} (PQ - QP) = \text{tr} (PQ) - \text{tr} (QP) = 0 \neq \text{tr} (E)

Therefore, there are no square matrices P,QP, Q such that PQQP=EPQ - QP = E.