Lec 3-Matrix Detrminants, Inverse and Solving System
Lec 3-Matrix Detrminants, Inverse and Solving System
of systems of equations
K. Sajuran
Consultant/Lecturer
Matrix Determinant
• Let A = (aij)n×n be a square matrix of order n , then the number 𝐴 called
determinant of the matrix A.
i. Determinant of 2× 2 matrix
𝑎11 𝑎12 𝑎11 𝑎12
Let A= 𝑎21 𝑎22 then 𝐴 = = 𝑎11. 𝑎22- 𝑎12. 𝑎21
𝑎21 𝑎22
3 1 −1
4 2 A= 2 −2 0
C=
5 6
1 2 −1
6 −5
Co factor matrix of (C) = 2 2 6
−2 4
Co factor matrix of (A) (= −1 −2 −5
−2 −2 −8
❑ Singular Matrix
If A is square matrix of order n, the A is called singular matrix when
𝐴 = 0 and non-singular otherwise.
❑ Adjoin Matrix
The transpose of the matrix of cofactors of the element of A
denoted by adj A is called adjoin of matrix A.
(𝐴𝐵)−1 = 𝐵 −1 𝐴−1
𝐴(𝐴)−1 = 𝐼
−1
1
𝐴 =
𝐴
Solution of System of Linear Equation by Matrix
Method
Solution of the linear system AX= B
𝑎11 𝑥1+ 𝑎12 𝑥2 +…………………𝑎1𝑛 𝑥𝑛 =𝑏1
𝑎21 𝑥1+ 𝑎22 𝑥2 +…………………𝑎2𝑛 𝑥𝑛 =𝑏2
………………………………………………………
………………………………………………………
𝑎𝑛1 𝑥1+ 𝑎𝑛2 𝑥2 +…………………𝑎𝑛𝑛 𝑥𝑛 =𝑏𝑛
𝑥1 𝑏1
𝑎11 ⋯ 𝑎1𝑛 𝑥2 𝑏2
A= ⋮ ⋱ ⋮ X= … . . b=
…..
𝑎𝑛1 ⋯ 𝑎𝑛𝑛 𝑥𝑛 𝑏𝑛
• Method of inversion:
𝐴𝑥 = 𝐵
−1
𝐴 (𝐴𝑥) = 𝐴−1 𝐵
(𝐴𝐴−1 )𝑥 = 𝐴−1 𝐵
𝒙 = 𝑨−𝟏 𝑩
Exercise 3:
Solve the below equations using inversion method
𝑥1+ 2𝑥2 +3𝑥3 =5
2𝑥1+ 5𝑥2 +3𝑥3 =3
𝑥1 +8𝑥3 =17