与えられた2つの行列が直交行列であることを示す問題です。行列が直交行列であるとは、その行列の転置行列が逆行列と等しい、つまり $A^T A = A A^T = I$ (Iは単位行列) が成り立つことを意味します。言い換えれば、行列の各列ベクトルが互いに直交し、かつノルムが1である必要があります。

代数学線形代数行列直交行列行列の計算転置行列
2025/5/2

1. 問題の内容

与えられた2つの行列が直交行列であることを示す問題です。行列が直交行列であるとは、その行列の転置行列が逆行列と等しい、つまり ATA=AAT=IA^T A = A A^T = I (Iは単位行列) が成り立つことを意味します。言い換えれば、行列の各列ベクトルが互いに直交し、かつノルムが1である必要があります。

2. 解き方の手順

(1)
与えられた行列をAAとします。
$ A = \begin{bmatrix}
\frac{1}{\sqrt{3}} & 0 & \frac{2}{\sqrt{6}} \\
\frac{1}{\sqrt{3}} & \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{6}} \\
-\frac{1}{\sqrt{3}} & \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{6}}
\end{bmatrix} $
ATAA^T Aを計算します。
$ A^T A = \begin{bmatrix}
\frac{1}{\sqrt{3}} & \frac{1}{\sqrt{3}} & -\frac{1}{\sqrt{3}} \\
0 & \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \\
\frac{2}{\sqrt{6}} & -\frac{1}{\sqrt{6}} & \frac{1}{\sqrt{6}}
\end{bmatrix} \begin{bmatrix}
\frac{1}{\sqrt{3}} & 0 & \frac{2}{\sqrt{6}} \\
\frac{1}{\sqrt{3}} & \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{6}} \\
-\frac{1}{\sqrt{3}} & \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{6}}
\end{bmatrix} $
$ = \begin{bmatrix}
\frac{1}{3} + \frac{1}{3} + \frac{1}{3} & 0 + \frac{1}{\sqrt{6}} - \frac{1}{\sqrt{6}} & \frac{2}{\sqrt{18}} - \frac{1}{\sqrt{18}} - \frac{1}{\sqrt{18}} \\
0 + \frac{1}{\sqrt{6}} - \frac{1}{\sqrt{6}} & 0 + \frac{1}{2} + \frac{1}{2} & 0 - \frac{1}{\sqrt{12}} + \frac{1}{\sqrt{12}} \\
\frac{2}{\sqrt{18}} - \frac{1}{\sqrt{18}} - \frac{1}{\sqrt{18}} & 0 - \frac{1}{\sqrt{12}} + \frac{1}{\sqrt{12}} & \frac{4}{6} + \frac{1}{6} + \frac{1}{6}
\end{bmatrix} $
$ = \begin{bmatrix}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1
\end{bmatrix} = I$
AATAA^Tを計算しても単位行列になるので、AAは直交行列です。
(2)
与えられた行列をBBとします。
$ B = \begin{bmatrix}
\cos \phi & -\sin \phi & 0 \\
\cos \theta \sin \phi & \cos \theta \cos \phi & -\sin \theta \\
\sin \theta \sin \phi & \sin \theta \cos \phi & \cos \theta
\end{bmatrix} $
BTBB^T Bを計算します。
$ B^T B = \begin{bmatrix}
\cos \phi & \cos \theta \sin \phi & \sin \theta \sin \phi \\
-\sin \phi & \cos \theta \cos \phi & \sin \theta \cos \phi \\
0 & -\sin \theta & \cos \theta
\end{bmatrix} \begin{bmatrix}
\cos \phi & -\sin \phi & 0 \\
\cos \theta \sin \phi & \cos \theta \cos \phi & -\sin \theta \\
\sin \theta \sin \phi & \sin \theta \cos \phi & \cos \theta
\end{bmatrix} $
$ = \begin{bmatrix}
\cos^2 \phi + \cos^2 \theta \sin^2 \phi + \sin^2 \theta \sin^2 \phi & -\cos \phi \sin \phi + \cos \theta \sin \phi \cos \theta \cos \phi + \sin \theta \sin \phi \sin \theta \cos \phi & -\cos \theta \sin \phi \sin \theta + \sin \theta \sin \phi \cos \theta \\
-\sin \phi \cos \phi + \cos \theta \cos \phi \cos \theta \sin \phi + \sin \theta \cos \phi \sin \theta \sin \phi & \sin^2 \phi + \cos^2 \theta \cos^2 \phi + \sin^2 \theta \cos^2 \phi & \sin \phi \cos \theta \sin \theta + \sin \theta \cos \phi \cos \theta \\
-\sin \theta \cos \theta \sin \phi + \cos \theta \sin \theta \sin \phi & \cos \theta \sin \theta \cos \phi + \cos \theta \sin \theta \cos \phi & \sin^2 \theta + \cos^2 \theta
\end{bmatrix} $
$ = \begin{bmatrix}
\cos^2 \phi + \sin^2 \phi (\cos^2 \theta + \sin^2 \theta) & -\sin \phi \cos \phi + \sin \phi \cos \phi (\cos^2 \theta + \sin^2 \theta) & 0 \\
-\sin \phi \cos \phi + \cos \phi \sin \phi (\cos^2 \theta + \sin^2 \theta) & \sin^2 \phi + \cos^2 \phi (\cos^2 \theta + \sin^2 \theta) & 0 \\
0 & 0 & 1
\end{bmatrix} $
$ = \begin{bmatrix}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1
\end{bmatrix} = I$
BBTBB^Tを計算しても単位行列になるので、BBは直交行列です。

3. 最終的な答え

(1) の行列は直交行列である。
(2) の行列は直交行列である。

「代数学」の関連問題

与えられた行列が直交行列となるように、$a, b, c$の値を定める問題です。直交行列とは、転置行列が逆行列と一致する行列のことです。つまり、$A^T A = I$ (ここで$A^T$は$A$の転置行...

行列線形代数直交行列ベクトルの内積
2025/5/2

50円の贈答用の箱に、1個180円のシュークリームと1個130円のプリンを合わせて20個入れ、全体の金額を3200円以上3300円未満にしたい。シュークリームの個数を何個にすればよいか。

不等式文章問題一次不等式
2025/5/2

問題は、与えられた $a$ と $b$ の値に対して、以下の2つの不等式が成り立つことを確認することです。 * $-2a > -b$ * $\frac{a}{-3} > \frac{b}{-3...

不等式数式の計算大小比較
2025/5/2

$x$ の値が与えられたときに、式 $-x-2$ の値を求める問題です。$x$ の値は (1) $x=3$ と (2) $x=-5$ の2つの場合について計算します。

式の計算一次式代入
2025/5/2

関数 $y = f(x) = x^2 - (a-1)x + 2a - 4$ の区間 $-2 \le x \le 4$ における最大値と最小値を、$a$ の値によって場合分けして求める問題です。

二次関数最大値最小値場合分け平方完成
2025/5/2

与えられた拡大行列に対応する連立一次方程式を解く問題です。拡大行列は次の通りです。 $\begin{pmatrix} 2 & 3 & 5 & 9 \\ 1 & 1 & -1 & 0 \\ 3 & 5 ...

線形代数連立一次方程式行列ガウスの消去法
2025/5/2

与えられた式 $36x^2 - 16y^2$ を因数分解する問題です。

因数分解二項の平方の差
2025/5/2

複素数 $\alpha = 1 - i$, $\beta = 3$, $\gamma = 3 + 5i$ が与えられたとき、以下の問題を解く。 (1) $\frac{\beta - \alpha}{\...

複素数複素数平面偏角絶対値直線垂直
2025/5/2

複素数 $z$ が方程式 $|z+1| = 2|z+2|$ を満たすとき、そのような $z$ 全体はどのような図形になるかを求める問題です。画像には、その解法が途中まで示されており、空欄を埋める必要が...

複素数複素平面絶対値
2025/5/2

与えられた連立一次方程式 $ \begin{cases} x + 2y + 3z = 4 \\ 2x - 3y - z = -1 \\ 2x + y + 3z = 0 \end{cases} $ が解...

連立一次方程式ガウスの消去法解の存在性
2025/5/2