Let's M be a symmetric positive semi-definite matrix and N a non symmetric matrix which all eigenvalues are positive or egal to zero.
The question is : Do the eigenvalues of the matrix M+N are all positive or egal to zero?
I have any clue for a proof, neither a counter example.
I write a small code that construct random matrices M and N with the good properties and check if the eigenvalues of M+N are positive or egal to zero. I let the code run for 5h and it found any counter example.
Any help would be appreciated.
Let $$ M = \left( \begin{array}{rr} 2 & -1 \\ -1 & 2 \\ \end{array} \right) $$ and $$ N = \left( \begin{array}{rr} 1 & -12 \\ 0 & 2 \\ \end{array} \right) $$ so that $$ M+N = \left( \begin{array}{rr} 3 & -13 \\ -1 & 4 \\ \end{array} \right) $$