Add [[2,-12],[1,-5]]+[[2,0],[0,2]]
Problem
Solution
Identify the corresponding elements in each matrix that need to be added together.
Add the elements in the first row:
2 + 2a*n*d 12 + 0$.Add the elements in the second row:
1 + 0a*n*d 5 + 2$.Simplify the sums to find the resulting matrix entries.
Final Answer
Want more problems? Check here!