Add matrix m and matrix n

M= [6-2] N=[2 4]
[0 1] [1 -1]

Show work

To add matrices M and N, we add the corresponding elements together:

M + N = [6+2 - 2+4]
= [8 2]
[0+1 1-1]
= [1 0]

Therefore, the sum of matrices M and N is:
[8 2]
[1 0]