Solve the following system of equations. $$x_{n+1} = 2y_n − z_n$$ $$y_{n+1} = y_n$$ $$z_{n+1} = x_n − 2y_n + 2z_n$$ What is the solution in general for $x_0$, $y_0$, $z_0$ arbitrary?
It is intended to be solved using Jordan Normal Form of the Linear Algebra knowledge. I have no idea how to start, can anyone give a hint?
Thank you!
Hint. Note that for $n\geq 0$, $$\begin{pmatrix}x_{n}\\y_{n}\\z_{n}\end{pmatrix} =\begin{pmatrix}0&2&-1\\0&1&0\\1&-2&2\end{pmatrix} \begin{pmatrix}x_{n-1}\\y_{n-1}\\z_{n-1}\end{pmatrix}= \begin{pmatrix}0&2&-1\\0&1&0\\1&-2&2\end{pmatrix}^n \begin{pmatrix}x_{0}\\y_{0}\\z_{0}\end{pmatrix}.$$ Now find the Jordan normal form $J$ of the matrix $$M:=\begin{pmatrix}0&2&-1\\0&1&0\\1&-2&2\end{pmatrix}$$ and a matrix $P$ such that $M=PJP^{-1}$. Then $M^n=PJ^nP^{-1}$.