2. Matrix Multiplication
Sign In
Consider the number of columns of the first matrix and the number of rows of the second matrix. Are they equal? What does that mean?
-15 &0 25 & 0
We need to recall that the multiplication of two matrices is defined only if the number of columns in the first matrix is equal to the number of rows in the second matrix. Moreover, when multiplying matrices A and B, the resulting matrix will have as many rows as A and as many columns as B.
Multiply matrices
Multiply
Add and subtract terms