2 Multiplying two 2 by 2 matrices
If and are two matrices then the product is obtained by multiplying the rows of with the columns of in the manner described above. This will only be possible if the number of elements in the rows of is the same as the number of elements in the columns of . In particular, we define the product of two matrices and to be another matrix whose elements are calculated according to the following pattern
The rule for calculating the elements of is described in the following Key Point:
Key Point 4
Matrix Product
We illustrate this construction for the abstract matrices and given above:
For example
Task!
Find the product where
First write down row 1 of , column 2 of and form the first element in product :
and ; their product is Now repeat the process for row 2 of , column 1 of :
and . Their product is
Finally find the two other elements of and hence write down the matrix :
Row 1 column 1 is Row 2 column 2 is
Clearly, matrix multiplication is tricky and not at all ‘natural’. However, it is a very important mathematical procedure with many engineering applications so must be mastered.