given is the $6 \times 6$-matrix $A$:
$A = \begin{pmatrix} 0 & 1 & 0 & -1 & 0 & 0 \\ 0 &0&1&1&-1&0\\ -1&0&0&0&-1&-1 \\ 1 & 0&0&0&1&0 \\ 0&1&0&0&0&1 \\ 0&0&1&1&0&0 \end{pmatrix}$
With only the information that
- $A$ has exactly two different eigenvalues
- one eigenvalue is $t_1 = i$
I have to determine the Jordan-matrix.
How can I do this with only the information of $t_1 = i$ ?
Hints. This is a real matrix. So, nonreal eigenvalues must occur in pairs of conjugates. In general, to answer a question like yours, merely knowing the above fact is not enough. We also need to know the (seldom taught) fact that Jordan blocks for nonreal eigenvalues also occur in pairs of conjugates. But fortunately, for your particular $A$, we don't need this latter fact.
Return to the hints. So, the other distinct eigenvalue of $A$ must be $-i$. Therefore, the minimal polynomial of $A$ must take the form of $[(x-i)(x+i)]^k=(x^2+1)^k$ for some $k\in\{1,2,3\}$. What is the smallest $k$ that makes $(A^2+I)^k$ equal to zero?