KnowledgeBoat Logo
|

Mathematics

If A = [1223], B =[2132] and C =[1331],\begin{bmatrix} 1 & 2 \ 2 & 3 \end{bmatrix}, \text{ B } = \begin{bmatrix} 2 & 1 \ 3 & 2 \end{bmatrix} \text{ and C } = \begin{bmatrix} 1 & 3 \ 3 & 1 \end{bmatrix}, find the matrix C(B - A).

Matrices

20 Likes

Answer

BA=[2132][1223]=[21123223]=[1111]C(BA)=[1331][1111]=[1×1+3×11×(1)+3×(1)3×1+1×13×(1)+1×(1)]=[1+3133+131]=[4444].B - A = \begin{bmatrix}[r] 2 & 1 \ 3 & 2 \end{bmatrix} - \begin{bmatrix}[r] 1 & 2 \ 2 & 3 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2 - 1 & 1 - 2 \ 3 - 2 & 2 - 3 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 1 & -1 \ 1 & -1 \end{bmatrix} \\[1.5em] \therefore C(B - A) = \begin{bmatrix}[r] 1 & 3 \ 3 & 1 \end{bmatrix} \begin{bmatrix}[r] 1 & -1 \ 1 & -1 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 1 \times 1 + 3 \times 1 & 1 \times (-1) + 3 \times (-1) \ 3 \times 1 + 1 \times 1 & 3 \times (-1) + 1 \times (-1) \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 1 + 3 & -1 - 3 \ 3 + 1 & -3 - 1 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 4 & -4 \ 4 & -4 \end{bmatrix}.

Hence, the matrix C(B - A) = [4444]\begin{bmatrix} 4 & -4 \ 4 & -4 \end{bmatrix}.

Answered By

13 Likes


Related Questions