Let A be an $mxn$ matrix of rank 1. Show that there exist non zero vectors $x ε R^m$ and $y ε R^n$ so that $A = xy^T$.(Hint: Try a simple case. Also compute $xy^T$ for some simple choices x,y.)
Attempt:
I know rank = 1 means that there is 1 linearly independent row but I am confused on how to resolve this question.
I would appreciate the help thanks.
Rank one means that $\dim {\cal R} A =1$, hence ${\cal R} A = \operatorname{sp} \{ v \}$ for some $v$.
You have $A e_k = u_k v$ for some $u_k$ (and $v \in {\cal R} A$).
Let $u = (u_1,...,u_n)^T$, then $A = v u^T$.