Respuesta :

To add two matrices, we just add the numbers in the matching positions:
[1]+[-2]=[-1]
[-4]+[6]=[2]
[3]+[-2]=[1]
[5]+[4]=[9]
So, this leaves us with the final matrix of
[-1 2]
[1 9]