This is part of a linear algebra assignment, and I was hoping that I could gain some hints.
Given a standard basis of $\mathbb{C}^n$, $\{e_1,e_2, \cdots, e_n\},$ I am given a linear operator $S: \mathbb{C}^n \rightarrow \mathbb{C}^n$ such that $Se_1 = e_2, Se_2, e_3, \ldots, Se_{n} = e_1$. I was able to deduce that it is a unitary operator; hence its eigenvalues must be of magnitude 1 and that the eigenvectors are orthogonal to the standard complex inner product.
But I now want to find an explicit expression for all the eigenvalues. I wrote out the matrix representation of the linear operator w.r.t the standard base which gives $$ S = \begin{bmatrix} 0 & 0 & 0 & 0 & \cdots & 1 \\ 1 & 0 & 0 & 0 & \cdots & 0 \\ 0 & 1 & 0 & 0 & \cdots & 0 \\ 0 & 0 & 1 & 0 & \cdots & 0 \\ \vdots & \vdots & \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & 0 & 0 & 1 & 0 \end{bmatrix} $$ I was wondering if there is a way to write a generic experession for the characteristic polynomial.