For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\0.6\\1.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.26\\4.2\\1.32\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.124\\4.704\\2.004\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.224\\11.94\\3.992\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}16.03\\19.54\\7.275\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}27.9\\39.74\\13.96\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}54.87\\72.13\\26.09\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}101.3\\138.7\\49.42\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}193.1\\259.0\\92.97\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}362.2\\491.0\\175.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}684.9\\923.4\\330.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\1.0\\0.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.26\\0.98\\0.41\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.582\\2.786\\0.905\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.697\\4.355\\1.643\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.27\\9.086\\3.171\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}12.5\\16.29\\5.911\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}22.92\\31.54\\11.21\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}43.86\\58.68\\21.08\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}82.09\\111.4\\39.82\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}155.4\\209.4\\75.03\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}292.5\\395.6\\141.6\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 200\\4\end{bmatrix}$.