Loading...

Add [[2,-12],[1,-5]]+[[2,0],[0,2]]

Problem

[[2,−12],[1,−5]]+[[2,0],[0,2]]

Solution

  1. Identify the corresponding elements in each matrix that need to be added together.

  2. Add the elements in the first row: 2 + 2a*n*d12 + 0$.

  3. Add the elements in the second row: 1 + 0a*n*d5 + 2$.

  4. Simplify the sums to find the resulting matrix entries.

Final Answer

[[2,−12],[1,−5]]+[[2,0],[0,2]]=[[4,−12],[1,−3]]


Want more problems? Check here!