Question: Find the Jordan Form of $n\times n$ matrix whose elements are all one, over the field $\Bbb Z_p$.
I have found out that this matrix has a characteristic polynomial $x^{(n-1)}(x-n)$ and minimal polynomial $x(x-n)$, for every $n$ and $p$.
Here I have two cases:
If $n$ is not divisible by $p$, means $n\neq0 \pmod p$, Then the minimal polynomial is separable and thus the form is diagonal: $\operatorname{diag}(0,...,0,n)$.
I am stuck in the second case, where we have $p\mid n$, thus $n=0 \pmod p$. I know that there is a block of order $2$ with $0$, but is there only one as such - and why? I do not see how to prove this using the polynomials only.
Thanks