$\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 !

Substraction 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 & 1\\1 & 1\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}0 & 2x & 2\\0 & -y & \frac{z}{2}\end{bmatrix}$