I am currently studying this type of Jacobi matrix for all n
Example of the type of matrix $n=4$ $$\mathbf{X}=\left[\begin{array}{*{20}{c}} {0}&{1}&{0}&{0}\\ {1}&{0}&{1}&{0}\\ {0}&{1}& {0} &{1}\\ {0}&{0}&{1}&{0} \end{array}\right]$$
I am struggling to prove that all eigenvalues for all n will be; $ \lambda \leq |2|$
A computational way:
$$\det (tI-X)=\begin{vmatrix}t&-1&0&0\\ -1&t&-1&0\\ 0&-1&t&-1\\ 0&0&-1&t\end{vmatrix}=t\begin{vmatrix}t&-1&0\\ -1&t&-1\\ 0&-1&t\end{vmatrix}+\begin{vmatrix}-1&0&0\\ -1&t&-1\\ 0&-1&t\end{vmatrix}=$$
$$=t\left(t^3-2t\right)+\left(-t^2+1\right)=t^4-3t^2+1$$
Using the roots formula, we get that the eigenvalues are:
$$\left|\pm\sqrt{\frac{3\pm\sqrt5}2}\right|\le 2$$