1 Multiplying row matrices and column matrices together
Let be a row matrix and be a column matrix:
The product of these two matrices is written and is the matrix defined by:
Note that corresponding elements are multiplied together and the results are then added together. For example
This matrix product is easily generalised to other row and column matrices. For example if is a row matrix and is a column matrix:
then we define the product of with as
The only requirement is that the number of elements of the row matrix is the same as the number of elements of the column matrix.