Subtract the Matrices 2[[0,2,1],[3,-2,4]]-3[[-3,1,0],[1,7,2]]
Problem
Solution
Distribute the scalar
2 into the first matrix by multiplying every entry by2
Distribute the scalar
3 into the second matrix by multiplying every entry by3
Subtract the corresponding entries of the two resulting matrices.
Simplify the arithmetic for each entry to find the final matrix.
Final Answer
Want more problems? Check here!