For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.5\\0.8\\1.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.75\\2.13\\2.21\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.59\\3.883\\4.092\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.055\\7.556\\7.647\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.916\\14.47\\14.48\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}11.37\\27.75\\27.57\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}21.84\\53.18\\52.65\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}41.88\\101.9\\100.7\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}80.27\\195.2\\192.7\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}153.8\\374.0\\369.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}294.7\\716.6\\706.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.1\\0.9\\0.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.52\\0.94\\0.98\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.834\\2.094\\1.906\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.631\\3.877\\3.751\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.08\\7.464\\7.256\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}5.888\\14.27\\13.98\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}11.25\\27.33\\26.85\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}21.54\\52.33\\51.51\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}41.24\\100.2\\98.75\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}78.99\\192.0\\189.2\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}151.3\\367.8\\362.6\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 50\\3\end{bmatrix}$.