For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\0.1\\1.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.18\\0.38\\0.88\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.742\\0.632\\1.28\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.589\\1.014\\2.015\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.944\\1.62\\3.194\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}6.114\\2.583\\5.07\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}9.578\\4.114\\8.054\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}15.1\\6.547\\12.8\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}23.89\\10.42\\20.35\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}37.88\\16.57\\32.36\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}60.13\\26.36\\51.45\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.9\\1.4\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.21\\1.96\\3.45\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.843\\3.042\\5.67\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}8.978\\4.784\\9.099\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}15.45\\7.561\\14.54\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}25.65\\11.98\\23.18\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}41.79\\19.01\\36.92\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}67.37\\30.2\\58.76\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}108.0\\47.99\\93.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}172.5\\76.29\\148.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}275.0\\121.3\\236.6\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 100\\2\end{bmatrix}$.
Hide help