Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\0.2\\1.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.84\\0.8\\2.32\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.616\\1.712\\4.176\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.072\\3.19\\7.75\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}13.36\\5.926\\14.57\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}25.05\\11.11\\27.4\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}47.03\\20.88\\51.48\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}88.34\\39.24\\96.7\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}166.0\\73.71\\181.6\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}311.8\\138.5\\341.2\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}585.7\\260.1\\641.0\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.9\\0.7\\1.9\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.26\\1.42\\3.63\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}6.122\\2.746\\6.775\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}11.58\\5.163\\12.69\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}21.79\\9.681\\23.84\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}40.93\\18.18\\44.79\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}76.88\\34.15\\84.15\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}144.4\\64.15\\158.1\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}271.3\\120.5\\297.0\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}509.7\\226.4\\557.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}957.5\\425.3\\1048.0\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 110\\5\end{bmatrix}$.