eigenvalues of positive definite matrix have both real part and imaginary part positive?

1.7k Views Asked by At

I read about eigenvalues of positive definite matrix have eigenvalues larger than 0, or just stated in books, 'positive', does that mean real and imaginary parts are both positive? Or only the real part matters?

2

There are 2 best solutions below

2
On BEST ANSWER

If $x$ is an eigenvector of a positive definite matrix $A$ with eigenvalue $\lambda$, then

$$0 < x^T A x = x^T \lambda x = \lambda |x|^2.$$

Hence $\lambda$ is a positive real number.


If things are complex replace $x^T$ with $x^*$, the conjugate transpose of $x$, and observe that the same argument works.

3
On

Generally, the term "positive definite" is reserved for matrices that are symmetric and thus have real eigenvalues.