I have a simple question, for the following equation:
$$X + X^T = A,$$
where $A$ is a symmetric matrix, can we solve $X$ from the equation?
Thanks a lot.
Feng
[Edit]
Sorry for this simple question. Actually, this question is derived from my another question: https://math.stackexchange.com/questions/955437/solving-for-the-trace-and-element-wise-sum-of-matrix-of-lyapunov-equation.
If $X = -\textrm{Diag}(x^*)B$ and $x^* = B^{-1}r$, where $B$ is a symmetric positive-definite matrix and $r$ is an identical vector, then the above equation transform to:
$-\textrm{Diag}(B^{-1}r)B -B\textrm{Diag}(B^{-1}r) = A$.
Can we solve $B$ from this equation?