2. Matrix Multiplication
Sign In
Start by subtracting matrix D from matrix E. Then, multiply the obtained matrix by F.
34&-1 6&-13 -7&16
We want to calculate the matrix product of (E-D)F if it is defined. Recall that we can multiply two matrices only if the number of columns of the first matrix is equal to the number of rows of the second matrix. Otherwise, the operation is undefined. E D F ( 2 & -5 & 0 1 & 0 & -2 3 & 1 & 1 - 1 & 2 & - 1 0 & 3 & 1 2 & -1 & -2 ) * -3 & 2 -5 & 1 2 & 4 3* 3 3* 3 3* 2
Subtract matrices
Subtract terms
Multiply matrices
Multiply
Add and subtract terms