I am looking for a matrix $M\in \mathrm{SL}(4, \mathbb{Z})$, with all eigenvalues equal to $1$, and with the following properties:
Write $M=\begin{bmatrix} A_1&A_2\\ A_3&A_4 \end{bmatrix}, $ where the $A_i$ are $2$ by $2$ sumbatrix of $M$.
Let $d_i$ be the dot product of two rows of $A_i$, i.e. if $A_i = \begin{bmatrix} a&b\\ c&d \end{bmatrix}$, then $d_i = ac +bd$.
Let $a_i = \mathrm{det}(A_i) - d_i$.
For example if $A_1 =\begin{bmatrix} 1&2\\ 3&4 \end{bmatrix}$, then $d_1 = 11$ and $a_1 = - 2 - 11 = -13$.
Consider the matrix $A = \begin{bmatrix} a_1&a_2\\ a_3&a_4 \end{bmatrix}$, I would like to find $M$ such that $A$ is in $\mathrm{GL}(2, \mathbb{Z})$, and has one eigenvalue with absolute value not equal to $1$.
The matrices I have tried so far: since $M$ needs to have eigenvalues all equal to $1$, I tried the matrices consisting of just Jordan blocks, unfortunately, they didn't work. I also tried the matrix in the form $M=\begin{bmatrix} A_1&A_2\\ 0&A_4 \end{bmatrix}, $ where $A_1$ and $A_4$ have all eigenvalues all equal to $1$, but in this case $A$ will have all eigenvalues with absolute values $1$. I am a bit stuck as I can't think of other $4$ by $4$ matrices that have all eigenvalues equal to $1$.
Any idea to construct such matrices will be really appreciated.