Class 22 - Determinant, Adjoint, Inverse, Identity Matrix
Class 22 - Determinant, Adjoint, Inverse, Identity Matrix
Class 22 - Determinant, Adjoint, Inverse, Identity Matrix
Class: #22
Determinant of a matrix
𝒂 𝒃
Matrices are of the general form: ( )
𝒄 𝒅
Example:
𝑎 𝑏 2 0
( )=( )
𝑐 𝑑 −1 4
𝑎=2
𝑏=0
𝑐 = −1
𝑑=4
det = 𝒂𝒅 − 𝒃𝒄
Example:
3 2
𝐴=( )
−1 0
𝑑𝑒𝑡(𝐴) = 𝑎𝑑 − 𝑏𝑐
= (3)(0) − (2)(−1)
= 0 − (−2)
=0+2
=2
Singular Matrices
Worked Examples
3 −2
1. 𝐴 = ( )
4 3
−2 0
2. 𝐵 = ( )
3 −4
𝑎 1
3. 𝑃 = ( )
10 14
−6 −3
4. 𝑄 = ( )
4 2
Solution:
3 −2
1. 𝐴 = ( )
4 3
det(𝐴) = 𝑎𝑑 − 𝑏𝑐
det (𝐴) = 9 + 8
det (𝐴) = 17
−2 0
2. 𝐵 = ( )
3 −4
det (𝐵) = 𝑎𝑑 − 𝑏𝑐
= (−2)(−4) − (0)(3)
= 8−0
=8
𝑎 1
3. 𝑃 = ( )
10 14
= 14𝑎 − 10
−6 −3
4. 𝑄 = ( )
4 2
det (𝑄) = 𝑎𝑑 − 𝑏𝑐
= (−6)(2) − (−3)(4)
= −12 − (−12)
= −12 + 12
=0
10 5
know the value of 𝑎. Only if 𝑎 = 14 = 7 , then the matrix is singular.
𝒅 −𝒃
Adjoint of a matrix = ( )
−𝒄 𝒂
Examples:
Matrix Adjoint
2 3 −1 −3
( ) ⟹ ( )
5 −1 −5 2
1 15 −4 −15
( ) ⟹ ( )
−2 −4 2 1
Question 1:
1 −3
Find the adjoint of 𝐴 = ( )
2 −4
Solution:
𝑑 −𝑏
𝑎𝑑𝑗(𝐴) = ( )
−𝑐 𝑎
−4 3
=( )
−2 1
Question 2:
−10 −6
Find the adjoint of 𝐵 = ( )
−3 7
Solution:
𝑑 −𝑏
𝑎𝑑𝑗(𝐵) = ( )
−𝑐 𝑎
7 6
=( )
3 −10
Question 3:
3 𝑚
𝑃=( )
−2 4
Solution:
𝑑 −𝑏
𝑎𝑑𝑗(𝑃) = ( )
−𝑐 𝑎
4 −𝑚
=( )
2 3
Inverse of a Matrix
Recall:
Additive inverse:
4 ⟹ −4
Note: The additive
−2 ⟹ 2 inverse is the value when
added to the number,
6 ⟹ −6 gives 0.
1 1
⟹ −2
2
𝑎 ⟹ −𝑎
Multiplicative inverse:
2 3
⟹
3 2
Note: The multiplicative
1
3 ⟹ inverse is the value when
3
multiplied to the number,
1 gives 1.
−2 ⟹ −2
𝒂 𝒃
⟹
𝒃 𝒂
There is also something called the “INVERSE MATRIX”.
We use the determinant and the adjoint to find the inverse of a matrix.
Let 𝐴 be a matrix.
𝟏
Inverse = 𝒅ⅇ𝒕ⅇ𝒓𝒎𝒊𝒏𝒂𝒏𝒕 (𝒂𝒅𝒋𝒐𝒊𝒏𝒕)
Question 1:
−3 2
𝐴=( )
−2 2
Find 𝐴−1 .
Solution:
determinant adjoint
𝑑 −𝑏
𝑑𝑒𝑡 = 𝑎𝑑 − 𝑏𝑐 𝑎𝑑𝑗(𝐴) = ( )
−𝑐 𝑎
2 −2
= (−3)(2) − (2)(−2) =( )
2 −3
= −6 − (−4)
= −6 + 4
= −2
1
𝐴−1 = (𝑎𝑑𝑗)
𝑑𝑒𝑡
1 2 −2
= −2 ( )
2 −3
2 −2
= (−2
2
−2
−3)
Ensure to simplify your fractions!
−2 −2
−1 1
= (−1 3 )
2
Question 2:
2 −1
𝑄=( )
−4 6
Find 𝑄 −1.
Solution:
𝑑 −𝑏
𝑑𝑒𝑡 = 𝑎𝑑 − 𝑏𝑐 𝑎𝑑𝑗(𝑄) = ( )
−𝑐 𝑎
6 1
= (2)(6) − (−1)(−4) =( )
4 2
= 12 − 4
=8
1
𝑄 −1 = (𝑎𝑑𝑗)
𝑑𝑒𝑡
1 6 1
= 8( )
4 2
6 1
= (84 8
2)
8 8
3 1
= (41 8
1)
2 4
Identity matrix
Recall:
3+𝟎 =3
5 ×𝟏 = 5
1 0
𝐼 =( )
0 1
When a matrix 𝐴 is multiplied by the identity matrix, the result does not change:
1 0
𝐴×( )=𝐴
0 1
Example
2 3
𝐴=( )
−7 1
2 3 1 0
𝐴𝐼 = ( )( )
−7 1 0 1
(2 × 1) + (3 × 0) (2 × 0) + (3 × 1)
=( )
(−7 × 1) + (1 × 0) (−7 × 0) + (1 × 1)
2+0 0+3
=( )
−7 + 0 0 + 1
2 3
=( )
−7 1