if negative determinant -> not positive semidefinite

2.1k Views Asked by At

If $\det(A)$ is $< 0$, then $A$ is not a positive semidefinite matrix.

How can I prove that statement?

1

There are 1 best solutions below

2
On BEST ANSWER

Since $\det A$ is the product of the eigenvalues of $A$, $A$ has an eigenvalue $\lambda<0$. Let $v$ be an eigenvector with eigenvalue $\lambda$. But then $v^t.A.v=\lambda\lVert v\rVert^2<0$.