If possible, find $BA$ and $AB$, where $A = \begin{bmatrix} 2 & 1 & 2 \\ 1 & 2 & 4 \end{bmatrix} \text{ and } B = \begin{bmatrix} 4 & 1 \\ 2 & 3 \\ 1 & 2 \end{bmatrix}$. |
$AB = \begin{bmatrix} 12 & 9 \\ 12 & 15 \end{bmatrix}, \quad BA = \begin{bmatrix} 9 & 6 & 12 \\ 7 & 8 & 16 \\ 4 & 5 & 10 \end{bmatrix}$ $AB = \begin{bmatrix} 9 & 6 \\ 7 & 8 \end{bmatrix}, \quad BA = \begin{bmatrix} 12 & 9 & 6 \\ 8 & 7 & 5 \\ 10 & 4 & 5 \end{bmatrix}$ $AB = \begin{bmatrix} 12 & 9 \\ 12 & 15 \end{bmatrix}, \quad BA \text{ does not exist}$ $AB \text{ does not exist}, \quad BA = \begin{bmatrix} 9 & 6 & 12 \\ 7 & 8 & 16 \\ 4 & 5 & 10 \end{bmatrix}$ |
$AB = \begin{bmatrix} 12 & 9 \\ 12 & 15 \end{bmatrix}, \quad BA = \begin{bmatrix} 9 & 6 & 12 \\ 7 & 8 & 16 \\ 4 & 5 & 10 \end{bmatrix}$ |
The correct answer is Option (1) → $AB = \begin{bmatrix} 12 & 9 \\ 12 & 15 \end{bmatrix}, \quad BA = \begin{bmatrix} 9 & 6 & 12 \\ 7 & 8 & 16 \\ 4 & 5 & 10 \end{bmatrix}$ ## We have, $A = \begin{bmatrix} 2 & 1 & 2 \\ 1 & 2 & 4 \end{bmatrix}_{2 \times 3}$ and $B = \begin{bmatrix} 4 & 1 \\ 2 & 3 \\ 1 & 2 \end{bmatrix}_{3 \times 2}$ So, $AB$ and $BA$ both are possible. [since, in both $A \cdot B$ and $B \cdot A$, the number of columns of first is equal to the number of rows of second.] Calculation of $AB$: $∴AB = \begin{bmatrix} 2 & 1 & 2 \\ 1 & 2 & 4 \end{bmatrix}_{2 \times 3} \cdot \begin{bmatrix} 4 & 1 \\ 2 & 3 \\ 1 & 2 \end{bmatrix}_{3 \times 2}$ $= \begin{bmatrix} 8 + 2 + 2 & 2 + 3 + 4 \\ 4 + 4 + 4 & 1 + 6 + 8 \end{bmatrix} = \begin{bmatrix} 12 & 9 \\ 12 & 15 \end{bmatrix}_{2 \times 2}$ Calculation of $BA$: $\text{and } BA = \begin{bmatrix} 4 & 1 \\ 2 & 3 \\ 1 & 2 \end{bmatrix}_{3 \times 2} \cdot \begin{bmatrix} 2 & 1 & 2 \\ 1 & 2 & 4 \end{bmatrix}_{2 \times 3}$ $= \begin{bmatrix} 8 + 1 & 4 + 2 & 8 + 4 \\ 4 + 3 & 2 + 6 & 4 + 12 \\ 2 + 2 & 1 + 4 & 2 + 8 \end{bmatrix} = \begin{bmatrix} 9 & 6 & 12 \\ 7 & 8 & 16 \\ 4 & 5 & 10 \end{bmatrix}_{3 \times 3}$ |