Consider the $(n+1) \times (n+1)$ Coxetermatrix $$ A = \begin{pmatrix} 1 & -\frac{1}{2} & 0 & \cdots & -\frac{1}{2}\\ -\frac{1}{2} & 1 & -\frac{1}{2} & \ddots & \vdots \\ 0 & -\frac{1}{2} & \ddots & \ddots & 0 \\ \vdots & \ddots & \ddots & 1 & -\frac{1}{2} \\ -\frac{1}{2} & \cdots & 0 & -\frac{1}{2} & 1 \\ \end{pmatrix}$$ of the Coxeter group $\tilde{A}_n, n \geq 2$. (Note that only the three main diagonals as well as the entries $A_{1,n+1},A_{n+1,1}$ are nonzero.)
I am trying to determine the eigenvalues of this matrix and prove that $A$ is positive semidefinite (i.e. has nonnegative eigenvalues and zero is one of them). Is there a way to do this by induction or recursively? (Clearly for 3x3 or 4x4 one can simply calculate the characteristic polynomial and find its zeroes, but the calculation gets messy and long as $n$ grows)
Thank you for any input.:)