Multiply the Matrices
Problem
Solution
Identify the dimensions of the matrices. The first matrix is
2×3 and the second matrix is3×3 so the resulting matrix will be2×3 Calculate the first row, first column entry by taking the dot product of the first row of the first matrix and the first column of the second matrix.
Calculate the first row, second column entry.
Calculate the first row, third column entry.
Calculate the second row, first column entry.
Calculate the second row, second column entry.
Calculate the second row, third column entry.
Final Answer
Want more problems? Check here!