I'm asked to demonstrate that all the matrices $n*m$ with elements in K and $rank \le 1 $ are in the form $$\begin{pmatrix} a_1 \\ a_2\\...\\ a_m \end{pmatrix} \begin{pmatrix} b_1 & b_2 & ... & b_n \end{pmatrix} $$ with $a_1, a_2,...a_m, b_1 , b_2, ..., b_n \in K $
My attempt is:
A matrix $n*m$ with $rank \le 1 $ can be reduced to a row vector or a column vector through a series of elementary operations with its rows and columns.
Is it right?