(1) 原点を中心として$\theta$回転させる平面上の1次変換を表す行列を求めよ。 (2) $2 \times 2$対称行列の例を2つ示せ。 (3) 零行列ではない$2 \times 2$行列$A$で、$A^2 = O$ (零行列) を満たす例を1つ示せ。

代数学線形代数行列一次変換対称行列回転行列零行列
2025/7/24

1. 問題の内容

(1) 原点を中心としてθ\theta回転させる平面上の1次変換を表す行列を求めよ。
(2) 2×22 \times 2対称行列の例を2つ示せ。
(3) 零行列ではない2×22 \times 2行列AAで、A2=OA^2 = O (零行列) を満たす例を1つ示せ。

2. 解き方の手順

(1) 原点を中心とするθ\theta回転の変換行列は、(x,y)(x,y)(xcosθysinθ,xsinθ+ycosθ)(x\cos\theta - y\sin\theta, x\sin\theta + y\cos\theta)に写すので、
(xy)=(cosθsinθsinθcosθ)(xy)\begin{pmatrix} x' \\ y' \end{pmatrix} = \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix}
となる。
(2) 2×22 \times 2対称行列は、(abbc)\begin{pmatrix} a & b \\ b & c \end{pmatrix}の形を持つ。具体的な例を2つ挙げる。
(3) A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}とすると、A2=(abcd)(abcd)=(a2+bcab+bdca+dccb+d2)=(0000)A^2 = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} a^2+bc & ab+bd \\ ca+dc & cb+d^2 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}となる必要がある。
AAが零行列ではないという条件を満たす必要がある。
A=(0100)A = \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix}とすると、A2=(0100)(0100)=(0000)A^2 = \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}となる。

3. 最終的な答え

(1)
(cosθsinθsinθcosθ)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}
(2)
(1223)\begin{pmatrix} 1 & 2 \\ 2 & 3 \end{pmatrix}, (0000)\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}
(3)
(0100)\begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix}