Been working on this for a couple hours now and nothing I do seems to be working. Any help would be really appreciated.
Find the eigenvalues and eigenvectors of the linear transformation A defined on $\mathbb{C}$n by:
A(x1, x2, . . . , xn-1, xn) = (x2, x3, . . . , xn, x1).
If λ is a non-zero e-value of A then we know that $λ(x_1, x_2, . . . , x_{n-1}, x_n) = (x_2, x_3, . . . , x_n, x_1)$. So $λx_1 = x_2 = \frac{x_3}{λ}$ = ... = $ \frac{x_n}{λ^{n-2}}$ =$\frac{x_1}{ λ^{n-1}}$. Assuming $x_1$ is not zero (if it were then so must the other $x_i$)we then get $λ^n$ = 1. So the e-values are the complex nth roots of 1. The e-vectors easily follow as $(1,λ,λ^2,...λ^{n-1})$.