If $M\in S_n(\mathbb C)$ is a symmetric matrix of rank two then it can be decomposed as the sum of two rank one matrices
$ M=uv^T+vu^T,\text{ with } u,v\in\mathbb C^n. $
For given $M$ how do I compute $u,v$ ?
If $M\in S_n(\mathbb C)$ is a symmetric matrix of rank two then it can be decomposed as the sum of two rank one matrices
$ M=uv^T+vu^T,\text{ with } u,v\in\mathbb C^n. $
For given $M$ how do I compute $u,v$ ?
Disclaimer: As @MvG has rightfully remarked under the form of a comment situated below, the property was asked in a first version for real valued entries. He has given a case where such a decomposition can exist for complex entries.
I think it is still of interest to see that the property is false for matrices with real entries. Here is a counterexample.
Let $M$ be the $n \times n$ matrix with entries $0$ except $M_{11}=M_{22}=1$.
It is a symmetrical rank 2 matrix.
Let us assume that $M$ has a decomposition as given in the question. Its upper left $2 \times 2$ block, call it $N$, will be:
$$N:=\begin{pmatrix}a\\b\end{pmatrix}\begin{pmatrix}c & d\end{pmatrix}+\begin{pmatrix}c\\d\end{pmatrix}\begin{pmatrix}a & b\end{pmatrix}=\begin{pmatrix}2ac & (ad+bc)\\ (ad+bc) & 2bd\end{pmatrix}$$
($a,b$ and $c,d$ are the first coeff. of $u$ and $v$ resp.). Thus
$$\det(N)=4abcd-(ad+bc)^2=-(ad-bc)^2 \leq 0$$
But the upper-left $2 \times 2$ block of $M$ is $I_2$ with $\det(I_2)=1$.
Contradiction.