I want to know how to calculate the eigenvalues of the following Hermitian tridiagonal $(N+1)\times(N+1)$ matrix, $$ A=\begin{pmatrix} N+1&i\sqrt{N}\\ -i\sqrt{N}&N+1&i\sqrt{2(N-1)}\\ &-i\sqrt{2(N-1)}&\ddots&i\sqrt{3(N-2)}\\ &&-i\sqrt{3(N-2)}&\ddots&\ddots\\ &&&\ddots&N+1&i\sqrt{N}\\ &&&&-i\sqrt{N}&N+1 \end{pmatrix} $$
that is $a_{kk} = N+1$, $a_{k,k+1} = i\sqrt{k(N-k+1)}$.
From another method to treat the problem (it is from physics), I get the eigenvalues are $$ \lambda = 1,3,5,\ldots,2N+1. $$ Any help is appreciated!
My answer: I find $A-(N+1)I$ is the same as the matrix of $J_y$ with using eigenstates of $J_z$ as basis ($J_y,J_z$ are angular momentum operators in quantum mechanics). Then use the result of representations of $\mathfrak{su}_2$, we can get the eigenvalues of $A-(N+1)I$ are $-N,-N+2,\dots,N-2,N$.
Really thanks for help!!!