与えられた行列 $A = \begin{bmatrix} 1 & 4 & -3 \\ 2 & 2 & 1 \\ -1 & -3 & 2 \end{bmatrix}$ の行列式の値 $|A|$、余因子行列 $\tilde{A}$、逆行列 $A^{-1}$ を求める問題です。

代数学線形代数行列式余因子行列逆行列
2025/8/4

1. 問題の内容

与えられた行列 A=[143221132]A = \begin{bmatrix} 1 & 4 & -3 \\ 2 & 2 & 1 \\ -1 & -3 & 2 \end{bmatrix} の行列式の値 A|A|、余因子行列 A~\tilde{A}、逆行列 A1A^{-1} を求める問題です。

2. 解き方の手順

(1) 行列式 A|A| の計算
行列式は次のように計算できます。
A=1(221(3))4(221(1))+(3)(2(3)2(1))|A| = 1 \cdot (2 \cdot 2 - 1 \cdot (-3)) - 4 \cdot (2 \cdot 2 - 1 \cdot (-1)) + (-3) \cdot (2 \cdot (-3) - 2 \cdot (-1))
=1(4+3)4(4+1)3(6+2)= 1 \cdot (4 + 3) - 4 \cdot (4 + 1) - 3 \cdot (-6 + 2)
=17453(4)= 1 \cdot 7 - 4 \cdot 5 - 3 \cdot (-4)
=720+12= 7 - 20 + 12
=1= -1
(2) 余因子行列 A~\tilde{A} の計算
余因子行列の各要素は次のように計算されます。
a~11=(221(3))=4+3=7\tilde{a}_{11} = (2 \cdot 2 - 1 \cdot (-3)) = 4 + 3 = 7
a~12=(221(1))=(4+1)=5\tilde{a}_{12} = -(2 \cdot 2 - 1 \cdot (-1)) = -(4 + 1) = -5
a~13=(2(3)2(1))=6+2=4\tilde{a}_{13} = (2 \cdot (-3) - 2 \cdot (-1)) = -6 + 2 = -4
a~21=(42(3)(3))=(89)=1\tilde{a}_{21} = -(4 \cdot 2 - (-3) \cdot (-3)) = -(8 - 9) = 1
a~22=(12(3)(1))=23=1\tilde{a}_{22} = (1 \cdot 2 - (-3) \cdot (-1)) = 2 - 3 = -1
a~23=(1(3)4(1))=(3+4)=1\tilde{a}_{23} = -(1 \cdot (-3) - 4 \cdot (-1)) = -(-3 + 4) = -1
a~31=(41(3)2)=4+6=10\tilde{a}_{31} = (4 \cdot 1 - (-3) \cdot 2) = 4 + 6 = 10
a~32=(11(3)2)=(1+6)=7\tilde{a}_{32} = -(1 \cdot 1 - (-3) \cdot 2) = -(1 + 6) = -7
a~33=(1242)=28=6\tilde{a}_{33} = (1 \cdot 2 - 4 \cdot 2) = 2 - 8 = -6
したがって、余因子行列は
A~=[7541111076]\tilde{A} = \begin{bmatrix} 7 & -5 & -4 \\ 1 & -1 & -1 \\ 10 & -7 & -6 \end{bmatrix}
(3) 逆行列 A1A^{-1} の計算
逆行列は、余因子行列の転置を行列式で割ることで計算されます。
A1=1AA~T=11[7110517416]=[7110517416]A^{-1} = \frac{1}{|A|} \tilde{A}^T = \frac{1}{-1} \begin{bmatrix} 7 & 1 & 10 \\ -5 & -1 & -7 \\ -4 & -1 & -6 \end{bmatrix} = \begin{bmatrix} -7 & -1 & -10 \\ 5 & 1 & 7 \\ 4 & 1 & 6 \end{bmatrix}

3. 最終的な答え

行列式の値 A=1|A| = -1
余因子行列 A~=[7541111076]\tilde{A} = \begin{bmatrix} 7 & -5 & -4 \\ 1 & -1 & -1 \\ 10 & -7 & -6 \end{bmatrix}
逆行列 A1=[7110517416]A^{-1} = \begin{bmatrix} -7 & -1 & -10 \\ 5 & 1 & 7 \\ 4 & 1 & 6 \end{bmatrix}