$\det(A + A^T) > 0$

85 Views Asked by At

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.

1

There are 1 best solutions below

3
On BEST ANSWER

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$.