nein - Du brauchst keine Matrix 'aufstellen', da die Matrix bereits gegeben ist. Das Gleichungssystem kannst Du auch schreiben: $$A\cdot\begin{pmatrix} x \\ y\\ z\end{pmatrix}=\begin{pmatrix} 0 \\ 1\\ 2\end{pmatrix}$$ Ist die Inverse von A bekannt, so kann man das ganze System rechts mit der Inversen multiplizieren $$ A^{-1}\cdot A\cdot\begin{pmatrix} x \\ y\\ z\end{pmatrix}=A^{-1} \cdot \begin{pmatrix} 0 \\ 1\\ 2\end{pmatrix}$$ und da \(A^{-1} \cdot A=1\) ist, erhält man $$\begin{pmatrix} x \\ y\\ z\end{pmatrix}=A^{-1} \cdot \begin{pmatrix} 0 \\ 1\\ 2\end{pmatrix}$$ Also
mache die Probe, und Du siehst, dass das Ergebnis stimmt.
Gruß Werner