An matrix takes on one of the following definitions if, for any vector , the following holds:
- it is positive definite if
- it is positive semidefinite if
- it is negative semidefinite if
- it is negative definite if where denotes transposition.
It's possible to make the same definitions by looking at the eigenvalues of :
- it is positive definite if
- it is positive semidefinite if
- it is negative semidefinite if
- it is negative definite if for all .
Another set of equivalent definitions uses the determinant of the matrix:
- it is positive definite if
- it is positive semidefinite if
- it is negative semidefinite if
- it is negative definite if
An important consequence of these determinant-based definitions is that they show that all positive and negative definite matrices are invertible, since their determinant is never zero.