I'm wondering, if it's possible to bring every $ uv^{\top} + vu^{\top} $, where $u,v \in \mathbb{R}^{n} $ in the form of $ xx^{\top} + yy^{\top} $, with $x,y \in \mathbb{R}^{n} $, since $ rank(uv^{\top} + vu^{\top}) = 2.$
Is there a explicit formula for such a decomposition? I tried to calculate it directly on paper, but need to calculate a nonlinear equation system. Is there a trick or an idea, what I could do to find such a formula?
No.
$xx^T + yy^T$ is positive semi definite but $uv^T + vu^T$ need not be. Consider $u = \begin{pmatrix} 1 \\ 0 \end{pmatrix}$ and $v = \begin{pmatrix} -1 \\ 0 \end{pmatrix}.$