Suppose I have two real-valued diagonalizable matrices $A$ and $B$ and that all of the eigenvalues of each matrix have strictly negative real components. Moreover, assume:
- $A$ is symmetric (which means that all of its eigenvalues must be real)
- The diagonal entries of $B$ are negative
- The off-diagonal entries of $B$ are positive
- The sum of any column of $B$ is nonpositive ($\le 0$).
I have a few questions I would like to answer:
- Are the real components of the eigenvalues of $A+B$ guaranteed to be negative?
- Is $A+B$ diagonalizable?
- What else can be said about the eigenvalues of $A+B$?
If it is difficult to answer the above questions, what if we assume that all of the eigenvalues of $B$ are real? Or that the "leading" eigenvalue (eigenvalue with the largest/least negative real component) of $B$ is real?
If $A$ and $B$ are both symmetric, I think we could say that they are both negative definite operators and that their sum must also be a negative definite operator, so the answers to 1 and 2 in that case would be yes. (Correct me if I'm wrong!) However, I'm interested in the more general case where $B$ may not be symmetric. Moreover, $B$, in my physical problem of interest, is generally not a negative definite operator; i.e., $\exists x \ne 0$ such that $x^T B x > 0$.
Any thoughts on this would be greatly appreciated!
EDIT1: Added further restrictions on $B$ based on the physics of my problem.