Does there exists a matrix $M \in \mathrm{SL}(n, \mathbb{Z})$, such that:
- $M$ is not diagonalisable;
- when we put $M$ in its Jordan normal form, none of the Jordan blocks have a determinant with an absolute value of $1$?
Where I got this question from: This is a follow-up question to the one I ask here. Thank you to those who provided the examples. So far, the examples are all made up of submatrices with determinant $1$. I was wondering if there are matrices that are not of this form. So maybe a matrix with its Jordan normal form looks like this, with $|\lambda_1|^2 \ne 1$ and $|\lambda_2|^3 \ne 1$.
$$ M = \left( \begin{array}{ccc} \lambda_1 & 1 & 0 & 0& 0\\ 0 & \lambda_1 & 0 & 0& 0 \\ 0 & 0 & \lambda_2 & 1& 0 \\ 0 & 0 & 0 & \lambda_2& 1 \\ 0 & 0 & 0 & 0& \lambda_2 \\ \end{array} \right). $$