Multiply the Matrices
Problem
Solution
Identify the matrices being multiplied. The first matrix is a
3×3 identity matrix, denoted asI and the second is a3×1 column vector.Apply the rule for matrix multiplication where each element of the resulting vector is the dot product of a row from the first matrix and the column vector.
Calculate the first entry:
Calculate the second entry:
Calculate the third entry:
Recognize that multiplying any matrix by the identity matrix
I results in the original matrix.
Final Answer
Want more problems? Check here!