Understanding Matrix Multiplication and Dimensions: Explaining why C, the product of matrices A and B, has the same number of columns as A and the same number of rows as B.
Suppose A, B, and C are matrices, and C = AB is defined. Then C has the same number of columns as A and the same number...