For one of my subjects I have gotten this question:
Determine the solution of the initial value problem
$y(n+1)= \begin{pmatrix} 1 & 0 & 2\\
0 & 1 & 3\\
0 & 0 & 1
\end{pmatrix} \ y(n), \ \ y(0)=\begin{pmatrix} 1 \\ -1 \\ 1\end{pmatrix}$
My solution thus far: The characteristic polynomial is given as $(\lambda-1)^3=0$ and hence, the eigenvalues are $\lambda_1=\lambda_2=\lambda_3=1$ with algebraic multiplicity 3.
Two eigenvectors, which are linearly independent, are $\mathbf{u}=\begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix}$ and $\mathbf{v} = \begin{pmatrix} 0 \\ 1\\ 0 \end{pmatrix}$. And consequently one may find a generalized eigenvector $\mathbf{w}=\begin{pmatrix} 0 \\ 0 \\ 1\end{pmatrix}$. So far, no problems at all. I am fairly certain that these are correct. The important part of this (for my question), is that we have a geometric multiplicity of 2. My issue is actually in the "J" itself. I know that there are merely ones on the diagonal. So we have:
$J=\begin{pmatrix}
1 & 0 & 0\\
0 & 1 & 0\\
0 & 0 & 1
\end{pmatrix}$ or
$J=\begin{pmatrix}
1 & 0 & 0\\
0 & 1 & 1\\
0 & 0 & 1
\end{pmatrix}$
or even
$J=\begin{pmatrix}
1 & 1 & 1\\
0 & 1 & 1\\
0 & 0 & 1
\end{pmatrix}$
What I do not understand, is what and when there should be numbers above the diagonal entries. I am sorry, because I am not sure how to really phrase the question. Perhaps this is due to the face that I am no entirely certain about this concept. Is there anyone that could give me a little push in the right direction?
Thanks a lot.