KnowledgeBoat Logo
|

Mathematics

Given the matrices :

 A =[2142], B =[3412] and C =[3102].\text { A } = \begin{bmatrix}[r] 2 & 1 \ 4 & 2 \end{bmatrix}, \text{ B } = \begin{bmatrix}[r] 3 & 4 \ -1 & -2 \end{bmatrix} \text{ and C } = \begin{bmatrix}[r] -3 & 1 \ 0 & -2 \end{bmatrix} .

Find the products of (i) ABC (ii) ACB and state whether they are equal.

Matrices

38 Likes

Answer

(i)

ABC =[2142][3412][3102]=[2×3+1×(1)2×4+1×(2)4×3+2×(1)4×4+2×(2)][3102]=[6182122164][3102]=[561012][3102]=[5×(3)+6×05×1+6×(2)10×(3)+12×010×1+12×(2)]=[15+051230+010+(24)]=[1573014]\text{ABC } = \begin{bmatrix} 2 & 1 \ 4 & 2 \end{bmatrix}\begin{bmatrix}[r] 3 & 4 \ -1 & -2 \end{bmatrix}\begin{bmatrix}[r] -3 & 1 \ 0 & -2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2 \times 3 + 1 \times (-1) & 2 \times 4 + 1 \times (-2) \ 4 \times 3 + 2 \times (-1) & 4 \times 4 + 2 \times (-2) \end{bmatrix} \begin{bmatrix}[r] -3 & 1 \ 0 & -2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 6 - 1 & 8 - 2 \ 12 - 2 & 16 - 4 \end{bmatrix} \begin{bmatrix}[r] -3 & 1 \ 0 & -2 \end{bmatrix} \\[1em] = \begin{bmatrix} 5 & 6 \ 10 & 12 \end{bmatrix} \begin{bmatrix}[r] -3 & 1 \ 0 & -2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 5 \times (-3) + 6 \times 0 & 5 \times 1 + 6 \times (-2) \ 10 \times (-3) + 12 \times 0 & 10 \times 1 + 12 \times (-2) \end{bmatrix} \\[1em] = \begin{bmatrix} -15 + 0 & 5 - 12 \ -30 + 0 & 10 + (-24) \end{bmatrix} \\[1em] = \begin{bmatrix} -15 & -7 \ -30 & -14 \end{bmatrix} \\[1em]

Hence, the matrix ABC = [1573014].\begin{bmatrix} -15 & -7 \ -30 & -14 \end{bmatrix} .

(ii)

ACB =[2142][3102][3412]=[2×(3)+1×02×1+1×(2)4×(3)+2×04×1+2×(2)][3412]=[6+02212+044][3412]=[60120][3412]=[6×3+0×(1)6×4+0×(2)12×3+0×(1)12×4+0×(2)]=[18+024+036+048+0]=[18243648]\text{ACB } = \begin{bmatrix}[r] 2 & 1 \ 4 & 2 \end{bmatrix} \begin{bmatrix}[r] -3 & 1 \ 0 & -2 \end{bmatrix} \begin{bmatrix}[r] 3 & 4 \ -1 & -2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2 \times (-3) + 1 \times 0 & 2 \times 1 + 1 \times (-2) \ 4 \times (-3) + 2 \times 0 & 4 \times 1 + 2 \times (-2) \end{bmatrix} \begin{bmatrix}[r] 3 & 4 \ -1 & -2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] -6 + 0 & 2 - 2 \ -12 + 0 & 4 - 4 \end{bmatrix} \begin{bmatrix}[r] 3 & 4 \ -1 & -2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] -6 & 0 \ -12 & 0 \end{bmatrix} \begin{bmatrix}[r] 3 & 4 \ -1 & -2 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] -6 \times 3 + 0 \times (-1) & -6 \times 4 + 0 \times (-2) \ -12 \times 3 + 0 \times (-1) & -12 \times 4 + 0 \times (-2) \end{bmatrix} \\[1em] = \begin{bmatrix}[r] -18 + 0 & -24 + 0 \ -36 + 0 & -48 + 0 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] -18 & -24 \ -36 & -48 \end{bmatrix} \\[1em]

Hence, the matrix ACB = [18243648],\begin{bmatrix} -18 & -24 \ -36 & -48 \end{bmatrix} , and matrix ABC ≠ ACB.

Answered By

19 Likes


Related Questions