A = \begin{vmatrix} 1 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \end{vmatrix}
I want to find the eigenvalue of this matrix A. I know how to find its eigenvalues by using rule of Sarrus, and they are 2,1 and 0. But I believe there is definitely a easier method to get its eigenvalue.
Thank you guys.
This is one specific case where eigenvectors are easier to spot. Note that $A$ sends the vector $(x,y,z)^T$ to $(x+z, y, x+z)^T$. In the special case $x=z=0$, namely the vector $e_2$ goes to itself, so 1 is an eigenvalue. Another special case $x=z, y=0$, for example $(1,0,1)^T$ goes to $(2,0,2)^T$ which is twice the input, hence 2 is an eigenvalue. Also the matrix is singular (two of its rows are same) and so 0 is an eigenvalue.