I'm looking at the following family of $n\times n$ matrices. The entries are 0 everywhere except above and below the diagonal. Above it takes values from $1 \to n-1$ and below from $ -n +1 \to -1$. Example when $n=4$:
$\left[ \begin{matrix} 0 & 1 & 0 & 0 \\ -3 & 0 & 2 & 0 \\ 0 & -2 & 0 & 3 \\ 0 & 0 & -1 & 0 \\ \end{matrix} \right] $
How can I find the characteristic polynomial of these matrices in general?