与えられた5x5行列の行列式を計算します。行列は次の通りです。 $ \begin{pmatrix} 4 & 0 & 0 & 1 & 0 \\ 2 & -3 & 0 & 0 & 0 \\ 1 & 0 & 0 & -2 & 3 \\ 0 & 3 & 2 & 0 & 0 \\ 0 & 0 & 4 & 0 & 2 \end{pmatrix} $
2025/7/4
## 問題の解答
### (7) の問題
1. 問題の内容
与えられた5x5行列の行列式を計算します。行列は次の通りです。
\begin{pmatrix}
4 & 0 & 0 & 1 & 0 \\
2 & -3 & 0 & 0 & 0 \\
1 & 0 & 0 & -2 & 3 \\
0 & 3 & 2 & 0 & 0 \\
0 & 0 & 4 & 0 & 2
\end{pmatrix}
2. 解き方の手順
行列式を計算するために、まず2列目で展開します。
$\det(A) = (-3) \cdot (-1)^{2+2} \cdot \det \begin{pmatrix}
4 & 0 & 1 & 0 \\
1 & 0 & -2 & 3 \\
0 & 2 & 0 & 0 \\
0 & 4 & 0 & 2
\end{pmatrix}$
次に、3行目で展開します。
$\det(A) = (-3) \cdot 2 \cdot (-1)^{3+2} \cdot \det \begin{pmatrix}
4 & 1 & 0 \\
1 & -2 & 3 \\
0 & 0 & 2
\end{pmatrix}$
最後に、3行目で展開します。
$\det(A) = (-3) \cdot 2 \cdot (-1) \cdot 2 \cdot \det \begin{pmatrix}
4 & 1 \\
1 & -2
\end{pmatrix} = 12 \cdot (4 \cdot (-2) - 1 \cdot 1) = 12 \cdot (-8 - 1) = 12 \cdot (-9) = -108$
3. 最終的な答え
-108
### (8) の問題
1. 問題の内容
与えられた3x3行列の行列式を計算します。行列は次の通りです。
\begin{pmatrix}
101 & 99 & 98 \\
101 & 100 & 102 \\
102 & 97 & 100
\end{pmatrix}
2. 解き方の手順
行列式を計算します。
3. 最終的な答え
-8986
### (9) の問題
1. 問題の内容
与えられた3x3行列の行列式を計算します。行列は次の通りです。
\begin{pmatrix}
1/2 & 1/3 & 1/4 \\
1/4 & 1/2 & 1/3 \\
1/3 & 1/4 & 1/2
\end{pmatrix}
2. 解き方の手順
行列式を計算します。
3. 最終的な答え
91/1728