MT 1117: Linear Algebra For ICT: Instructor: A.V. Mathias Department of Mathematics & Statistics University of Dodoma
MT 1117: Linear Algebra For ICT: Instructor: A.V. Mathias Department of Mathematics & Statistics University of Dodoma
Lecture 3
December 2, 2021.
1 Concept of Determinant
Determinant by row expansion
Determinant by column expansion
2 Properties of determinants
4 Matrix Inverse
Concept of Inverse
Inverse by determinant
Inverse by row reduction
Further theorems and notes
Definition
Determinant of n × n square matrix A =P [aij ] denoted by det(A) or |A|
is a scalar quantity defined by det(A) = nk=1 aik (−1)k+i Mik (A)
Example
a11 a12
= a11 M11 (A) − a12 M12 (A) = a11 a22 − a12 a21
a21 a22
Definition
The determinant of n × n square matrix A = [aij ] is defined by
det(A) = nk=1 akj (−1)k+j Mkj (A)
P
b11 b12 b13
Consider the matrix B given by B = b21 b22 b23
b31 b32 b33
Expansion can be done along any column of matrix B
By expanding along the first column we obtain
det(B) = |B| = b11 M11 (B) − b21 M21 (B) + b31 M31 (B)
A matrix with a zero determinant is referred to as a singular
matrix other wise it is non-singular matrix
0 0 0 2
The determinant of matrix A is given by
|A| = 4 × −1 × 2 × 2 = −16
By using this property, we find that |In | = 1, that is
1 0 ... 0
0 1 ... 0
|In | =
= 1 × 1 × ... × 1 = 1
. . . . . 0
0 0 ... 1
Instructor: A.V. Mathias Department of Mathematics & MT 1117:University
Statistics of Dodoma
Linear Algebra for ICT(Lecture 3) December 2, 2021. 6 / 26
Properties of determinants cont . . .
D2
If matrix B is obtained from matrix A by multiplying one row of A by a
scalar λ then det(B) = λdet(A).
5 0 10
Consider the matrix A = 5 5 5
0 0 2
It follows
that
5 0 10 1 0 2
|A| = 5 5 5 = 5 × 5 5 5
0 0 2 0 0 2
1 0 2
= 5 × 5 × 1 1 1
0 0 2
Example
Use D3 to show that if the matrix has a repeated row then its
determinant must be zero.
0 0 0 2
Suppose that matrix B is obtained by applying the operation
R2 → R2 + (−R1 )
1 4 1 1
0 −5 1 2
It implies that B =
0 0 2 3
0 0 0 2
Therefore, det(B) = 1 × −5 × 2 × 2 = −20 = det(A)
Instructor: A.V. Mathias Department of Mathematics & MT 1117:University
Statistics of Dodoma
Linear Algebra for ICT(Lecture 3) December 2, 2021. 10 / 26
Properties of determinants cont . . .
D5
If two matrices A and B have the same size then
det(AB) = det(A)det(B).
Definition
The n × n matrix A is invertible if there exist n × n matrix B such that
AB = BA = In .
D8
For any n × n square matrix A, A adj(A) = det(A)In
D9
If A is a square matrix such that det(A) 6= 0 then A−1 = 1
det(A)
adj(A)
a b
Consider the matrix A =
c d
d c d −c
Using this matrix M(A) = , Acof = and
b a −b a
d −b
adj(A) =
−c a
So, by D9,
−1 1 d −b
A = ad−bc
−c a
Important note:
If A is row-equivalent to In , then it is non-singular.
If A is row-equivalent to a matrix with a row of zeros, then it is
singular.
Theorem
If A is non-singular then A−1 is non-singular and (A−1 )−1 = A
Proof
Given that A is non-singular, it implies that
A A−1 = A−1 A or A−1 A = A A−1
Therefore, A−1 is non-singular and (A−1 )−1 = A
Theorem
If A and B are non-singular matrices, then AB is non-singular and
(AB)−1 = B−1 A−1
Proof
Since both A and B are non-singular, then both A−1 and B−1 exist.
Thus,
AB(B−1 A−1 ) = A(BB−1 )A−1 ; Associative property of matrices
= AIn A−1 ; Definition of matrix inverse
= AA−1 ; Identity property
= In ; Definition of matrix inverse
Thus, AB is non-singular and (AB)−1 = B−1 A−1
Theorem
If A is non-singular, then AT is non-singular and (AT )−1 = (A−1 )T .
Proof
Given that A is non-singular, thus
AA−1 = In = A−1 A
Transposing the whole thing
(AA−1 )T = InT = (A−1 A)T
(A−1 )T AT = In = AT (A−1 )T
Therefore, AT is non-singular and (AT )−1 = (A−1 )T .