Definition

Let

  • : matrix
  • : matrix

Then the product is a matrix, whose entries are determined as follows:

  1. To find the entry in row and column of , single out row from the matrix and column from the matrix .
  2. Multiply the corresponding entries from the row and column together, and then add up the resulting products.

Remark

See matrix multiplication for example. As shown in the example, we can obtain specific entry only by knowing the -th row of and -th row of :

This formula is called the row-column rule for matrix multiplication.

One easy trick to determine the size of matrix multiplication is by looking at the pattern

The “inner” size has to be equal for the multiplication to be defined.