広島大学 先進理工系科学研究科 情報科学プログラム 2022年1月実施 専門科目I 問題1
Author
samparker, 祭音Myyura
Description
A,B,C,P,Q を n 次の正方行列とする。また, E と O それぞれ n 次の単位行列と零行列とする。
(1) A が A2=A を満たすとき, A の固有値はすべて 0 または 1 であることを証明せよ。
(2) B=O とし, ある整数 k≥2 に対して Bk=O が成り立つとする。このとき, B は正則行列でないことを証明せよ。
(3) n 次正方行列 M=[mij] のトレースを , trM=∑i=1nmii と定義する。 すべての n 次正方行列 X に対して tr(CX)=0 ならば C=O であることを証明せよ。
(4) PQ−QP=E となるような正方行列 P,Q は存在しないことを証明せよ。
Let A,B,C,P and Q be n-dimensional square matrices.
Let E and O be n-dimensional identity and zero matrices, respectively.
(1) When A satisfies A2=A, prove eigenvalues of A are either 0 or 1.
(2) Suppose B=O and Bk=O for some integer k≥2. Prove B is not an invertible matrix.
(3) The trace of an n-dimensional square matrix M=[mij] is defined by trM=∑i=1nmii.
Prove C=O when tr(CX)=0 for any n-dimensional square matrix X.
(4) Prove that there are no square matrices P,Q such that PQ−QP=E.
题目描述
设 A,B,C,P,Q 均为 n 阶方阵,E 和 O 分别为 n 阶单位矩阵与零矩阵。
-
若 A2=A,证明 A 的每个特征值都是 0 或 1。
-
设 B=O,且对某个整数 k≥2 有 Bk=O;证明 B 不可逆。
-
对 n 阶方阵 M=[mij],定义
trM=i=1∑nmii.
若对每个 n 阶方阵 X 都有 tr(CX)=0,证明 C=O。
-
证明不存在满足 PQ−QP=E 的方阵 P,Q。
- 特征值与特征向量:把幂等关系 A2=A 作用于特征向量,限定 A 的全部可能特征值。
Kai
(1)
A=E or O
1−λ1−λ⋱1−λ=0all λ=1,−λ−λ−λ=0all λ=0
(2)
Assume that B is an invertible matrix, w.l.o.g we assume that k=2, then we have
{BB−1=EB2=O
B⋅B⋅B−1B⋅EB=O⋅B−1=O=O
which is contradictory to the fact that B=O.
Therefore, B is not an invertible matirx.
(3)
Assume that C=O, i.e., there exists an non-zero element cij of C.
Consider a standard basis matrix Eij (The matrix Eij has 1 at (i,j) and 0 at all other positions).
Then we have
tr(CEji)=cij=0
which is a contradiction.
(4)
Since tr(PQ)=tr(QP), we have
tr(PQ−QP)=tr(PQ)−tr(QP)=0=tr(E)
Therefore, there are no square matrices P,Q such that PQ−QP=E.