Suppose that $A$ is a positive definite matrix and that $B$ is a matrix whose eigenvalues are complex but have strictly positive real parts. Can it be shown that the eigenvalues of $AB$ also have positive real parts? Is there an easy way to prove this?
2026-04-25 09:45:29.1777110329
Eigenvalues of a positive definite matrix times a matrix with eigenvalues with positive real part
138 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
For example: $$A = \pmatrix{1 & -1\cr -1 & 2\cr},\ B = \pmatrix{1 & 5\cr -1 & 1\cr},\ AB = \pmatrix{2 & 4\cr -3 & -3\cr}$$ Then $A$ is positive definite, $B$ has eigenvalues $1 \pm i \sqrt{5}$ with positive real part, but $AB$ has eigenvalues $-1/2 \pm i \sqrt{23}/2$ with negative real part.