E sei die 3x3-Einheitsmatrix.
Wie bei "normalen" Gleichungen:
Alle Glieder mit X naxh links, Rest nach rechts bringen. X ausklammern und durch die Klammer "dividieren". Letzteres bedeutet hier mit der inversen Matrix multiplizieren, falls diese existiert.
X * A - C  =  X * B - X       | + C   |  - X * B  | + X  ( = X * E !)
X * A - X * B + X * E  =  C
X * ( A - B + E)  =  C        | * ( A - B + E)-1   ( = inverse Matrix)
X * E  =  C * ( A - B + E)-1
   X  =  C * ( A - B + E)-1
Einsetzen und Ausrechnen ergibt für  X 
X  =  \(\begin{pmatrix} 2&2&1\\ 1&4&0\\ 3&0&2\end{pmatrix}\) *  ( \(\begin{pmatrix} 2&0&2\\ 0&3&1\\ 1&1&4\end{pmatrix}\) - \(\begin{pmatrix} 2&0&0\\ -2&5&-2\\ -3&0&-3\end{pmatrix}\) + \(\begin{pmatrix} 1&0&0\\ 0&1&0\\ 0&0&1\end{pmatrix}\) )-1
    =  \(\begin{pmatrix} 2&2&1\\ 1&4&0\\ 3&0&2\end{pmatrix}\)  * \(\begin{pmatrix} 1&0&2\\ 2&-1&3\\ 4&1&8\end{pmatrix}\)-1     [ = hoch -1 = inverse Matix]
    =  \(\begin{pmatrix} 2&2&1\\ 1&4&0\\ 3&0&2\end{pmatrix}\)  *  \(\begin{pmatrix} -11&2&2\\ -4&0&1\\ 6&-1&-1\end{pmatrix}\) 
    =  \(\begin{pmatrix} -24&3&5\\ -27&2&6\\ -21&4&4\end{pmatrix}\) 
Gruß Wolfgang