Matrix multiplication is defined when the number of columns in the first matrix matches the number of rows in the second matrix. If $A$ is an $m \times n$ matrix, then for the product $A \mathrm{O}$ to be defined, $\mathrm{O}$ must have $n$ rows. Similarly, for
Show more…