Loading...

Add [[-1,2],[5,3]][[2,3],[7,1]]

Problem

[[−1,2],[5,3]]+[[2,3],[7,1]]

Solution

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

  2. Add the elements in the first row: −1+2 for the first column and 2 + 3$ for the second column.

  3. Add the elements in the second row: 5 + 7ƒ*o*r*t*h*e*ƒ*i*r*s(t)*c*o*l*u*m*n*a*n*d + 1$ for the second column.

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

Final Answer

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


Want more problems? Check here!