KnowledgeBoat Logo
|

Mathematics

Let A = [2102], B =[4132] and C =[3214],\begin{bmatrix}[r] 2 & 1 \ 0 & -2 \end{bmatrix}, \text{ B } = \begin{bmatrix}[r] 4 & 1 \ -3 & -2 \end{bmatrix} \text{ and C } = \begin{bmatrix}[r] -3 & 2 \ -1 & 4 \end{bmatrix}, find A2 + AC - 5B.

Matrices

64 Likes

Answer

A2=[2102][2102]=[2×2+1×02×1+1×(2)0×2+(2)×00×1+(2)×(2)]=[4+0220+00+4]=[4004].AC=[2102][3214]=[2×(3)+1×(1)2×2+1×40×(3)+(2)×(1)0×2+(2)×4]=[6+(1)4+40+20+(8)]=[7828].5B=5[4132]=[2051510]A2+AC5B=[4004]+[7828][2051510]=[4+(7)200+850+2(15)4+(8)(10)]=[233176].A^2 = \begin{bmatrix}[r] 2 & 1 \ 0 & -2 \end{bmatrix} \begin{bmatrix}[r] 2 & 1 \ 0 & -2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2 \times 2 + 1 \times 0 & 2 \times 1 + 1 \times (-2) \ 0 \times 2 + (-2) \times 0 & 0 \times 1 + (-2) \times (-2) \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 4 + 0 & 2 - 2 \ 0 + 0 & 0 + 4 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 4 & 0 \ 0 & 4 \end{bmatrix}. \\[1.5em] AC = \begin{bmatrix}[r] 2 & 1 \ 0 & -2 \end{bmatrix} \begin{bmatrix}[r] -3 & 2 \ -1 & 4 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2 \times (-3) + 1 \times (-1) & 2 \times 2 + 1 \times 4 \ 0 \times (-3) + (-2) \times (-1) & 0 \times 2 + (-2) \times 4 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] -6 + (-1) & 4 + 4 \ 0 + 2 & 0 + (-8) \end{bmatrix} \\[1em] = \begin{bmatrix}[r] -7 & 8 \ 2 & -8 \end{bmatrix}. \\[1.5em] 5B = 5 \begin{bmatrix}[r] 4 & 1 \ -3 & -2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 20 & 5 \ -15 & -10 \end{bmatrix} \\[1.5em] \therefore A^2 + AC - 5B = \begin{bmatrix}[r] 4 & 0 \ 0 & 4 \end{bmatrix} + \begin{bmatrix}[r] -7 & 8 \ 2 & -8 \end{bmatrix} - \begin{bmatrix}[r] 20 & 5 \ -15 & -10 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 4 + (-7) - 20 & 0 + 8 - 5 \ 0 + 2 - (-15) & 4 + (-8) - (-10) \end{bmatrix} \\[1em] = \begin{bmatrix}[r] -23 & 3 \ 17 & 6 \end{bmatrix} .

Hence, the matrix A2 + AC - 5B = [233176].\begin{bmatrix}[r] -23 & 3 \ 17 & 6 \end{bmatrix} .

Answered By

37 Likes


Related Questions