Definite, Semi-Definite and Indefinite Matrices - Mathonline
Definite, Semi-Definite and Indefinite Matrices - Mathonline
Before we do this though, we will need to be able to analyze whether a square n × n symmetric matrix is positive definite, negative definite, indefinite, or
positive/negative semidefinite. These terms are more properly defined in Linear Algebra and relate to what are known as eigenvalues of a matrix. We will
now go into the specifics here, however, the definition below will be sufficient for what we need.
∣ a11 a12 ∣
The values Di for i = 1, 2, . . . , n are the values of the determinants of the i × i top left submatrices of A. Note that D1 = a11 , D2 = ∣ ∣ , etc…
∣ a21 a22 ∣
Example 1
6 4
Classify the following square symmetric matrix A = [ ] as positive definite, negative definite, indefinite, or unknown.
4 5
∣6 4∣
We have that D1 = 6 > 0 , and D2 = ∣ ∣ = 30 − 16 = 14 > 0 . Therefore, A is a positive definite matrix.
∣4 5∣
Example 2
−3 0 0
⎡ ⎤
Classify the following square symmetric matrix 0 −2 0 as positive definite, negative definite, indefinite, or unknown.
⎣ ⎦
0 0 −1
∣ −3 0 0 ∣
∣ −3 0 ∣ ∣ ∣
We have that D1 = −3 < 0 and D2 = ∣ ∣ = 6 > 0 . The matrix A is known as a diagonal matrix, and the determinant D3 = 0 −2 0
∣ 0 ∣ ∣
−2 ∣
∣ 0 0 −1 ∣
can be computed as the product of the entries in the main diagonal, that is D3 = (−3)(−2)(−1) = −6 < 0 .
Since D1 , D3 < 0 and D2 > 0 , we have that A is a negative definite matrix.
Powered by Wikidot.com Help | Terms of Service | Privacy | Report a bug | Flag as objectionable
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License
mathonline.wikidot.com/definite-semi-definite-and-indefinite-matrices 1/1