Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.0\\1.7\\0.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.26\\3.46\\1.25\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.417\\6.53\\2.009\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.332\\11.74\\3.582\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.762\\21.04\\6.406\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}13.9\\37.68\\11.47\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}24.89\\67.47\\20.54\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}44.57\\120.8\\36.78\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}79.82\\216.3\\65.86\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}142.9\\387.4\\117.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}256.0\\693.8\\211.2\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\0.6\\0.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.95\\2.7\\1.47\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.219\\5.946\\1.884\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.99\\10.81\\3.316\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.16\\19.41\\5.912\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}12.82\\34.76\\10.58\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}22.97\\62.25\\18.95\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}41.13\\111.5\\33.93\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}73.64\\199.6\\60.77\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}131.9\\357.4\\108.8\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}236.2\\640.1\\194.9\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 70\\4\end{bmatrix}$.