Aloha :)
Wir müssen das folgende Gleichungssystem lösen:
$$\left(\begin{array}{rrr}0,5 & 0,2 & 0,3\\0,2 & 0,6 & 0,3\\0,3 & 0,2 & 0,4\end{array}\right)\begin{pmatrix}x_1\\x_2\\x_3\end{pmatrix}=\begin{pmatrix}100\\150\\90\end{pmatrix}$$
Dazu wählen wir das Gauß-Verfahren:$$\begin{array}{rrr|r|l}x_1 & x_2 & x_3 & = & \text{Aktion}\\\hline0,5 & 0,2 & 0,3 & 100 &\cdot\,2\\0,2 & 0,6 & 0,3 & 150 &\cdot\,5\\0,3 & 0,2 & 0,4 & 90 &\cdot\,10\\\hline1 & 0,4 & 0,6 & 200 &\\1 & 3 & 1,5 & 750 &-\text{Zeile 1}\\3 & 2 & 4 & 900 &-3\cdot\text{Zeile 1}\\\hline1 & 0,4 & 0,6 & 200 &-\frac{1}{2}\cdot\text{Zeile 3}\\0 & 2,6 & 0,9 & 550 &-3\cdot\text{Zeile 3}\\0 & 0,8 & 2,2 & 300 &\\\hline1 & 0 & -0,5 & 50& \\0 & 0,2 & -5,7 & -350 &\cdot\,5\\0 & 0,8 & 2,2 & 300 &-4\cdot\text{Zeile 2}\\\hline1 & 0 & -0,5 & 50& \\0 & 1 & -28,5 & -1750 &+\text{Zeile 3}\\0 & 0 & 25 & 1700 &:\,25\\\hline1 & 0 & -0,5 & 50&+\frac{1}{2}\cdot\text{Zeile 3} \\0 & 1 & -3,5 & -50 &+3,5\cdot\text{Zeile 3}\\0 & 0 & 1 & 68 &\\\hline1 & 0 & 0 & 84&\\0 & 1 & 0 & 188 &\\0 & 0 & 1 & 68 &\\\hline\hline\end{array}$$Wir haben damit den Vorgänger-Zustand berechnet:$$\vec v_{-1}=\begin{pmatrix}x_1\\x_2\\x_3\end{pmatrix}=\begin{pmatrix}84\\188\\68\end{pmatrix}$$