Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 90\\4\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.3\\0.1\\0.8\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.44\\0.61\\0.81\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.907\\0.842\\1.516\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.491\\1.591\\2.591\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.647\\2.697\\4.537\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}4.577\\4.736\\7.882\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}7.984\\8.219\\13.73\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}13.89\\14.32\\23.89\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}24.18\\24.92\\41.59\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}42.08\\43.38\\72.38\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}73.25\\75.5\\126.0\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\1.2\\0.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.22\\0.66\\1.82\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.562\\1.958\\2.856\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.048\\2.94\\5.144\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.114\\5.389\\8.854\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}9.013\\9.222\\15.47\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}15.62\\16.14\\26.89\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}27.23\\28.05\\46.83\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}47.38\\48.85\\81.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}82.48\\85.01\\141.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}143.6\\148.0\\246.9\end{matrix}\right]\end{gather*}
Hide help