logo

Definite matrix 📂Matrix Algebra

Definite matrix

Definition1

Positive Definite Matrix

A quadratic form xAx\mathbf{x}^{\ast} A \mathbf{x} is

  • called a positive definite matrix or quadratic form if it satisfies xAx>0\mathbf{x}^{\ast} A \mathbf{x} > 0 for all x0\mathbf{x} \ne \mathbf{0}.

  • called a negative definite matrix or quadratic form if it satisfies xAx<0\mathbf{x}^{\ast} A \mathbf{x} < 0 for all x0\mathbf{x} \ne \mathbf{0}.

  • called indefinite if it sometimes satisfies x\mathbf{x} for the same quadratic form or matrix AA.

For real matrices, one can think of replacing the part xAx\mathbf{x}^{\ast} A \mathbf{x} with xTAx\mathbf{x}^{T} A \mathbf{x} in the definition.

Positive Semidefinite Matrix

A quadratic form xAx\mathbf{x}^{\ast} A \mathbf{x} is

  • called a positive semidefinite matrix or quadratic form if it satisfies xAx0\mathbf{x}^{\ast} A \mathbf{x} \ge 0 for all x0\mathbf{x} \ne \mathbf{0}.

  • called a negative semidefinite matrix or quadratic form if it satisfies xAx0\mathbf{x}^{\ast} A \mathbf{x} \le 0 for all x0\mathbf{x} \ne \mathbf{0}.

Explanation

Although these definitions are clean, a lot is omitted, making it hard to follow mentally. Let’s try to grasp the concepts gradually while looking at the formulas and explanations. Consider the case where the constants of the quadratic form are complex numbers, meaning AA is a Hermitian matrix. As shown in Ax=λxA \mathbf{x} = \lambda \mathbf{x}, λ\lambda becomes the eigenvalue of AA. Multiplying the left side of the equation by the conjugate transpose x\mathbf{x}^{\ast} results in:

xAx=λxx=λxx=λx2 \mathbf{x}^{\ast} A \mathbf{x} = \lambda \mathbf{x}^{\ast} \mathbf{x} = \lambda \mathbf{x} \cdot \mathbf{x} = \lambda | \mathbf{x} |^{2}

Since x0\mathbf{x} \ne \mathbf{0}, this implies x2>0|\mathbf{x}| ^2 > 0, and since the eigenvalues of a Hermitian matrix are real, λx2\lambda |\mathbf{x}| ^2 is also real. Thus, xAx\mathbf{x}^{\ast} A \mathbf{x} is real, and whether it is positive or negative can be determined. Although it may have been difficult to understand when written as a product of matrices and vectors, expressing it as λx2\lambda |\mathbf{x}| ^2 makes it easier to comprehend.

Considering the sign of λx2\lambda |\mathbf{x}|^{2}, since it is always x2>0|\mathbf{x}|^{2} >0, one only needs to consider the sign of λ\lambda. Ultimately, stating that for any non-zero vector the condition xAx>0\mathbf{x}^{\ast} A \mathbf{x} > 0 is met means that all eigenvalues of AA are positive. Conversely, a negative definite matrix implies that all its eigenvalues are negative. Now, one can think of definiteness as defining the concept of negative/positive to matrices that originally do not have this concept. This is encompassed in Theorem 1.

Additionally, according to the equivalence condition of invertible matrices, both positive and negative definite matrices do not have 00 as an eigenvalue, making them invertible matrices. (Theorem 2)

Applications

  • In numerical linear algebra, there is particular interest in positive definiteness. Considering it as a condition, starting with a Hermitian matrix which, having all positive eigenvalues, is a very strong condition.
  • In dynamics, the properties of negative definite matrices are used to study the stability of equilibrium points in the system.
  • In statistics, it is fundamental that covariance matrices are positive semidefinite matrices, making them extremely important.

Theorem 1

  • The necessary and sufficient condition for AA to be positive definite is that all eigenvalues of AA are positive.

  • The necessary and sufficient condition for AA to be negative definite is that all eigenvalues of AA are negative.

  • The necessary and sufficient condition for AA to be indefinite is that AA has at least one negative and at least one positive eigenvalue.

Theorem 2

Positive definite and negative definite matrices are always invertible.

Theorem 3

For a symmetric matrix AA,

  • If AA is positive definite, then xTAx=1\mathbf{x}^{T}A\mathbf{x}=1 is an equation of an ellipse.

  • If AA is negative definite, then xTAx=1\mathbf{x}^{T}A\mathbf{x}=1 does not have a graph.

  • If AA is indefinite, then xTAx=1\mathbf{x}^{T}A\mathbf{x}=1 is an equation of a hyperbola.


  1. Howard Anton, Chris Rorres, Anton Kaul, Elementary Linear Algebra: Applications Version(12th Edition). 2019, p423 ↩︎