I am trying to find the explicit equation for the eigenvalues of a very specific toeplitz finite-dimensional operator (a matrix of rank N). I have arrived at the following eigenvalue equation:
$$f_1(\lambda)^N - f_2(\lambda)^N = -\frac{\lambda^2}{1-\lambda}(f_1(\lambda)^{N-1} - f_2(\lambda)^{N-1}),$$
Where $f_{1,2}(\lambda) = 1 \pm \sqrt{1 + \lambda^2}$. In the above it is assumed that $N > 1$.
Is it possible to solve this analytically?
I must admit that this is not a kind of a textbook problem, so no guarantee that it is solvable explicitly, but I will be happy to hear any advice on solving this.
UPDATE: As Jean Marie suggested, I provide the form of a toeplitz operator $A$ that has the eigenvalue equation equivalent to the above: $A_{k,l} = i^{|k-l|}$, where $i$ is an imaginary unit, $k,l$ - indices of a matrix representing an operator $A$.
So, for $N=4$ it is:
$$ A^{(4)} = \begin{pmatrix} 1 & i & -1 & -i \\ i & 1 & i & -1 \\ -1 & i & 1 & i \\ -i & -1 & i & 1 \end{pmatrix}$$
