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