Suppose matrix $A$ with all its eigenvalues having non-negative real parts, can we get that $x^TAx\geq0$ holds for any vector $x$?
Suppose matrix $A$ is positive semidefinite, $B$ is a positive definite diagonal matrix with the same dimension as $A$. Do all the eigenvalues of $AB$ have nonnegative real parts?
2026-03-25 04:38:48.1774413528
On
Positive semidefinite versus all the eigenvalues having non-negative real parts
221 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
In terms of the second question, this is true.
Since $B$ is a diagonal positive definite matrix, $B^{\frac{1}{2}}$ is invertible. Then $B^{\frac{1}{2}}ABB^{-\frac{1}{2}}=B^{\frac{1}{2}}AB^{\frac{1}{2}}=(B^T)^{\frac{1}{2}}AB^{\frac{1}{2}}$, which is positive semi-definite.
Therefore, all the eigenvalues of $AB$ have non-negative real parts.
For your first question, the answer is negative. A counter-examples is as follows.
Consider $A = \begin{bmatrix}1 & -100\\0 & 1\end{bmatrix}$ which has two non-negative real parts, but we have $x^{\mathrm T}Ax = -98$ when $x = \begin{bmatrix}1\\1\end{bmatrix}$.