Given some matrix $n\times n$ matrix $A = \lambda ee^T%$, where $e$ is one normalised $n \times 1$ eigenvector of A with eigenvalue $ \lambda$, I want to show that all remaining $n-1$ eigenvalues of A are zero.
My thoughts:
Determinant must be zero.
But this is only a necessary condition but not sufficient, since it only means any one of the eigenvalues is zero.
How should I proceed?
$A$ is a rank $1$ matrix, hence the nullity is $n-1$.
That is the dimension of nullspace is $n-1$. Hence we can find $n-1$ independent eigenvector corresponding to eigenvalue $0$.