京都大学 情報学研究科 知能情報学専攻 2025年8月実施 情報学基礎 F1-1
Author
祭音Myyura
Description
Q.1
Suppose that a sequence { x k ∣ k is a positive integer } \{x_k \mid k \text{ is a positive integer}\} { x k ∣ k is a positive integer } satisfies the recurrence formula,
x 1 = 1 , x 2 = 2 , x 3 = 1 , x m = a x m − 1 − a x m − 2 + b x m − 3 x_1 = 1, x_2 = 2, x_3 = 1, x_m = a x_{m-1} - a x_{m-2} + b x_{m-3} x 1 = 1 , x 2 = 2 , x 3 = 1 , x m = a x m − 1 − a x m − 2 + b x m − 3
where a a a and b b b are real numbers, and m m m is an integer greater than or equal to 4. Let y m = ( x m x m − 1 x m − 2 ) T \boldsymbol{y}_m = (x_m \ x_{m-1} \ x_{m-2})^{\mathrm{T}} y m = ( x m x m − 1 x m − 2 ) T . Answer the following questions, where n n n is an integer greater than or equal to 4. I \mathrm{I} I is the identity matrix of order 3, and A T A^{\mathrm{T}} A T stands for the transpose of a matrix A A A .
(1) Find a matrix A A A which satisfies y m + 1 = A y m \boldsymbol{y}_{m+1} = A \boldsymbol{y}_m y m + 1 = A y m .
(2) Find a a a and b b b for which A − I A - \mathrm{I} A − I is invertible. For the values a a a and b b b , determine ( A − I ) − 1 (A - \mathrm{I})^{-1} ( A − I ) − 1 .
(3) Let a = − 1 2 a = -\frac{1}{2} a = − 2 1 and b = 1 4 b = \frac{1}{4} b = 4 1 . Compute the eigenvalues of A A A , and lim n → ∞ A n \lim_{n \to \infty} A^n lim n → ∞ A n .
(4) With the same condition as (3), express ∑ k = 1 n x k \sum_{k=1}^n x_k ∑ k = 1 n x k using ∑ m = 4 n y m \sum_{m=4}^n \boldsymbol{y}_m ∑ m = 4 n y m , and compute lim n → ∞ ∑ k = 1 n x k \lim_{n \to \infty} \sum_{k=1}^n x_k lim n → ∞ ∑ k = 1 n x k using the results of (1) – (3).
Q.2
In the following, we assume that all elements of matrices are real numbers. In what follows, a matrix with m m m rows and n n n columns is called an m × n m \times n m × n matrix. Let O m × n \mathrm{O}_{m \times n} O m × n be the zero matrix of m m m rows and n n n columns, and I n \mathrm{I}_n I n be the identity matrix of order n n n . The rank of a matrix M M M is denoted by r a n k ( M ) \mathrm{rank}(M) rank ( M ) . Let A A A be a k × m k \times m k × m matrix, and B B B be an m × n m \times n m × n matrix. Prove each of the following statements (1) to (5) if it holds, or if it does not hold, give a counterexample of a pair ( A , B ) (A, B) ( A , B ) and disprove the statement with it.
(1) r a n k ( A B ) ≤ r a n k ( B ) \mathrm{rank}(AB) \leq \mathrm{rank}(B) rank ( A B ) ≤ rank ( B ) .
(2) If k = m k = m k = m and A A A is non-singular, r a n k ( A B ) = r a n k ( B ) \mathrm{rank}(AB) = \mathrm{rank}(B) rank ( A B ) = rank ( B ) .
(3) r a n k ( A ) + r a n k ( B ) − m ≤ r a n k ( A B ) \mathrm{rank}(A) + \mathrm{rank}(B) - m \leq \mathrm{rank}(AB) rank ( A ) + rank ( B ) − m ≤ rank ( A B ) .
(4) If A B = O k × n AB = \mathrm{O}_{k \times n} A B = O k × n , r a n k ( A ) + r a n k ( B ) ≤ m \mathrm{rank}(A) + \mathrm{rank}(B) \leq m rank ( A ) + rank ( B ) ≤ m .
(5) If n = k n = k n = k and A B = I k AB = \mathrm{I}_k A B = I k , r a n k ( A ) = k \mathrm{rank}(A) = k rank ( A ) = k .
Kai
Q.1
Let
y m = ( x m x m − 1 x m − 2 ) , x m = a x m − 1 − a x m − 2 + b x m − 3 . \boldsymbol{y}_m=
\begin{pmatrix}
x_m\\
x_{m-1}\\
x_{m-2}
\end{pmatrix},
\qquad
x_m=ax_{m-1}-ax_{m-2}+bx_{m-3}. y m = x m x m − 1 x m − 2 , x m = a x m − 1 − a x m − 2 + b x m − 3 .
(1)
y m + 1 = A y m , \boldsymbol{y}_{m+1}=A\boldsymbol{y}_m, y m + 1 = A y m ,
with
A = ( a − a b 1 0 0 0 1 0 ) . \boxed{
A=
\begin{pmatrix}
a&-a&b\\
1&0&0\\
0&1&0
\end{pmatrix}
}. A = a 1 0 − a 0 1 b 0 0 .
(2)
A − I = ( a − 1 − a b 1 − 1 0 0 1 − 1 ) , det ( A − I ) = b − 1. A-I=
\begin{pmatrix}
a-1&-a&b\\
1&-1&0\\
0&1&-1
\end{pmatrix},
\qquad
\det(A-I)=b-1. A − I = a − 1 1 0 − a − 1 1 b 0 − 1 , det ( A − I ) = b − 1.
Therefore,
A − I is invertible iff b ≠ 1 . \boxed{A-I\text{ is invertible iff }b\ne1}. A − I is invertible iff b = 1 .
For b ≠ 1 b\neq 1 b = 1 ,
( A − I ) − 1 = 1 b − 1 ( 1 b − a b 1 1 − a b 1 1 − a 1 ) . \boxed{
(A-I)^{-1}
=
\frac{1}{b-1}
\begin{pmatrix}
1&b-a&b\\
1&1-a&b\\
1&1-a&1
\end{pmatrix}
}. ( A − I ) − 1 = b − 1 1 1 1 1 b − a 1 − a 1 − a b b 1 .
(3)
For
a = − 1 2 , b = 1 4 , a=-\frac12,\qquad b=\frac14, a = − 2 1 , b = 4 1 ,
the characteristic polynomial is
det ( λ I − A ) = ( λ + 1 2 ) ( λ 2 − 1 2 ) . \det(\lambda I-A)
=
\left(\lambda+\frac12\right)
\left(\lambda^2-\frac12\right). det ( λ I − A ) = ( λ + 2 1 ) ( λ 2 − 2 1 ) .
Hence the eigenvalues are
− 1 2 , 1 2 , − 1 2 . -\frac12,\qquad \frac1{\sqrt2},\qquad -\frac1{\sqrt2}. − 2 1 , 2 1 , − 2 1 .
All have absolute value less than 1 1 1 , so
lim n → ∞ A n = O . \boxed{
\lim_{n\to\infty}A^n=O
}. n → ∞ lim A n = O .
(4)
Since
y m + 1 − y m = ( A − I ) y m , \boldsymbol{y}_{m+1}-\boldsymbol{y}_m
=
(A-I)\boldsymbol{y}_m, y m + 1 − y m = ( A − I ) y m ,
we have
∑ m = 4 n y m = ( A − I ) − 1 ( y n + 1 − y 4 ) . \sum_{m=4}^{n}\boldsymbol{y}_m
=
(A-I)^{-1}
\left(\boldsymbol{y}_{n+1}-\boldsymbol{y}_4\right). m = 4 ∑ n y m = ( A − I ) − 1 ( y n + 1 − y 4 ) .
Here,
x 4 = 3 4 , y 4 = ( 3 4 1 2 ) . x_4=\frac34,
\qquad
\boldsymbol{y}_4=
\begin{pmatrix}
\frac34\\
1\\
2
\end{pmatrix}. x 4 = 4 3 , y 4 = 4 3 1 2 .
Because y n + 1 → 0 \boldsymbol{y}_{n+1}\to\boldsymbol{0} y n + 1 → 0 ,
∑ m = 4 n y m ⟶ − ( A − I ) − 1 y 4 . \sum_{m=4}^{n}\boldsymbol{y}_m
\longrightarrow
-(A-I)^{-1}\boldsymbol{y}_4. m = 4 ∑ n y m ⟶ − ( A − I ) − 1 y 4 .
Taking the first component,
lim n → ∞ ∑ k = 1 n x k = 4 + 8 3 . \lim_{n\to\infty}\sum_{k=1}^{n}x_k
=
4+\frac83. n → ∞ lim k = 1 ∑ n x k = 4 + 3 8 .
Therefore,
lim n → ∞ ∑ k = 1 n x k = 20 3 . \boxed{
\lim_{n\to\infty}\sum_{k=1}^{n}x_k
=
\frac{20}{3}
}. n → ∞ lim k = 1 ∑ n x k = 3 20 .
Q.2
Let A A A be a k × m k\times m k × m matrix and B B B an m × n m\times n m × n matrix.
(1)
Since
Im ( A B ) = A ( Im B ) , \operatorname{Im}(AB)
=
A(\operatorname{Im}B), Im ( A B ) = A ( Im B ) ,
a linear map cannot increase dimension. Thus,
rank ( A B ) ≤ rank ( B ) . \boxed{
\operatorname{rank}(AB)\le\operatorname{rank}(B)
}. rank ( A B ) ≤ rank ( B ) .
(2)
If k = m k=m k = m and A A A is invertible, then
B = A − 1 ( A B ) . B=A^{-1}(AB). B = A − 1 ( A B ) .
Using part (1) in both directions,
rank ( A B ) = rank ( B ) . \boxed{
\operatorname{rank}(AB)=\operatorname{rank}(B)
}. rank ( A B ) = rank ( B ) .
(3)
Let U = Im ( B ) U=\operatorname{Im}(B) U = Im ( B ) . Applying rank-nullity to the restriction A ∣ U A|_U A ∣ U ,
rank ( B ) = rank ( A B ) + dim ( U ∩ ker A ) . \operatorname{rank}(B)
=
\operatorname{rank}(AB)
+
\dim(U\cap\ker A). rank ( B ) = rank ( A B ) + dim ( U ∩ ker A ) .
Since
dim ( U ∩ ker A ) ≤ m − rank ( A ) , \dim(U\cap\ker A)
\le
m-\operatorname{rank}(A), dim ( U ∩ ker A ) ≤ m − rank ( A ) ,
we get
rank ( A ) + rank ( B ) − m ≤ rank ( A B ) . \boxed{
\operatorname{rank}(A)+\operatorname{rank}(B)-m
\le
\operatorname{rank}(AB)
}. rank ( A ) + rank ( B ) − m ≤ rank ( A B ) .
(4)
If A B = O AB=O A B = O , then
Im ( B ) ⊆ ker ( A ) . \operatorname{Im}(B)\subseteq\ker(A). Im ( B ) ⊆ ker ( A ) .
Therefore,
rank ( B ) ≤ m − rank ( A ) , \operatorname{rank}(B)
\le
m-\operatorname{rank}(A), rank ( B ) ≤ m − rank ( A ) ,
so
rank ( A ) + rank ( B ) ≤ m . \boxed{
\operatorname{rank}(A)+\operatorname{rank}(B)\le m
}. rank ( A ) + rank ( B ) ≤ m .
(5)
If n = k n=k n = k and A B = I k AB=I_k A B = I k , then
k = rank ( A B ) ≤ rank ( A ) ≤ k . k=\operatorname{rank}(AB)\le\operatorname{rank}(A)\le k. k = rank ( A B ) ≤ rank ( A ) ≤ k .
Hence,
rank ( A ) = k . \boxed{
\operatorname{rank}(A)=k
}. rank ( A ) = k .