Soient A = pmatrix 2 & -1 3 & 4 pmatrix et B = pmatrix 1 & 5 -2 & 1 pmatrix. Calculer A + B.
Indice : Additionne les coefficients correspondants terme à terme.
A + B = pmatrix 2+1 & -1+5 3+(-2) & 4+1 pmatrix
A + B = pmatrix 3 & 4 1 & 5 pmatrix