A symmetric matrix is positive definite (PD) if for all nonzero . Positive semi-definite (PSD) allows .
Equivalent characterizations (any one implies the others):
- All eigenvalues are positive ( for PD, for PSD)
- All leading principal minors are positive
- for some full-rank matrix
- The quadratic form has a unique global minimum at
Quadratic forms: defines a bowl shape when is PD (like a paraboloid). The eigenvectors of are the principal axes and eigenvalues are the curvatures along those axes.
Where it appears:
- Covariance matrices are always PSD —
- Hessian Matrix — if the Hessian is PD at a point, that point is a local minimum
- Optimization — PD Hessian means the loss surface is locally convex → Convexity
- Kernel matrices (Gram matrices) must be PSD
See also: Eigendecomposition , Taylor Expansion