For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.2\\0.2\\1.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.94\\1.58\\2.08\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.262\\4.188\\3.74\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.638\\9.033\\6.813\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.924\\17.94\\12.45\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}17.67\\34.24\\22.73\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}31.7\\63.96\\41.45\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}57.12\\118.0\\75.45\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}103.2\\216.3\\137.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}186.7\\394.6\\249.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}338.2\\718.4\\452.7\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.3\\0.1\\0.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.49\\0.46\\0.71\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.83\\1.137\\1.123\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.442\\2.391\\1.902\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.546\\4.694\\3.343\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}4.543\\8.903\\5.985\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}8.159\\16.57\\10.8\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}14.71\\30.52\\19.56\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}26.59\\55.85\\35.48\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}48.13\\101.9\\64.37\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}87.19\\185.4\\116.8\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 100\\5\end{bmatrix}$.