Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 200\\3\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.8\\0.6\\0.9\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.95\\1.34\\1.37\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.572\\2.851\\2.756\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.22\\5.599\\5.727\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}14.65\\11.26\\11.42\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}29.38\\22.71\\22.95\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}59.08\\45.64\\46.2\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}118.9\\91.79\\92.91\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}239.1\\184.6\\186.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}480.8\\371.3\\375.8\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}966.9\\746.8\\755.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.1\\2.0\\1.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.13\\1.87\\3.31\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}6.925\\4.824\\4.586\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}12.38\\10.06\\9.739\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}25.43\\19.6\\20.19\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}51.52\\39.6\\40.08\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}103.2\\79.81\\80.63\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}207.6\\160.4\\162.4\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}417.7\\322.5\\326.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}840.0\\648.7\\656.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}1689.0\\1305.0\\1321.0\end{matrix}\right]\end{gather*}