ES#3 Setup
ES#3 Setup
ES#3 Setup
Exercise Session #3
Singularity. Inverse of a square matrix. Matrix equations. Systems of linear
equations. Gauss-Jordan method of elimination. Determinant of a square
matrix. (Semi-) positive definiteness.
Definition 2.
(a) The determinant of a 2 × 2 matrix is
a11 a12
= a11 a22 − a12 a21 .
a21 a22
1
(c) The determinant of a 4 × 4 matrix is
a22 a23 a24 a21 a23 a24 a21 a22 a24 a21 a22 a23
= a11 a32 a33 a34 − a12 a31 a33 a34 + a13 a31 a32 a34 − a14 a31 a32 a33 .
a42 a43 a44 a41 a43 a44 a41 a42 a44 a41 a42 a43
Remark 2.
(a) If det(A) 6= 0, A is non-singular.
a11 a12 −1 1 a22 −a12
(b) If A = ,A = .
a21 a22 det(A) −a21 a11
Problem 4. Compute the determinants of the following matrices:
2 1
(a)
3 1
2 2 1
(b) 3 −1 0
−2 0 5
3 0 2 −1
1 2 0 −2
(c)
4 0 6 −3
5 0 2 0
1 −1 2 3
2 2 0 2
(d)
4 1 −1 −1
1 2 3 0
Definition 3. A minor of a symmetric n × n matrix A of order k is principal (denoted
by ∆k ) if it is obtained by deleting n − k rows and the n − k columns with the same
numbers. The leading principal minor of A of order k (denoted by Dk ) is the minor of
order k obtained by deleting the last n − k rows and columns.
Theorem 1. Let A be a symmetric n × n matrix. Then we have:
• A is positive definite ⇐⇒ Dk > 0 for all leading principal minors
• A is negative definite ⇐⇒ (−1)k Dk > 0 for all leading principal minors
• A is positive semi-definite ⇐⇒ ∆k ≥ 0 for all principal minors
• A is negative semi-definite ⇐⇒ (−1)k ∆k ≥ 0 for all principal minors
Problem 5. Determine the definiteness of the following matrices:
1 4 6
(a) A = 4
2 1
6 1 6
2
3 0 3
(b) B = 0 1 −2
3 −2 8
−2 1
(c) C=
1 −2
2 0 2
(d) D = 0 4 4
2 4 6
−2 1 −1
(e) E = 1 −2 −1
−1 −1 −2