Let $a$ and $b$ be $p$-dimensional non zero columns. Find the number of distinct eigenvalues of $ab^t+ba^t$?
(a)1
(b)2
(c)1 or 2
(d)1 or 2 or 3
This is a recent exam question. Couldn't figure it out so tried some examples which gave two distinct eigenvalues.
$ab^t + ba^t$ has rank at most two, since it is the sum of two rank one matrices. So in $p$-dim space, you know that at least $(p-2)$ of the eigenvalues are $0$.
Next, by change of orthogonal basis, you can assume without loss of generality that $a = [a_1, 0, \dots, 0]^t$ and $b = [b_1, b_2, 0 ,\dots , 0]^t$. So the top left $2\times2$ submatrix will be of the form $$ \begin{bmatrix} 2 a_1 b_1 & a_1 b_2 \\ a_1 b_2 & 0 \end{bmatrix}.$$ By looking at simple examples, you can find cases where it could take two distinct non-zero values.
Thus the answer is (d).