行列 $A = \begin{pmatrix} -\frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \end{pmatrix}$ に対して、$A^n$ ($n$ は0以上の整数) を求める。

代数学行列行列の累乗周期性
2025/7/23

1. 問題の内容

行列 A=(12121212)A = \begin{pmatrix} -\frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \end{pmatrix} に対して、AnA^n (nn は0以上の整数) を求める。

2. 解き方の手順

まず、A2A^2 を計算する。
A2=(12121212)(12121212)=(0110)A^2 = \begin{pmatrix} -\frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \end{pmatrix} \begin{pmatrix} -\frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \end{pmatrix} = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}
次に、A3A^3 を計算する。
A3=A2A=(0110)(12121212)=(12121212)A^3 = A^2 A = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} \begin{pmatrix} -\frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \end{pmatrix} = \begin{pmatrix} \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \end{pmatrix}
次に、A4A^4 を計算する。
A4=(A2)2=(0110)(0110)=(1001)=IA^4 = (A^2)^2 = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} = \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix} = -I
ここで、II は単位行列である。
A5=A4A=A=(12121212)A^5 = A^4 A = -A = \begin{pmatrix} \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \\ -\frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \end{pmatrix}
A6=A4A2=(I)A2=(0110)A^6 = A^4 A^2 = (-I) A^2 = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}
A7=A4A3=(I)A3=A3=(12121212)A^7 = A^4 A^3 = (-I) A^3 = -A^3 = \begin{pmatrix} -\frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \\ -\frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \end{pmatrix}
A8=(A4)2=(I)2=I=(1001)A^8 = (A^4)^2 = (-I)^2 = I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}
したがって、AnA^n は周期8で繰り返す。
n=8kn = 8k のとき An=IA^n = I
n=8k+1n = 8k+1 のとき An=AA^n = A
n=8k+2n = 8k+2 のとき An=A2A^n = A^2
n=8k+3n = 8k+3 のとき An=A3A^n = A^3
n=8k+4n = 8k+4 のとき An=A4=IA^n = A^4 = -I
n=8k+5n = 8k+5 のとき An=A5=AA^n = A^5 = -A
n=8k+6n = 8k+6 のとき An=A6=A2A^n = A^6 = -A^2
n=8k+7n = 8k+7 のとき An=A7=A3A^n = A^7 = -A^3

3. 最終的な答え

$A^n = \begin{cases}
\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} & (n \equiv 0 \pmod{8}) \\
\begin{pmatrix} -\frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \end{pmatrix} & (n \equiv 1 \pmod{8}) \\
\begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} & (n \equiv 2 \pmod{8}) \\
\begin{pmatrix} \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \end{pmatrix} & (n \equiv 3 \pmod{8}) \\
\begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix} & (n \equiv 4 \pmod{8}) \\
\begin{pmatrix} \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \\ -\frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \end{pmatrix} & (n \equiv 5 \pmod{8}) \\
\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix} & (n \equiv 6 \pmod{8}) \\
\begin{pmatrix} -\frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \\ -\frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \end{pmatrix} & (n \equiv 7 \pmod{8})
\end{cases}$

「代数学」の関連問題

次の不等式をグラフを利用して解けという問題です。 $|x-1|+2|x| \le 3$

不等式絶対値グラフ
2025/7/24

$x$ についての方程式 $||x-3|-2| = a$ が異なる4つの解をもつとき、定数 $a$ の値の範囲を求める問題です。

絶対値方程式グラフ解の個数
2025/7/24

## 問題の解説

行列式ヴァンデルモンドの行列式行列式の計算
2025/7/24

与えられた2つの4x4行列の行列式を計算する問題です。 (1) $ \begin{vmatrix} 1 & 1 & 1 & 1 \\ 3 & 2 & 5 & 7 \\ 3^2 & 2^2 & 5^2 ...

行列式ヴァンデルモンド行列線形代数
2025/7/24

与えられた数列表のパターンを見抜き、その関係性を明らかにする問題です。表の各行は、3, 2, 1, 7 の累乗で構成されています。

数列パターン認識累乗
2025/7/24

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

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

$n$次正方行列$A = (\vec{a_1}, \dots, \vec{a_n}) = [a_{ij}]$と$B = (\vec{b_1}, \dots, \vec{b_n}) = [b_{ij}]...

行列線形代数行列の積列ベクトル
2025/7/24

与えられた4x4行列の行列式の値を求めます。行列は以下の通りです。 $$ \begin{vmatrix} 1 & 1 & 1 & 1 \\ 3 & 2 & 5 & 7 \\ 3^2 & 2^2 & 5...

行列式ファンデルモンド行列線形代数
2025/7/24

次の4x4行列の行列式を求めます。 $ \begin{vmatrix} 1 & 1 & 1 & 1 \\ 3 & 2 & 5 & 7 \\ 3^2 & 2^2 & 5^2 & 7^2 \\ 3^3 &...

行列式ヴァンデルモンド行列線形代数
2025/7/24

$f$ を $x$ 軸に関する折り返し、 $g$ を直線 $y=x$ に関する折り返しとする1次変換とする。 (1) $\vec{e_2} = \begin{pmatrix} 0 \\ 1 \end{...

線形代数一次変換行列ベクトルの変換
2025/7/24