Add [[-2,-1],[-1,-2]]+[[3,0],[0,3]]
Problem
Solution
Identify the corresponding elements in each matrix that need to be added together.
Add the elements in the first row:
−2+3 for the first column and−1+0 for the second column.Add the elements in the second row:
−1+0 for the first column and−2+3 for the second column.Simplify the sums to find the resulting matrix entries.
Final Answer
Want more problems? Check here!