Multiply the Matrices
Problem
Solution
Identify the dimensions of the matrices. The first matrix is
3×3 and the second is3×1 so the resulting matrix will be3×1 Calculate the first entry by multiplying the first row of the left matrix by the column vector.
Calculate the second entry by multiplying the second row of the left matrix by the column vector.
Calculate the third entry by multiplying the third row of the left matrix by the column vector.
Assemble the results into the final
3×1 matrix.
Final Answer
Want more problems? Check here!