In preparation for a future exam, I found the following problem:
Let $$A = \begin{pmatrix} 1 & 0 & a & b \\ 0 & 1 & 0 & 0 \\ 0 & c & 3 & -2 \\ 0 & d & 2 & -1 \end{pmatrix}$$ Determine conditions on $a,b,c,d$ so that there is only one Jordan block for each eigenvalue of $A$ (in the Jordan canonical form of $A$).
I found, readily enough, that the only eigenvalue of the $A$ is $\lambda = 1$. So the problem is in fact to find conditions of $a,b,c,d$ such that $A$ is similar to a single-block Jordan matrix. Thus we want the dimension of the eigenspace $E_1$ to be 1, or equivalently, the rank of $A-I$ to be 3.
$$A-I = \begin{pmatrix} 0 & 0 & a & b \\ 0 & 0 & 0 & 0 \\ 0 & c & 2 & -2 \\ 0 & d & 2 & -2 \end{pmatrix}$$
So would the conditions $a,b$ not both zero, $a \neq -b$ and $c \neq d$ be sufficient? More to the point, what is the most economical way of stating the conditions on $a,b,c,d$ to ensure the desired outcome?
The question asks to determine conditions on $a$, $b$, $c$, and $d$ so that the Jordan form of $A$ has only one block. This is equivalent to determining conditions on $a$, $b$, $c$, and $d$ so that each eigenspace has dimension one. Since $\lambda=1$ is the only eigenvalue, we need only determine conditions on $a$, $b$, $c$, and $d$ so that $A-I$ has rank three (by the Rank-Nullity theorem).
One way to ensure that $A-I$ has rank three is to ensure that $A-I$ has a nonvanishing minor of size three. That is, we may demand that the determinant of the submatrix of $A-I$ obtained by deleting the first column and the second row is nonzero. Since $$ \det \begin{bmatrix} 0&a&b\\ c&2&-2\\ d&2&-2 \end{bmatrix}=2(a+b)(c-d) $$ our conditions are $a\neq -b$ and $c\neq d$.