Multiply the Matrices [[3,-2],[-5,29]][[4/4,1/7],[-3/7,1/7]]
Problem
Solution
Simplify the first element of the second matrix, noting that
4/4=1 Calculate the first row, first column entry by multiplying the first row of the left matrix by the first column of the right matrix:
3*(1)+(−2)*(−3/7)
Calculate the first row, second column entry by multiplying the first row of the left matrix by the second column of the right matrix:
3*(1/7)+(−2)*(1/7)
Calculate the second row, first column entry by multiplying the second row of the left matrix by the first column of the right matrix:
−5*(1)+29*(−3/7)
Calculate the second row, second column entry by multiplying the second row of the left matrix by the second column of the right matrix:
−5*(1/7)+29*(1/7)
Combine the results into the resulting matrix.
Final Answer
Want more problems? Check here!