京都大学 情報学研究科 知能情報学専攻 2021年8月実施 情報学基礎 F1-1
Author
Description
設問1
以下で定義される実行列 \(A\) と \(B\)、および実数ベクトル \(x\) に関して、以下の問いに答えよ。 ここで、 \(\|x\|\) は \(x\) の長さを表す。
(1) \(A^3\) を求めよ。
(2) \(A^{-1}\) を求めよ。
(3) \(A^{15}\) を求めよ。
(4) \(\lim_{n \to \infty} \|(AB)^n x\|\) を求めよ。ここで、 \(n\) は自然数とする。
設問2
\(m \times n\) (\(m > n\)) の実行列 \(A\) と以下で定義される行列 \(B\) と \(C\) を考える。ここで、 \(T\) は転置を表すものとする。 また、内積 \((a, b)\) を以下で定義する。 ここで、 \(a\) と \(b\) は \(l\) 次元ベクトル、 \(a_k\) は \(a\) の \(k\) 番目の要素、 \(b_k\) は \(b\) の \(k\) 番目の要素とする。
以下の問いに答えよ。必要であれば、実対称行列に関する以下の性質を使用せよ:
- 実対称行列の固有値は全て実数である。
- 実対称行列のどの固有値に対しても、実ベクトルからなる固有ベクトルをとることができる。
(1) \(B\) と \(C\) がともに実対称行列であることを示せ。
(2) \(B\) の全ての固有値が非負であることを示せ。
(3) 実対称行列は直交行列で対角化できる。\(B\) を対角化する直交行列の列ベクトルは、いずれも \(B\) の固有ベクトルである。 これらのうち正の固有値 \(\lambda_i, \lambda_j\) に対応する固有ベクトルを \(p_i, p_j\) とし、\(q_i\) と \(q_j\) を
で与えられるベクトルとする。 \(q_i, q_j\) が \(C\) の固有ベクトルであって対応する固有値はそれぞれ \(\lambda_i, \lambda_j\) であること、および
であることを示せ。また、
であることを示せ。
Kai
設問1
(1)
(2)
(3)
(4)
Let the required value denote \(I\), and we have
Obviously, the limit converges if and only if
Hence, when \(r \in (-\frac{1}{2}, \frac{1}{2})\), we have
Particularly, when \(r=\pm \frac{1}{2}\), we have
設問2
(1)
Obviously, as \(A\) is a real matrix, \(B\) and \(C\) are both real matrices. Also,
hence \(B\) and \(C\) are real symmetric matrices.
(2)
Consider B's eigenvalue, we have
hence,
hence,
(3)
Consider the eigenvalue \(\lambda_i\) with its eigenvector \(p_i\), we have
Left-multiply by \(\frac{1}{\sqrt{\lambda_i}}A\), we have
since \(q_i = \frac{1}{\sqrt{\lambda_i}}Ap_i\), we have
Similarly, we have \(Cq_j = \lambda_j q_j\) for a different eigenvalue \(\lambda_j\). Therefore, \(q_i\) and \(q_j\) are eigenvectors of C corresponding to eigenvalues \(\lambda_i\) and \(\lambda_j\).
Now we consider the inner product of \(q_i\) and \(q_j\)
Obviously, if \(i \neq j\), as \(B\) is a real symmetric matrix, \(p_i^Tp_j = 0\). If \(i = j\), \(p_i^Tp_j = 1\) Therefore, we have
Finally, insert \(q_i = \frac{1}{\sqrt{\lambda_i}}Ap_i\) to \(\frac{1}{\sqrt{\lambda_i}}A^Tq_i\), we immediately have
Q.E.D