In order to multiply two matrices, A and B, the number of columns in A must equal the number of rows in B. Thus, if A is an m x n matrix and B is an r x s matrix,
n = r.
Interactive Example 1
Interactive Example 2
Previous
|
Next