与えられた2つの3x3行列の行列式を定義に従って計算する問題です。代数学行列行列式余因子展開線形代数2025/7/261. 問題の内容与えられた2つの3x3行列の行列式を定義に従って計算する問題です。2. 解き方の手順行列式の定義に従い、余因子展開を用いて計算します。(1) 行列 A=(1321211−1−3)A = \begin{pmatrix} 1 & 3 & 2 \\ 1 & 2 & 1 \\ 1 & -1 & -3 \end{pmatrix}A=11132−121−3 の行列式を計算します。∣A∣=1⋅∣21−1−3∣−3⋅∣111−3∣+2⋅∣121−1∣|A| = 1 \cdot \begin{vmatrix} 2 & 1 \\ -1 & -3 \end{vmatrix} - 3 \cdot \begin{vmatrix} 1 & 1 \\ 1 & -3 \end{vmatrix} + 2 \cdot \begin{vmatrix} 1 & 2 \\ 1 & -1 \end{vmatrix}∣A∣=1⋅2−11−3−3⋅111−3+2⋅112−1=1⋅(2⋅(−3)−1⋅(−1))−3⋅(1⋅(−3)−1⋅1)+2⋅(1⋅(−1)−2⋅1)= 1 \cdot (2 \cdot (-3) - 1 \cdot (-1)) - 3 \cdot (1 \cdot (-3) - 1 \cdot 1) + 2 \cdot (1 \cdot (-1) - 2 \cdot 1)=1⋅(2⋅(−3)−1⋅(−1))−3⋅(1⋅(−3)−1⋅1)+2⋅(1⋅(−1)−2⋅1)=1⋅(−6+1)−3⋅(−3−1)+2⋅(−1−2)= 1 \cdot (-6 + 1) - 3 \cdot (-3 - 1) + 2 \cdot (-1 - 2)=1⋅(−6+1)−3⋅(−3−1)+2⋅(−1−2)=−5−3⋅(−4)+2⋅(−3)= -5 - 3 \cdot (-4) + 2 \cdot (-3)=−5−3⋅(−4)+2⋅(−3)=−5+12−6= -5 + 12 - 6=−5+12−6=1= 1=1(2) 行列 B=(1−33021−12−1)B = \begin{pmatrix} 1 & -3 & 3 \\ 0 & 2 & 1 \\ -1 & 2 & -1 \end{pmatrix}B=10−1−32231−1 の行列式を計算します。∣B∣=1⋅∣212−1∣−(−3)⋅∣01−1−1∣+3⋅∣02−12∣|B| = 1 \cdot \begin{vmatrix} 2 & 1 \\ 2 & -1 \end{vmatrix} - (-3) \cdot \begin{vmatrix} 0 & 1 \\ -1 & -1 \end{vmatrix} + 3 \cdot \begin{vmatrix} 0 & 2 \\ -1 & 2 \end{vmatrix}∣B∣=1⋅221−1−(−3)⋅0−11−1+3⋅0−122=1⋅(2⋅(−1)−1⋅2)+3⋅(0⋅(−1)−1⋅(−1))+3⋅(0⋅2−2⋅(−1))= 1 \cdot (2 \cdot (-1) - 1 \cdot 2) + 3 \cdot (0 \cdot (-1) - 1 \cdot (-1)) + 3 \cdot (0 \cdot 2 - 2 \cdot (-1))=1⋅(2⋅(−1)−1⋅2)+3⋅(0⋅(−1)−1⋅(−1))+3⋅(0⋅2−2⋅(−1))=1⋅(−2−2)+3⋅(0+1)+3⋅(0+2)= 1 \cdot (-2 - 2) + 3 \cdot (0 + 1) + 3 \cdot (0 + 2)=1⋅(−2−2)+3⋅(0+1)+3⋅(0+2)=−4+3+6= -4 + 3 + 6=−4+3+6=5= 5=53. 最終的な答え(1) の行列の行列式は 1 です。(2) の行列の行列式は 5 です。