Given a real matrix $A_{n\times n}$ with at least one eigenvalue having positive real part, how can I find $x\in\mathbb{R}^n$ such that $\langle\, Ax, x\rangle > 0$?
I tried to use the real part of the eigenvector, but it didn't quite work. With $x=u+vi$ eigenvector of the eigenvalue $\lambda = a+bi$, $a>0$, we have $Au = au-bv$. Then,
$$\langle\, Au, u\rangle = a|u|^2-b \langle\, u, v\rangle.$$
But I don't know if the RHS is always greater than 0.