与えられた6つの行列の積を計算します。代数学行列行列の積線形代数2025/7/231. 問題の内容与えられた6つの行列の積を計算します。2. 解き方の手順各問題について、行列の積の定義に従い、計算を行います。行列 AAA と BBB の積 ABABAB の (i,j)(i,j)(i,j) 成分は、AAA の第 iii 行と BBB の第 jjj 列の内積で与えられます。(1)(314−2)(3125)=(3⋅3+1⋅23⋅1+1⋅54⋅3+(−2)⋅24⋅1+(−2)⋅5)=(9+23+512−44−10)=(1188−6)\begin{pmatrix} 3 & 1 \\ 4 & -2 \end{pmatrix} \begin{pmatrix} 3 & 1 \\ 2 & 5 \end{pmatrix} = \begin{pmatrix} 3 \cdot 3 + 1 \cdot 2 & 3 \cdot 1 + 1 \cdot 5 \\ 4 \cdot 3 + (-2) \cdot 2 & 4 \cdot 1 + (-2) \cdot 5 \end{pmatrix} = \begin{pmatrix} 9+2 & 3+5 \\ 12-4 & 4-10 \end{pmatrix} = \begin{pmatrix} 11 & 8 \\ 8 & -6 \end{pmatrix}(341−2)(3215)=(3⋅3+1⋅24⋅3+(−2)⋅23⋅1+1⋅54⋅1+(−2)⋅5)=(9+212−43+54−10)=(1188−6)(2)(32−14)(−22)=(3⋅(−2)+2⋅2−1⋅(−2)+4⋅2)=(−6+42+8)=(−210)\begin{pmatrix} 3 & 2 \\ -1 & 4 \end{pmatrix} \begin{pmatrix} -2 \\ 2 \end{pmatrix} = \begin{pmatrix} 3 \cdot (-2) + 2 \cdot 2 \\ -1 \cdot (-2) + 4 \cdot 2 \end{pmatrix} = \begin{pmatrix} -6+4 \\ 2+8 \end{pmatrix} = \begin{pmatrix} -2 \\ 10 \end{pmatrix}(3−124)(−22)=(3⋅(−2)+2⋅2−1⋅(−2)+4⋅2)=(−6+42+8)=(−210)(3)(5−1)(1−2)=(5⋅1+(−1)⋅(−2))=(5+2)=(7)\begin{pmatrix} 5 & -1 \end{pmatrix} \begin{pmatrix} 1 \\ -2 \end{pmatrix} = \begin{pmatrix} 5 \cdot 1 + (-1) \cdot (-2) \end{pmatrix} = \begin{pmatrix} 5+2 \end{pmatrix} = \begin{pmatrix} 7 \end{pmatrix}(5−1)(1−2)=(5⋅1+(−1)⋅(−2))=(5+2)=(7)(4)(115014)(213050)=(1⋅2+1⋅01⋅1+1⋅51⋅3+1⋅05⋅2+0⋅05⋅1+0⋅55⋅3+0⋅01⋅2+4⋅01⋅1+4⋅51⋅3+4⋅0)=(2+01+53+010+05+015+02+01+203+0)=(263105152213)\begin{pmatrix} 1 & 1 \\ 5 & 0 \\ 1 & 4 \end{pmatrix} \begin{pmatrix} 2 & 1 & 3 \\ 0 & 5 & 0 \end{pmatrix} = \begin{pmatrix} 1 \cdot 2 + 1 \cdot 0 & 1 \cdot 1 + 1 \cdot 5 & 1 \cdot 3 + 1 \cdot 0 \\ 5 \cdot 2 + 0 \cdot 0 & 5 \cdot 1 + 0 \cdot 5 & 5 \cdot 3 + 0 \cdot 0 \\ 1 \cdot 2 + 4 \cdot 0 & 1 \cdot 1 + 4 \cdot 5 & 1 \cdot 3 + 4 \cdot 0 \end{pmatrix} = \begin{pmatrix} 2+0 & 1+5 & 3+0 \\ 10+0 & 5+0 & 15+0 \\ 2+0 & 1+20 & 3+0 \end{pmatrix} = \begin{pmatrix} 2 & 6 & 3 \\ 10 & 5 & 15 \\ 2 & 21 & 3 \end{pmatrix}151104(201530)=1⋅2+1⋅05⋅2+0⋅01⋅2+4⋅01⋅1+1⋅55⋅1+0⋅51⋅1+4⋅51⋅3+1⋅05⋅3+0⋅01⋅3+4⋅0=2+010+02+01+55+01+203+015+03+0=210265213153(5)(213050)(115014)=(2⋅1+1⋅5+3⋅12⋅1+1⋅0+3⋅40⋅1+5⋅5+0⋅10⋅1+5⋅0+0⋅4)=(2+5+32+0+120+25+00+0+0)=(1014250)\begin{pmatrix} 2 & 1 & 3 \\ 0 & 5 & 0 \end{pmatrix} \begin{pmatrix} 1 & 1 \\ 5 & 0 \\ 1 & 4 \end{pmatrix} = \begin{pmatrix} 2 \cdot 1 + 1 \cdot 5 + 3 \cdot 1 & 2 \cdot 1 + 1 \cdot 0 + 3 \cdot 4 \\ 0 \cdot 1 + 5 \cdot 5 + 0 \cdot 1 & 0 \cdot 1 + 5 \cdot 0 + 0 \cdot 4 \end{pmatrix} = \begin{pmatrix} 2+5+3 & 2+0+12 \\ 0+25+0 & 0+0+0 \end{pmatrix} = \begin{pmatrix} 10 & 14 \\ 25 & 0 \end{pmatrix}(201530)151104=(2⋅1+1⋅5+3⋅10⋅1+5⋅5+0⋅12⋅1+1⋅0+3⋅40⋅1+5⋅0+0⋅4)=(2+5+30+25+02+0+120+0+0)=(1025140)(6)(3−21)(405)=(3⋅43⋅03⋅5−2⋅4−2⋅0−2⋅51⋅41⋅01⋅5)=(12015−80−10405)\begin{pmatrix} 3 \\ -2 \\ 1 \end{pmatrix} \begin{pmatrix} 4 & 0 & 5 \end{pmatrix} = \begin{pmatrix} 3 \cdot 4 & 3 \cdot 0 & 3 \cdot 5 \\ -2 \cdot 4 & -2 \cdot 0 & -2 \cdot 5 \\ 1 \cdot 4 & 1 \cdot 0 & 1 \cdot 5 \end{pmatrix} = \begin{pmatrix} 12 & 0 & 15 \\ -8 & 0 & -10 \\ 4 & 0 & 5 \end{pmatrix}3−21(405)=3⋅4−2⋅41⋅43⋅0−2⋅01⋅03⋅5−2⋅51⋅5=12−8400015−1053. 最終的な答え(1) (1188−6)\begin{pmatrix} 11 & 8 \\ 8 & -6 \end{pmatrix}(1188−6)(2) (−210)\begin{pmatrix} -2 \\ 10 \end{pmatrix}(−210)(3) (7)\begin{pmatrix} 7 \end{pmatrix}(7)(4) (263105152213)\begin{pmatrix} 2 & 6 & 3 \\ 10 & 5 & 15 \\ 2 & 21 & 3 \end{pmatrix}210265213153(5) (1014250)\begin{pmatrix} 10 & 14 \\ 25 & 0 \end{pmatrix}(1025140)(6) (12015−80−10405)\begin{pmatrix} 12 & 0 & 15 \\ -8 & 0 & -10 \\ 4 & 0 & 5 \end{pmatrix}12−8400015−105