Multiply the Matrices
Problem
Solution
Identify the dimensions of the matrices. The first matrix is
2×3 and the second 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.
Assemble the results into the final matrix. Note that the small values near zero (
−0.0006 suggest the intended result is likely zero, but we provide the calculated values.
Final Answer
Want more problems? Check here!