0

I have a real square matrix $A$ such that all its eigenvalues are positive. And I need to prove that $\det(A + A^T) > 0$

For symmetric or diagonalizable matrices it's easy, but I don't know what to do in general. I would be grateful fo any hints.

D F
  • 1,342

1 Answers1

7

Your claim is wrong. The statement is not true for every diagonalisable matrix. Counterexample: let $0<s<1,\ t\ge2$ and $$ A=\pmatrix{1&t\\ 0&s},\ A+A^T=\pmatrix{2&t\\ t&2s}. $$ Then $\det(A+A^T)=4s-t^2<0$.

user1551
  • 139,064