Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.2\\1.4\\1.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.32\\1.95\\2.66\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.839\\3.28\\5.553\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}10.19\\6.057\\10.71\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}18.55\\11.41\\20.15\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}34.56\\21.49\\37.73\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}64.81\\40.35\\70.69\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}121.6\\75.7\\132.5\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}228.2\\142.0\\248.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}427.9\\266.2\\466.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}802.5\\499.2\\874.0\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\0.5\\0.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.01\\0.6\\0.65\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.756\\0.925\\1.503\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.927\\1.676\\2.978\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.202\\3.165\\5.625\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}9.627\\5.978\\10.53\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}18.04\\11.24\\19.7\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}33.88\\21.09\\36.93\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}63.57\\39.56\\69.24\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}119.2\\74.18\\129.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}223.6\\139.1\\243.5\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 170\\5\end{bmatrix}$.