Matrix addition

We can only add together matrices with the same order.

Adding matrices

To add matrices, simply add up the corresponding elements from each matrix.

Find \mathbf{A} + \mathbf{B} where A=\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} and B=\begin{bmatrix} 5 & 6 \\ 7 & 8 \end{bmatrix}

Find \mathbf{C} + \mathbf{D} where C=\begin{bmatrix} 2 & 4 & 6 \\ 8 & 10 & 12 \end{bmatrix} and D=\begin{bmatrix} 1 & 3 & 5 \\ 7 & 9 & 11 \end{bmatrix}

Commutative

Associative