Is the maximum eigenvalue (or spectral radius) of the matrix with the following form equalled to row or column sum of the matrix?
$$ A=\left( \begin{array}{cccc} 0 & a & ... & a \\ a & 0 & ... & a \\ : & : & ...& : \\ a & a & ... & 0\end{array} \right) $$
The matrix is square with dimension $n \times n$ where $n = 2,3,4,...$, hollow (all elements in the principal diagonal = 0), symmetric and all off diagonal elements have the same value.
Is the spectral radius of such matrices = $(n-1)\times a$? Why?