Let $A$ be a $n$ by $n$ matrix where $n$ is odd and $n \geq 7$ , and $a_{i,i+1} = 1 \forall i=1,2,...,$ and $a_{n,1}=1$ ,additionally other entries are $0$, i.e. $$A=\begin{bmatrix} 0 & 1 & 0 & 0 & \cdots & 0 \\ 0 & 0 & 1 & 0 & \cdots & 0 \\ 0 & 0 & 0 & 1 & \cdots & 0 \\ \vdots & \vdots & \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & 0 & 0 & \cdots & 1 \\ 1 & 0 & 0 & 0 & \cdots & 0 \end{bmatrix}$$ Can $A$ have eigen value of $-1$, also can $A$ have an eigenvalue of multiplicity $\geq2$?
I tried that $Trace(A) = 0$ and $Det(A) = 1$ from the structure of matrix $A$ , i concluded that $0 $ cannot be an eigenvalue ,and from taking a particular case of $n=7$ I got eigenvalue of $1$, now how do i proceed ?