Hide help
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 50\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.1\\0.4\\0.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.74\\0.66\\0.17\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.336\\0.913\\0.437\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.911\\1.485\\0.7184\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.055\\2.424\\1.091\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}4.974\\3.866\\1.753\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}7.953\\6.18\\2.827\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}12.71\\9.908\\4.523\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}20.38\\15.87\\7.239\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}32.65\\25.42\\11.6\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}52.29\\40.73\\18.58\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.6\\1.0\\1.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.92\\2.75\\0.63\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.334\\3.718\\1.464\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.759\\5.7\\2.862\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.81\\9.418\\4.324\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}19.32\\15.12\\6.802\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}31.07\\24.11\\11.01\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}49.61\\38.63\\17.66\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}79.46\\61.92\\28.24\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}127.3\\99.17\\45.24\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}204.0\\158.8\\72.48\end{matrix}\right]\end{gather*}