Simplify the Matrix
Problem
Solution
Perform scalar multiplication on the first matrix by multiplying every entry by
3
Perform scalar multiplication on the second matrix by multiplying every entry by
2
Subtract the matrices by subtracting the corresponding entries of the second matrix from the first.
Simplify the arithmetic for each entry to find the resulting matrix.
Final Answer
Want more problems? Check here!