Question
Question: Compute the products AB and BA whichever exists in the following cases: \[A=\left[ \begin{matrix} ...
Compute the products AB and BA whichever exists in the following cases:
1 & -2 \\\ 2 & 3 \\\ \end{matrix} \right],B=\left[ \begin{aligned} & \begin{matrix} 1 & 2 & 3 \\\ \end{matrix} \\\ & \begin{matrix} 2 & 3 & 1 \\\ \end{matrix} \\\ \end{aligned} \right]$$Explanation
Solution
The product of the two matrices with m×n and a×b number of rows and columns respectively exist when the number of columns of the first matrix is equal to the number of rows of the second matrix. This means n=a. If this condition is following then proceed in multiplying the two matrices.
Complete step by step solution:
The two matrices given in the above problem is as follows: