Given:
Following Matrices are given.
Find:
we have to find which Matrix multiplication can be defined.
Step-by-step explanation:
For Matrix multiplication, the number of columns of first Matrix should be equal to the number of rows of the second Matrix.
Therefore, the following Matrix multiplication can be defined
BC,Because number of columns of B is 2 and number of rows of C is 2.
AC,Because number of columns of A is 2 and number of rows of C is 2.
BA,Because number of columns of B is 2 and number of rows of A is 2.
Therefore, the multiplications BC,AC,BA can be defined.