Consider a real matrix $B$ defined as
$$ B := X A + A^T X $$
where $X$ is a symmetric positive definite matrix and $A$ has eigenvalues with positive real parts. How can I prove that eigenvalues of $B$ also have positive real parts?
Note that since $B$ is symmetric, its eigenvalues are real.
The claim is not true. As a counter example, select
$$X = \begin{bmatrix}5 & 0 \\ 0 & 1 \end{bmatrix} ~~\text{and}~~ A = \begin{bmatrix}1 & 1 \\ 0 & 1 \end{bmatrix}$$