Question
Question: Is matrix multiplication associative ?...
Is matrix multiplication associative ?
Solution
In general, the associative law of multiplication states that the order of variables will not make any difference in the result. In the given question we are going to show that matrix multiplication is associative. It means for any three matrices A,B and C, associative property states: (AB)C=A(BC). To prove this, let's consider three matrices in the same order.
Complete step by step answer:
We need to prove that (AB)C=A(BC), that is L.H.S. = R.H.S.
Let A = \left( {\begin{array}{*{20}{c}}
4&{ - 2} \\\
6&{ - 3}
\end{array}} \right), B = \left( {\begin{array}{*{20}{c}}
0&2 \\\
1&{ - 1}
\end{array}} \right) and C = \left( {\begin{array}{*{20}{c}}
{ - 2}&3 \\\
1&{ - 3}
\end{array}} \right).
L.H.S. =(AB)C
Here first multiply AB and then multiply C with its result.