Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 190\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.1\\1.6\\1.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.24\\1.84\\2.66\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.304\\2.896\\4.55\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.854\\5.181\\8.127\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}14.23\\9.391\\14.7\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}25.77\\17.02\\26.64\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}46.69\\30.83\\48.25\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}84.58\\55.85\\87.42\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}153.2\\101.2\\158.4\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}277.6\\183.3\\286.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}502.8\\332.0\\519.7\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.0\\1.3\\0.9\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.95\\1.58\\2.28\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.726\\2.508\\3.935\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.798\\4.486\\7.035\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}12.32\\8.129\\12.73\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}22.31\\14.73\\23.06\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}40.41\\26.69\\41.77\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}73.21\\48.34\\75.67\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}132.6\\87.57\\137.1\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}240.2\\158.6\\248.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}435.2\\287.4\\449.8\end{matrix}\right]\end{gather*}
Hide help