Multiply the Matrices [[1,0,0],[0,1,0],[0,0,1]]*[[3],[1],[-2]]
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 the element in the
i th row is the dot product of thei th row of the first matrix and the column of the second matrix.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!