For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\1.7\\1.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.7\\2.65\\2.3\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.39\\4.785\\4.61\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.773\\9.106\\9.019\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.479\\17.63\\17.59\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}10.75\\34.32\\34.3\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}21.04\\66.93\\66.92\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}41.12\\130.6\\130.6\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}80.3\\254.9\\254.9\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}156.8\\497.6\\497.6\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}306.0\\971.3\\971.3\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\1.5\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.7\\1.91\\1.16\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.048\\3.207\\2.832\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.898\\5.99\\5.803\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.638\\11.55\\11.46\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}7.076\\22.47\\22.43\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}13.8\\43.83\\43.8\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}26.95\\85.53\\85.52\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}52.6\\167.0\\166.9\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}102.7\\325.9\\325.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}200.5\\636.2\\636.2\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 120\\5\end{bmatrix}$.
Hide help