5 Multiplying non-square matrices together
So far, we have just looked at multiplying matrices and matrices. However, products between non-square matrices may be possible.
Key Point 5
General Matrix Products
The general rule is that an matrix can be multiplied
by a matrix to form an matrix .
In words:
For the matrix product to be defined the number
of columns of must equal the number of rows of .
The elements of are found in the usual way:
The element in the th row and th column of is obtained
by multiplying the th row of with the th column of .
Example 4
Find the product if and
Solution
Since is a and is a matrix the product can be found and results in a matrix.
Task!
Obtain the product if and
is a matrix.