Question
Find AB, if A =
Solution
Here
The matrix A is of type 2 x 2 and B is of type 2 x 3.
Number of columns of A = number of rows of B = 2. So AB is defined
Note 1. Here AB is defined. But BA is not defined as number of columns of B is not equal to number of rows of A.
Note 2. If A and B are square matrices of the same order, then AB and BA are both defined.