Sylvester's criterion offers a convenient way to determine whether a real symmetric matrix is positive definite. For a 3×3 matrix with entries , the criterion states that the determinants of the leading principal minors must all be positive. In practice we calculate the determinant of the upper-left 1×1, 2×2, and 3×3 submatrices. If any of these determinants is non-positive, the matrix fails to be positive definite.
Positive definiteness arises naturally in the study of quadratic forms. Given a vector , the value represents a quadratic form. If this value is strictly positive for every nonzero , then is positive definite. Sylvester's criterion provides an algebraic test that is equivalent to this geometric condition, making it a key tool in optimization, statistics, and physics.
Let the symmetric matrix be written as
The first leading principal minor is simply . The second minor is the determinant of the top-left 2×2 block, given by . The third minor is the determinant of the full matrix, which involves a longer expression combining all the entries. The sign patterns of these minors determine definiteness.
If all three minors are positive, the matrix is positive definite. If the signs alternate beginning with negative, it is negative definite. Any mixture of positive and negative without a consistent pattern implies the matrix is indefinite. When one of the determinants is exactly zero, the matrix is semidefinite. These categories influence the behavior of quadratic functions, which might describe potential energy in physics or objective functions in optimization.
Checking positive definiteness is important when solving systems of linear equations, verifying convexity, or analyzing stability. In optimization, a positive definite Hessian indicates a local minimum. In statistics, covariance matrices must be positive semidefinite to make sense. Sylvester's criterion translates these abstract requirements into a manageable computation based solely on determinants.
Use Cramer's rule to solve small linear systems with determinants.
Compute the Frobenius norm of a matrix using squared element sums.
Compute the derivative of a polynomial at any point to see how fast the function changes there.