When do symmetric matrices with rotated rows have repeated eigenvalues? By rotated rows I mean each row is a rotation of a previous row.
In $\mathbb R^n$, the matrix $S$ where $$S_{ij} = \begin{cases}1 &\text{ if } i = j\\ \frac 1 2 &\text{ otherwise}.\end{cases}$$ has $n - 1$ repeated eigenvalues, as shown by computation here.
Does this generalize? Can we state conditions where matrices that resemble $S$ have $k$ repeated eigenvalues?
See also When does a symmetric matrix have repeated eigenvalues? , which is related, but does not address matrices of this nature.