Suppose that $A$ is a real square matrix with eigenvalues that have negative real part. Is it necessarily true that $A+A^*$ has negative eigenvalues?
I am not entirely sure how to go about doing this as this is the sum of two matrices but it seems like it might be true.
The answer is NO. Consider $$ A := \begin{pmatrix} -1 & x \\ 0 &-1\end{pmatrix}.$$ Then the eigenvalues of $A$ are $-1,-1$ no matter what $x\in\mathbb{R}$ is.
On the other hand, $$ A + A^* = \begin{pmatrix} -2 & x \\ x &-2\end{pmatrix}$$ has eigenvalues $-2-x$ and $-2+x$ the latter of which is positive for $x>2$.