consider two vectors $v,w$ is exist $R$. Let $A = vv^T+ww^T$. What is the maximum possible rank of $A$?
I know that the rank of $v$ and rank of $v^T$ is same. And also, rank of $w$ and $w^T$ is same.
But is it possible that i can add the rank? For example, $v$ has $n$ ranks, and $w$ has $m$ ranks, $r(A) = n + m$ ranks? I cannot solve the above question.
One way to approach this question is to note that $$ vv^T + ww^T = \pmatrix{v & w} \pmatrix{v&w}^T. $$ Alternatively, it is generally true that $\operatorname{rank}(A + B) \leq \operatorname{rank}(A) + \operatorname{rank}(B)$.