For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.8\\0.9\\1.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.19\\5.25\\0.78\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.062\\9.87\\0.609\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.763\\17.11\\0.7107\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.3\\28.75\\1.032\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}18.8\\47.96\\1.645\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}31.26\\79.83\\2.702\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}51.99\\132.8\\4.478\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}86.46\\220.8\\7.438\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}143.8\\367.2\\12.37\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}239.1\\610.6\\20.56\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\0.5\\0.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.0\\2.98\\0.3\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.09\\5.058\\0.25\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.406\\8.681\\0.334\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.696\\14.51\\0.5076\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}9.472\\24.18\\0.8234\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}15.75\\40.23\\1.359\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}26.2\\66.91\\2.255\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}43.57\\111.3\\3.747\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}72.45\\185.0\\6.231\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}120.5\\307.7\\10.36\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 50\\5\end{bmatrix}$.
Hide help