Multiply the Matrices [[9,-1],[-4,1/2]][[-4],[-28]]
Problem
Solution
Identify the dimensions of the matrices. The first matrix is
2×2 and the second is2×1 so the resulting matrix will be2×1 Calculate the first entry of the result by taking the dot product of the first row of the left matrix and the column of the right matrix.
Simplify the first entry calculation.
Calculate the second entry of the result by taking the dot product of the second row of the left matrix and the column of the right matrix.
Simplify the second entry calculation.
Combine the results into the final column matrix.
Final Answer
Want more problems? Check here!