京都大学 情報学研究科 知能情報学専攻 2022年2月実施 基礎科目 F1-1
Author
祭音Myyura (co-authored with GPT 5.6 SOL)
Description
Q.1
Consider the matrix
A = ( 0 1 0 2 1 0 0 − 1 1 ) . A=
\begin{pmatrix}
0&1&0\\
2&1&0\\
0&-1&1
\end{pmatrix}. A = 0 2 0 1 1 − 1 0 0 1 .
(1) Derive the inverse matrix of A A A .
(2) Derive all eigenvalues of A A A .
(3) Derive A 10 A^{10} A 10 .
Q.2
Let
x = ( 1 2 3 4 5 6 7 8 9 10 ) T , \boldsymbol{x}=
\begin{pmatrix}
1&2&3&4&5&6&7&8&9&10
\end{pmatrix}^{\mathsf T}, x = ( 1 2 3 4 5 6 7 8 9 10 ) T ,
and let B B B be a 10 × 10 10\times10 10 × 10 matrix. All entries of B B B are zero except
B ( 1 , 6 ) = 8 , B ( 3 , 7 ) = 2 , B ( 4 , 8 ) = 1 8 , B ( 6 , 4 ) = 5 , B ( 7 , 1 ) = 1 4 , B ( 8 , 10 ) = 4 , B ( 10 , 3 ) = 1 10 . \begin{gathered}
B(1,6)=8,\qquad B(3,7)=2,\qquad B(4,8)=\frac18,\\
B(6,4)=5,\qquad B(7,1)=\frac14,\qquad B(8,10)=4,\qquad
B(10,3)=\frac1{10}.
\end{gathered} B ( 1 , 6 ) = 8 , B ( 3 , 7 ) = 2 , B ( 4 , 8 ) = 8 1 , B ( 6 , 4 ) = 5 , B ( 7 , 1 ) = 4 1 , B ( 8 , 10 ) = 4 , B ( 10 , 3 ) = 10 1 .
Derive B 50 x B^{50}\boldsymbol{x} B 50 x .
题目描述
对矩阵
A = ( 0 1 0 2 1 0 0 − 1 1 ) , A=\begin{pmatrix}0&1&0\\2&1&0\\0&-1&1\end{pmatrix}, A = 0 2 0 1 1 − 1 0 0 1 ,
求 A − 1 A^{-1} A − 1 、全部特征值及 A 10 A^{10} A 10 。
给定 x = ( 1 , 2 , … , 10 ) T \boldsymbol{x}=(1,2,\ldots,10)^\mathsf T x = ( 1 , 2 , … , 10 ) T 和题设七个非零元素所定义的
10 × 10 10\times10 10 × 10 稀疏矩阵 B B B ,求 B 50 x B^{50}\boldsymbol{x} B 50 x 。
Kai
Q.1
(1)
Gaussian elimination gives
A − 1 = ( − 1 2 1 2 0 1 0 0 1 0 1 ) . \boxed{
A^{-1}=
\begin{pmatrix}
-\frac12&\frac12&0\\
1&0&0\\
1&0&1
\end{pmatrix}.} A − 1 = − 2 1 1 1 2 1 0 0 0 0 1 .
Indeed, direct multiplication gives A A − 1 = I AA^{-1}=I A A − 1 = I .
(2)
The characteristic polynomial is
det ( λ I − A ) = ( λ − 1 ) det ( λ − 1 − 2 λ − 1 ) = ( λ − 1 ) ( λ 2 − λ − 2 ) = ( λ − 1 ) ( λ − 2 ) ( λ + 1 ) . \begin{aligned}
\det(\lambda I-A)
&=(\lambda-1)
\det\begin{pmatrix}\lambda&-1\\-2&\lambda-1\end{pmatrix}\\
&=(\lambda-1)(\lambda^2-\lambda-2)\\
&=(\lambda-1)(\lambda-2)(\lambda+1).
\end{aligned} det ( λ I − A ) = ( λ − 1 ) det ( λ − 2 − 1 λ − 1 ) = ( λ − 1 ) ( λ 2 − λ − 2 ) = ( λ − 1 ) ( λ − 2 ) ( λ + 1 ) .
Thus
λ = − 1 , 1 , 2 . \boxed{\lambda=-1,\ 1,\ 2}. λ = − 1 , 1 , 2 .
(3)
The eigenvalues are distinct, so the characteristic polynomial is also the
minimal polynomial. The quadratic polynomial
r ( t ) = 341 t 2 − 340 r(t)=341t^2-340 r ( t ) = 341 t 2 − 340
agrees with t 10 t^{10} t 10 at t = − 1 , 1 , 2 t=-1,1,2 t = − 1 , 1 , 2 . Therefore
t 10 − r ( t ) t^{10}-r(t) t 10 − r ( t ) is divisible by the characteristic polynomial, and
Cayley--Hamilton gives
A 10 = 341 A 2 − 340 I . A^{10}=341A^2-340I. A 10 = 341 A 2 − 340 I .
Since
A 2 = ( 2 1 0 2 3 0 − 2 − 2 1 ) , A^2=
\begin{pmatrix}
2&1&0\\
2&3&0\\
-2&-2&1
\end{pmatrix}, A 2 = 2 2 − 2 1 3 − 2 0 0 1 ,
we obtain
A 10 = ( 342 341 0 682 683 0 − 682 − 682 1 ) . \boxed{
A^{10}=
\begin{pmatrix}
342&341&0\\
682&683&0\\
-682&-682&1
\end{pmatrix}.} A 10 = 342 682 − 682 341 683 − 682 0 0 1 .
Q.2
For a nonzero entry B ( i , j ) B(i,j) B ( i , j ) , view multiplication by B B B as sending coordinate
j j j to coordinate i i i with multiplier B ( i , j ) B(i,j) B ( i , j ) . The seven active coordinates
form the cycle
1 → 1 / 4 7 → 2 3 → 1 / 10 10 → 4 8 → 1 / 8 4 → 5 6 → 8 1. 1\xrightarrow{1/4}7\xrightarrow{2}3\xrightarrow{1/10}10
\xrightarrow{4}8\xrightarrow{1/8}4\xrightarrow{5}6\xrightarrow{8}1. 1 1/4 7 2 3 1/10 10 4 8 1/8 4 5 6 8 1.
The product of its multipliers is
1 4 ⋅ 2 ⋅ 1 10 ⋅ 4 ⋅ 1 8 ⋅ 5 ⋅ 8 = 1. \frac14\cdot2\cdot\frac1{10}\cdot4\cdot\frac18\cdot5\cdot8=1. 4 1 ⋅ 2 ⋅ 10 1 ⋅ 4 ⋅ 8 1 ⋅ 5 ⋅ 8 = 1.
Hence B 7 B^7 B 7 is the identity on coordinates
{ 1 , 3 , 4 , 6 , 7 , 8 , 10 } \{1,3,4,6,7,8,10\} { 1 , 3 , 4 , 6 , 7 , 8 , 10 } and zero on coordinates { 2 , 5 , 9 } \{2,5,9\} { 2 , 5 , 9 } . Moreover,
B x B\boldsymbol{x} B x is supported on the seven active coordinates. Since
50 = 7 ⋅ 7 + 1 50=7\cdot7+1 50 = 7 ⋅ 7 + 1 ,
B 50 x = ( B 7 ) 7 B x = B x . B^{50}\boldsymbol{x}
=(B^7)^7B\boldsymbol{x}
=B\boldsymbol{x}. B 50 x = ( B 7 ) 7 B x = B x .
Therefore,
B 50 x = ( 48 0 14 1 0 20 1 4 40 0 3 10 ) . \boxed{
B^{50}\boldsymbol{x}=
\begin{pmatrix}
48\\
0\\
14\\
1\\
0\\
20\\
\frac14\\
40\\
0\\
\frac3{10}
\end{pmatrix}.} B 50 x = 48 0 14 1 0 20 4 1 40 0 10 3 .