Matrix addition is done entry by entry. This means you add numbers that are in the same position in each matrix.
If the matrices are [ A=\begin{pmatrix}a&b\c&d\end{pmatrix},\quad B=\begin{pmatrix}e&f\g&h\end{pmatrix}, ] then [ A+B=\begin{pmatrix}a+e&b+f\c+g&d+h\end{pmatrix}. ]
You do not multiply or combine entries from different positions. Only entries in matching positions are added.
If [ \begin{pmatrix}2&-1\4&3\end{pmatrix}+\begin{pmatrix}5&6\-2&1\end{pmatrix}, ] then the sum is [ \begin{pmatrix}7&5\2&4\end{pmatrix}. ]
Work row by row or position by position to avoid mistakes.
© 2023-2026 AI MATH COACH