For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.7\\0.1\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.54\\1.29\\2.79\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.027\\2.88\\4.903\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.264\\5.451\\8.714\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.663\\9.915\\15.58\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}10.05\\17.85\\27.9\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}17.97\\32.02\\49.99\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}32.19\\57.41\\89.59\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}57.67\\102.9\\160.6\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}103.4\\184.4\\287.8\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}185.2\\330.6\\515.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\1.3\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.22\\2.25\\3.41\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.217\\3.998\\6.209\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.994\\7.148\\11.14\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.169\\12.8\\19.97\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}12.85\\22.94\\35.8\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}23.04\\41.12\\64.16\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}41.29\\73.69\\115.0\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}74.01\\132.1\\206.1\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}132.6\\236.7\\369.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}237.7\\424.3\\662.0\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 90\\4\end{bmatrix}$.