KnowledgeBoat Logo
|

Mathematics

If A=[1234],B=[0125] and C =[2011],A = \begin{bmatrix}[r] 1 & 2 \ -3 & 4 \end{bmatrix}, B = \begin{bmatrix}[r] 0 & 1 \ -2 & 5 \end{bmatrix} \text{ and C } = \begin{bmatrix}[r] -2 & 0 \ -1 & 1 \end{bmatrix}, find A(4B - 3C).

Matrices

9 Likes

Answer

We need to find the value of A(4B - 3C).

A(4B - 3C)=[1234](4[0125]3[2011])=[1234]([04820][6033])=[1234][0(6)408(3)203]=[1234][64517]=[1×6+2×(5)1×4+2×173×6+4×(5)3×4+4×17]=[6104+34182012+68]=[4383856].\text{A(4B - 3C)} = \begin{bmatrix}[r] 1 & 2 \ -3 & 4 \end{bmatrix} \Big(4\begin{bmatrix}[r] 0 & 1 \ -2 & 5 \end{bmatrix} - 3\begin{bmatrix}[r] -2 & 0 \ -1 & 1 \end{bmatrix}\Big) \\[0.5em] = \begin{bmatrix}[r] 1 & 2 \ -3 & 4 \end{bmatrix} \Big(\begin{bmatrix}[r] 0 & 4 \ -8 & 20 \end{bmatrix} - \begin{bmatrix}[r] -6 & 0 \ -3 & 3 \end{bmatrix}\Big) \\[0.5em] = \begin{bmatrix}[r] 1 & 2 \ -3 & 4 \end{bmatrix} \begin{bmatrix}[r] 0 - (-6) & 4 - 0 \ -8 - (-3) & 20 - 3 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 1 & 2 \ -3 & 4 \end{bmatrix} \begin{bmatrix}[r] 6 & 4 \ -5 & 17 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 1 \times 6 + 2 \times (-5) & 1 \times 4 + 2 \times 17 \ -3 \times 6 + 4 \times (-5) & -3 \times 4 + 4 \times 17 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 6 - 10 & 4 + 34 \ -18 - 20 & -12 + 68 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] -4 & 38 \ -38 & 56 \end{bmatrix}.

Hence, the value of A(4B - 3C) = [4383856].\begin{bmatrix}[r] -4 & 38 \ -38 & 56 \end{bmatrix}.

Answered By

4 Likes


Related Questions