Let $A\in \mathbb R^{n\times n}$. What are conditions on $A$ that ensure that $A+A^T$ is p.s.d. ?
Since $x^TA^Tx= ( x^TA^Tx)^T =x^TAx$, $A+A^T$ is positive semi-definite if and only if $\forall x\in \mathbb R^n, x^TAx\geq 0$.
Is there a caracterization of non-symmetric matrices that verify $\forall x\in \mathbb R^n, x^TAx\geq 0$ (in terms of eigenvalues e.g.) ?








Here is an example which shows that there is no characterization "in terms of eigenvalues".
Let $A = \begin{pmatrix} 1 & 0\\ 0 & 2\end{pmatrix}$ and let $B = \begin{pmatrix} 1 & 3\\ 0 & 2\end{pmatrix}$. Then both $A$ and $B$ have eigenvalues $1, 2$.
But $A + A^T$ is positive definite, while $B + B^T$ is not positive semidefinite.