$$\left(\begin{matrix}3 & 2\\4 &3\end{matrix}\right) \cdot
\left(\begin{matrix}x_1 & x_2 & x_3\\y_1 & y_2 & y_3\end{matrix}\right)=\left(\begin{matrix}2 &4&1\\1&0&1\end{matrix}\right) $$
Gleichungssystem aufstellen:
3x1+2y1=23x2+2y2=43x3+2y3=14x1+3y1=14x2+3y2=04x3+3y3=1
Jetzt hast du 3 Gleichungungssystem die du einzeln lösen kannst.
Oder eine andere Lösungsmöglichkeit über die Inverse Matrix:
X=(3423)−1⋅(214011)