$\LARGE \begin{bmatrix}a & b\\c & d\end{bmatrix} + \begin{bmatrix}a' & b'\\c' & d'\end{bmatrix} = \LARGE \begin{bmatrix}a+a' & b+b'\\c+c' & d+d'\end{bmatrix}$

Got it !

Addition of two matrixes of same dimensions:

$\LARGE \begin{bmatrix}1 & 2\\3 & 4\end{bmatrix} + \begin{bmatrix}0 & 1\\2 & 3\end{bmatrix} = $ $\LARGE \begin{bmatrix}1 & 3\\5 & 7\end{bmatrix}$
$\LARGE \begin{bmatrix}1 & x & 3\\4 & y & z\end{bmatrix} + \begin{bmatrix}1 & -x & 1\\4 & 2y & \frac{z}{2}\end{bmatrix} = $ $\LARGE \begin{bmatrix}2 & 0 & 4\\8 & 3y & \frac{3z}{2}\end{bmatrix}$