I solved a couple of "regular" matrices but now I ran into this:
$$\begin{vmatrix} x & 0 & 1 & 0 \\ 0 & 1 & 0 & x\\ 1 & 0 & x & 0 \\ 0 & x & 0 & 1 \end{vmatrix} = 0$$
And the question is to solve the equation. However I do not recognize this format. Are there any special techniques to solve a system as this one above? What is it called? Im not asking for you to solve this particular one, but to point me in a direction where I can read/watch on how to solve these type of equations.
Cheers
Evaluating the determinant $$ \begin{vmatrix} x & 0 & 1 & 0 \\ 0 & 1 & 0 & x\\ 1 & 0 & x & 0 \\ 0 & x & 0 & 1 \end{vmatrix} = -x^4+2 x^2-1=-((x-1) (x+1))^2=-(x^2-1)^2=0 $$ I think you can solve it.
P.S. Your matrix is a Hankel matrix (or catalecticant matrix).