Find the characteristic polynomial and minimal polynomial of the rank-$1$ matrix $uv^*\in\mathbb{C}^{n\times n}$
I wasn't able to do any and couldn't understand the parts of the answer which are highlighted:
$(uv^*)u = (v^*u)u$ so $\lambda = v^*u$ is an eigenvalue.
Let $v_2,...,v_n$ be $n-1$ linearly independent vectors such that $v^*v_i=0, i=2,...,n$
(I thought $v$ is a column vector with $n$ entries. But this line is making each entry a column vector itself which confuses me. Especially since I proved the first line of the answer going through the definition of the inner and outer product for $n\times1$ column vectors.) Then $(uv^*)v_i=0$ so $\lambda=0$ is an eigenvalue of multiplicity $n-1$. We deduce that the char poly is $p(\lambda )=\lambda^{n-1}(\lambda-v^*u)$ and that the
min poly is $q(\lambda )=\lambda (\lambda-v^*u)$.
(I know the min poly is the same as the char poly except the powers are different. They are determined by the largest size of the Jordan block rather than the algebraic multiplicity as in the char poly. I'm just not sure how it was done here).
Any help would be appreciated.