Positive definite matrix if eigenvalue has positive and negative solutions

64 Views Asked by At

If a matrix $A$ is Hermitian and its eigenvalues have positive and negative solutions, is it still considered to be positive definite? For example, is the following matrix positive definite? enter image description here

2

There are 2 best solutions below

0
On BEST ANSWER

No. All of the eigenvalues of a Hermitian matrix must be positive for the matrix to be positive definite. In your example, the eigenvalues of the matrix are $+1/2$ and $-1/2$, so the matrix is indefinite.

0
On

It is not positive definite. All eigen values of a psd (positive semi-definite) matrix are necessarily nonnegative. So your (with eigen values $\frac 1 2$ and $-\frac 1 2$) matrix is not even psd.