⇒ Two different matrices cn be multiplied together. Unlike the operations we have seen so far, this is completely different from normal arithmetic multiplication
⇒ Matrices can be multiplied together if the number of columns in the first matrix is equal to the number of rows in the second matrix
⇒ The product matrix will have the same number of rows as the first matrix, and the same number of columns as the second matrix
⇒ The order in which you multiply matrices is important. This has two consequences: