Please let me know if this problem is duplicated and I will remove it ASAP.
I see this problem on an interview book.
The vector is defined as $u=(u_1,u_2,...,u_n)^T$.
Then the eigenvalues of $uu^T$ are given as $\Sigma_{i=1}^n u_i^2$ with multiplicity 1 and 0 with multiplicity $n-1$.
I try to start with $det(uu^T-\lambda I)$ and try to show this is exactly
($\lambda-\Sigma_{i=1}^n u_i^2)\lambda^{n-1}=0$
Any help will be appreciated!