How to find the eigen values of this matrix of order $(p-1)(q-1)$?
\begin{bmatrix} {(p-1)I}_{(q-1\times q-1)} &&&& (-1)_{(q-1)\times (p-1)}\\(-1)^T_{(q-1)\times (p-1)} &&&& (q-1)I_{(p-1)\times (p-1)} \end{bmatrix}
where $ (-1)_{(q-1)\times (p-1)}$ denotes the matrix of size $(q-1)\times (p-1)$ consisting of all $-1's$?
I only got $0$ as an eigen value since the row sum is $0$.
How to get the other eigen values?
Please suggest me some books which can help me s
On the subspace spanned by $\pmatrix{1_{q-1}\cr 0_{p-1}}$ and $\pmatrix{0_{q-1}\cr 1_{p-1}}$, this acts as the matrix $$ \pmatrix{p-1 & -p+1\cr -q+1 & q-1\cr}$$ which has eigenvalues $0$ and $p+q-2$. On the orthogonal complement of that, it acts as a diagonal matrix with $p-1$ diagonal entries of $q-1$ and $q-1$ of $p-1$. Thus the eigenvalues are $0$, $p+q-2$, $p-1$ (with multiplicity $q-2$) and $q-1$ (with multiplicity $p-2$).