Add
Problem
Solution
Identify the operation as matrix multiplication between a
3×3 matrix and a3×1 column vector.Calculate the first element by taking the dot product of the first row and the vector.
Calculate the second element by taking the dot product of the second row and the vector.
Calculate the third element by taking the dot product of the third row and the vector.
Final Answer
Want more problems? Check here!