Chapter-2 - Determinant and Matrices
Chapter-2 - Determinant and Matrices
2.1 INTRODUCTION
a1 x +b1 y = 0,
Consider
a2 x +b2 y = 0;
Multiplying the first equation by b2 ,the second by b1 , subtracting and dividing by x ,we
obtained two homogeneous linear equations
a1b2 - a2b1 = 0
This result is sometimes written as
a1 b1
=0
a2 b2
=𝑎1 ( 𝑏2 𝑐3 − 𝑏3 𝑐2 )−𝑎2 ( 𝑏1 𝑐3 − 𝑏3 𝑐1 )+ 𝑎3 ( 𝑏1 𝑐2 − 𝑏2 𝑐1 )
=𝑎1 𝑏2 𝑐3 − 𝑎1 𝑏3 𝑐2 − 𝑎2 𝑏1 𝑐3 + 𝑎2 𝑏3 𝑐1 +𝑎3 𝑏1 𝑐2 + 𝑎3 𝑏2 𝑐1
ORDER OF A DETERMINANT
a b
For an determinant of order 2 i.e., consisting 2 rows, 2 columns and having 2x2=4
c d
elements. The Row 1 consisting the elements a and b , Row 2 consisting the elements
c and d
Similarly, The Column 1 consisting the elements a and c and Column 2 consisting the
elements b and d
a b
A=
c d
2
5 2
A= = (5)(−7) − (3)(2)
For example 3 −7
= −35 − 6 = −41
2 1 −2 5 3 8 x −y
1) 2) 3) 4)
3 5 −3 2 −2 0 y x
3
is called a determinant of order 3 because it is consisting 3 rows and 3 columns. Its value
can be obtained as follows:
a22 a23 a a a a
A = a11 − a12 21 23 + a13 21 22
a32 a33 a31 a33 a31 a32
= a11 (a22 a33 − a32 a23 ) − a12 (a21a33 − a31a23 ) + a13 (a21a32 − a31a22 )
For example,
2 3 5
2 3 −1 3 −1 2
A = −1 2 3 =2 −3 +4
−2 1 4 1 4 −2
4 −2 1
= 2(2 + 6) − 3(−1 − 12) + 4(2 − 8)
= 2(8) − 3(−13) + 4(−6) = 16 + 39 − 24 = 31
1 2 3 −1 −3 2 3 4 −2
1) 4 5 6 (Ans:- 0 ) 2) 3 −2 1 (Ans:- 78) 3) 1 2 0 (Ans:- -10)
7 8 9 −5 4 5 2 6 −3
4 −5 −3
4) 3 −3 2 (Ans:- 0)
8 −10 −6
Remarks
x 3 5 −4
Example 1: Solve for x : =
5 2x 5 3
4
x 3 5 −4
=
5 2x 5 3
Solution: We have 2 x 2 − 15 = 15 + 20
2 x 2 = 50 x 2 = 25 x = 5
x +1 x−2
Example 2 : Expand
x+2 x −1
x +1 x − 2
= ( x − 1)( x + 1) − ( x − 2)( x + 2)
Solution: x + 2 x −1
= ( x 2 − 1) − ( x 2 − 4) = x 2 − 1 − x 2 + 4 = 3
a+b a −b
Example 3: Expand
−a + b −a − b
a+b a −b
= (a + b)(−a − b) − (a − b)(−a + b)
−a + b −a − b
Solution: = (−a 2 − ab − ab − b 2 ) − (−a 2 + ab + ab − b 2 )
= −a 2 − ab − ab − b 2 + a 2 − ab − ab + b 2 = −4ab
1 2 3
For example: Let us take A = 4 5 6
7 8 9
1 2 3
5 6 4 6 4 5
A = 4 5 6 =1 −2 +3
8 9 7 9 7 8
7 8 9
Then by considering Row 1 = 1(45 − 48) − 2(36 − 42) + 3(32 − 35)
= 1(−3) − 2(−6) + 3(−3) = −3 + 12 − 9 = 0
5
1 2 3
5 6 2 3 2 3
A = 4 5 6 =1 −4 +7
8 9 8 9 5 6
7 8 9
= 1(45 − 48) − 4(18 − 24) + 7(12 − 15)
= 1(−3) − 4(−6) + 7(−3) = −3 + 24 − 21 = 0
Hence, we can say that determinant value doesn’t change when Rows and Columns are
interchanged.
Property 2: If any two rows (or columns) of a determinant are interchanged, the sign of
the determinant is changed.
1 2 0
For example: Let us take A = 4 2 −1 then
3 1 1
1 2 0
A = 4 2 −1 = 1(2 + 1) − 2(4 + 3) + 0(4 − 6)
3 1 1
= 1(3) − 2(7) + 0(−2) = 3 − 14 = −11
4 2 −1
Now by interchanging Row1 and Row2 we have another matrix say B = 1 2 0
3 1 1
Then,
4 2 −1
B =1 2 0 = 4(2 − 0) − 2(1 − 0) − 1(1 − 6)
3 1 1
= 4(2) − 2(1) − 1(−5) = 8 − 2 + 5 = 11
Hence, we can see that after changing Row 1 and Row 2 the sign of a determinant has
changed.
Property 3: If two rows and two columns of the determinant are identical(same), then the
value of a determinant is zero.
For example: Let us take a matrix having Row 1 and Row 2 is identical
6
1 −1 3
1 −1 3
A = 1 −1 3 = 1(−6 − 12) + 1(6 − 6) + 3(4 + 2)
A = 1 −1 3 then
2 4 6
2 4 6
= 1(−18) + 1(0) + 3(6) = −18 + 18 = 0
Hence, we can see that in above example by taking two rows identical the value of a
determinant is zero.
Property 4: If all the elements of any Row or any column of a determinant are multiplied
by same number then the value of a determinant is also multiplied by same number.
1 2 0
For example: Let us take A = 4 2 −1 then from Property 2 we know that A = −11
3 1 1
Now let us select any number, say 2 , which is multiplie with all the elements of any arow,
2 4 0
say Row 1, then the resultant determinant, say B = 4 2 −1
3 1 1
2 4 0
B = 4 2 −1 = 2(2 + 1) − 4(4 + 3) + 0(4 − 6)
Now,
3 1 1
= 2(3) − 4(7) + 0(−2) = 6 − 28 − 0 = −22 = 2(−11) = 2 A
Hence, we can see that after multiplying 2 with the first Row of a matrix A the value of a
determinant is also multiplied by 2.
Property 5: If all the elements of any Row or any column of a determinant are zero then
the value of a determinant is also zero.
0 0 0
For example: Let us take A = 4 2 −1 then
3 1 1
0 0 0
A = 4 2 −1 = 0(2 + 1) − 0(4 + 3) + 0(4 − 6) = 0
3 1 1
7
Hence, we can see that in the above examples all the elements of Row 1 are zero hence
the value of a determinant is also zero.
SOLVED EXAMPLES
1 1 1
Example 1: Show that 1 1 + x 1 = xy
1 1 1+ y
Solution: Before expanding the above determinant let us apply column or row operations
to reduce the computational process
1 1 1
We have L.H.S.= 1 1 + x 1
1 1 1+ y
1 0 0
1 x 0 = 1( xy − 0) − 0( y − 0) + 0(0 − x) = xy = R.H.S
1 0 y
1+ a 1 1
1 1 1
Example 2: Prove that 1 1 + b 1 = abc(1 + + + )
a b c
1 1 1+ c
1+ a 1 1
Solution: We have L.H.S= 1 1+ b 1
1 1 1+ c
8
a 0 1
−b b 1 = a[b(1 + c) + c] − 0 + 1[bc − 0]
0 −c 1 + c
= a[(b + bc + c)] + bc = ab + abc + ac + bc = abc + bc + ac + ab
1 1 1
= abc(1 + + + ) = R.H.S
a b c
1 x x2
1) Prove that 1 y y 2 = ( x − y )( y − z )( z − x)
1 z z2
−a 2 ab ac
2) Prove that ba −b 2 bc = 4a 2b 2c 2
ac bc −c 2
The minor of a11 can be obtained by deleting the 1st Row and 1St Columnn and it is denoted
a a
by M 11 . Therefore, M 11 = 22 23 and so on.
a32 a33
• Cofactor of an element aij is related to its minor as Cij = (-1)i+ j M ij , where ' i '
th
denotes the i th row and ' j ' denotes the j column to which the element aij
belongs.
SOLVED EXAMPLES
9
5 −2
Example 1: Find the minor and cofactor of elements of the determinant
3 7
Solution:
7 3
Therefore, M ij =
−2 5
7 −3
Therefore, Cij =
2 5
4 3 1
Example 2: Find the minor and cofactor of elements of the determinant 1 3 2
2 1 5
3 2 1 2 1 3
M 11 = = 15 − 2 = 13 M 12 = = 5− 4 =1 M 13 = = 1 − 6 = −5
1 5 2 5 2 1
10
3 1 4 1 4 3
M 21 = = 15 − 1 = 14 M 22 = = 20 − 2 = 18 M 23 = = 4 − 6 = −2
1 5 2 5 2 1
3 1 4 1 4 3
M 31 = = 6−3 = 3 M 32 = = 8 −1 = 7 M 33 = = 12 − 3 = 9
3 2 1 2 1 3
13 1 −5
Therefore, M ij = 14 18 −2
3 7 9
13 −1 −5
C33 = (-1)3+3 M 33 =+1(9)= 9 Therefore, Cij = −14 18 2
3 −7 9
5 3 −1 5 6 7
1 2 −2 3
1) 2) 3) 4 −3 0 4) −8 2 −1
3 4 −5 6
6 1 2 3 −4 10
a1 x + b1 y + c1 z = d1
a2 x + b2 y + c2 z = d 2 (1)
a3 x + b3 y + c3 z = d3
11
Δ= determinant coefficient
a1 b1 c1
= a2 b2 c2
a3 b3 c3
d1 b1 c1
Δx = d 2 b2 c2
d3 b3 c3
Similarly, we obtained
a1 d1 c1 a1 b1 d1
Δy = a2 d2 c2 and Δz = a2 b2 d2
a3 d3 c3 a3 b3 d3
Δx Δy Δ
x= ,y= and z = z
Δ Δ Δ
And system is called consistent.
Case 2: If Δ= 0 ,also Δx = Δy = Δz 0 , then system does not possess any common solution
and system is called inconsistent.
SOLVED EXAMPLES
Example 1: Using the crammer’s rule, solve the following system of equations
x+ y - 4 = 0, 2x - 3y - 8 = 0
1 1 4 1 1 4
Here, Δ= = -3 - 2 = -5 0 , Δx = = -12 - 3 = -15 , Δy = = 3 - 8 = -5
2 -3 3 -3 2 3
By Crammer’s rule,
12
Δx -15 Δy -5
x= = = 3, y = = =1
Δ -5 Δ -5
Example 2: Solve the following by Crammer’s rule
x+ y+ z = 6
x - y+ z = 2
3x + 2y - 4z = -5
Solution: We have
1 1 1
Δ= 1 -1 1 = 1(4 - 2)- 1(-4 - 3)+1(2+3)
3 2 -4
= 1(2)- 1(-7)+1(5)= 2+7 +5 = 14 0
6 1 1
Δx = 2 -1 1 = 6(4 - 2) - 1(-8 + 5)+1(4 - 5)= 6(2) - 1(-3)+1(-1)= 12+ 3 - 1= 14
-5 2 -4
1 6 1
Δy = 1 2 1 = 1(-8 + 5) - 6(-4 - 3)+1(-5 - 6)= 1(-3) - 6(-7)+1(-11)= -3+ 42 - 11= 28
3 -5 -4
1 1 6
Δz = 1 -1 2 = 1(5 - 4) - 1(-5 - 6)+6(2+ 3)= 1(1) - 1(-11)+6(5)= 1+11+ 30 = 42
3 2 -5
Δx 14 Δy 28 Δ 42
x= = = 1, y = = = 2, z = z = =3
Δ 14 Δ 14 Δ 14
Hence, the solution is given by x = 1, y = 2, z = 3.
13
1 1 0
Δ= 0 1 1 = 1(1- 0)- 1(0 - 1)+0(0 - 1)= 1+1+0 = 2 0
1 0 1
5 1 0
Δx = 3 1 1 = 5(1- 0) - 1(3 - 4)+0(0 - 4)= 5+1+0 = 6
4 0 1
1 5 0
Δy = 0 3 1 = 1(3 - 4) - 5(0 - 1)+0(0 - 3)= -1+ 5+0 = 4
1 4 1
1 1 5
Δz = 0 1 3 = 1(4 - 0) - 1(0 - 3)+ 5(0 - 1)= 4 + 3 - 5 = 2
1 0 4
Δx 6 Δy 4 Δ 2
x= = = 3, y = = = 2, z = z = = 1
Δ 2 Δ 2 Δ 2
Q. Solve the following by using Crammer’s rule.
1) x + 2 y = −1, 2 x + y = 1 2) 3 x − 2 y = 1, x + 2 y = 3
3) x − 2 y + 3z = 2, 2 x − 3z = 3, x + y + z = 6
4) x + 2 y + 3z = 6, 2 x + 4 y + z = 17, 3 x + 2 y + 9 z = 2
• Definition
A set having mn numbers either real or complex, arranged in the form of
rectangular array in which there are m rows and n columns. This rectangular
arrangement is called a matrix of order m n which is denoted by
aij , where i = 1, 2,3,... m and j = 1, 2,3,...n and a matrix of order m n is usually
mn
written as
14
a11 a12 L a1n
a a22 L a2 n
aij = 21
mn M M M M
am1 am 2 L amn mn
Determinant Matrices
2) In a determinant, number of rows and 2)In a matrix, number of rows and columns
columns are equal. may or may not be equal
• Row matrix:- A matrix of order 1 n is called a row matrix(i.e., a matrix having only
1 row and n number of columns).
Example:- (1) 1 2 313 (2) 5 6 7 814
15
• Null or Zero matrix:-If all the elements of the given matrix are zero then it is known
as Null or Zero matrix.
0 0 0 0 0
Example:- (1) (2)
0 0 22 0 0 0 23
• Square matrix:- A matrix having an equal number of rows and columns is known
as square matrix.
1 2 3
1 2
Example:- (1) (2) 4 5 6
3 4 22 7 8 9 33
1 2 3
Remark:- In the square matrix 4 5 6 ,the elements (1 5 9 ) are known as diagonal
7 8 9
elements and (3 5 7) are known as subsidiary diagonal elements.
16
1
2 3 4
1 2 3 0
5 −1 2
Example:- (1) 0 4 5 (2)
0
0 6 −3
0 0 6 33
0
0 0 9 44
• Lower-triangular matrix:-A square matrix in which all the elements above to the
diagonal elements are zero then it is known as Lower -triangular matrix.
1 0 0 0
1 0 0 2 5 0 0
Example:- (1) 2 4 0 (2)
3 −1 −2 0
3 5 6 33
4 2 3 9 44
• Transpose of an matrix:-By converting rows into columns or columns into rows
of any matrix A is known as a transpose of an matrix A and it is denoted by
AT or A' .
1 4
1 2 3
Example:- (1) A = A = 2
T
5
4 5 6 23 3 6 32
1 2 3 1 4 7
(2) A = 4 5 6 A = 2
T
5 8
7 8 9 33 3 6 9 33
• Symmetric matrix:- For any square matrix A , if A = AT then it is known as
symmetric matrix.
1 2 3 1 2 3
Example:- (1) A = 2
5 6 AT = 2 5 6 Here, we can see that A = AT so A
3 6 5 3 6 5
is symmetric matrix.
• skew-symmetric matrix:- For any square matrix A , if A = − AT then it is known
as Skew symmetric matrix.
0 3 5 0 −3 −5 0 3 5
Example:- (1) A = −3 0 −2 AT = 3 0 2 = − −3 0 −2 = − A
−5 2 0 5 −2 0 −5 2 0
Here, we can see that A = − AT so A is skew-symmetric matrix.
• Singular and non-singular matrix:-For any square matrix A , if A 0, then it is
known as non-singular matrix and if A = 0, then it is known as singular matrix.
17
2 1
Example:- (1) If A = A = 8 − 8 = 0 Singular matrix.
8 4
1 2
(2) If A = A = 4 − 6 = −2 0 non-singular matrix
3 4
(ii) Substraction of two matrices:- Let A and B be two matrices of m n order. Then
the sum of A and B i.e., ( A − B ) is defined to be the matrix of the same order m n
obtained by substracting the corresponding elements of A and B .
Remark
• For addition and substraction of any two matrices, the order of both the matrices
should be same.
SOLVED EXAMPLES
1 2 3 5 2 6
Example 1: If A = and B = then find A + B and A − B
−1 4 5 23 4 −2 3 23
1 2 3 5 2 6
Solution: We have A = and B = then
−1 4 5 23 4 −2 3 23
6 4 9 −4 0 − 3
A+ B = and A − B =
3 2 8 23 −5 2 2 23
1 4 −1 −2
Example 2: If A = 3 2 and B = 0 5 then find (i) A + B (ii) A − B
2 5 32 3 1 32
(iii) 3A − 2B (iv) 2 A + 3B
18
1 4 −1 −2
We have A = 3 2 then
and B = 0 5
Solution:
2 5 32 3 1 32
1 4 −1 −2 0 2
(i) A + B = 3 2 + 0 5 = 3 7
2 5 32 3 1 32 5 6 32
1 4 −1 −2 2 6
(ii) A − B = 3 2 − 0 5 = 3 −3
2 5 32 3 1 32 −1 4 32
1 4 −1 −2 3 12 −2 −4 5 16
(iii) 3 A − 2 B = 3 3 2 −
2 0 5 = 9 6 − 0 10 = 9 −4
2 5 32 3 1 32 6 15 32 6 2 32 0 13 32
1 4 −1 −2 2 8 −3 −6 −1 2
(iv) 2 A + 3B = 2 3 2
+ 3 0 5 = 6 4 + 0 15 = 6 19
2 5 32 3 1 32 4 10 32 9 3 32 13 13 32
1 2 1 3 −2 4
Example 3: If A = and B = then find matrix X from X + A + B = 0
3 4 2 23 1 5 0 23
Solution: Here
1 2 1 3 −2 4
X + A+ B = 0 X + + =0
3 4 2 23 1 5 0 23
4 0 5
X + =0
4 9 2 23
4 0 5 −4 0 −5
X = − =
4 9 2 23 −4 −9 −2 23
−4 0 −5
X =
−4 −9 −2 23
19
1 4 5 6
1) If A = and B = then find (i) A + B (ii) A - B (iii) 2 A + 4 B (iv) 3 A - B
7 9 2 3
2 −1 0 17 −1 3
2) If A = 3 2 −4 , B = −24 −1 −16 and 4 A + 3C = B then find C
5 1 9 −7 1 1
1 2 −3 3 1 −2
3) If A = 5 0 2 , B = 0 1 4 and A + 2C = B then find C
1 −1 1 −2 0 −1
SOLVED EXAMPLES
3 7 −1 2
Example 1: If A = and B = then prove the commutative property of addition.
9 8 0 4
Solution: Here,
3 7 −1 2 2 9 −1 2 3 7 2 9
A+ B = + = ,B+ A= + =
9 8 0 4 9 12 0 4 9 8 9 12
20
1 5 9 −1 0 −2 2 5 4
A = 8 6 4 , B = 4 8 3 and C = −3 6 −8
3 2 0 −5 −2 1 −1 2 4
Solution: ( A + B) + C = A + ( B + C )
1 5 9 −1 0 −2 2 5 4
L.H .S . = ( A + B) + C = 8 6 4 + 4 8 3 + −3 6 −8
3 2 0 −5 −2 1 −1 2 4
0 5 7 2 5 4
= 12 14 7 + −3 6 −8
−2 0 1 −1 2 4
2 10 11
= 9 20 −1
−3 2 5
1 5 9 −1 0 −2 2 5 4
R.H .S . = A + ( B + C ) = 8 6 4 + 4 8 3 + −3 6 −8
3 2 0 −5 −2 1 −1 2 4
1 5 9 1 5 2
= 8 6 4 + 1 14 −5
3 2 0 −6 0 5
2 10 11
= 9 20 −1
−3 2 5
1 4 2 3 −1 2
A= ,B = and C=
6 8 5 7 3 8
21
2 6 7 1 0 −2
A = −1 5 3 , B = −4 8 −3
1 0 5 5 −2 1
Let A = aij and B = bij be two matrices such that the number of columns in A is
mn n p
equal to the number of rows in B then the product of A and B denoted by AB is
defined as a matrix C = cik m p where cik = aij b jk or
The product AB is defined as the matrix whose element in the i th row and k th
column is ai1b1k + ai 2b2k + ai 3b3k + .... + ainbnk thus we conduct that :
m k matrix.
Note:-The product AB can be calculated only if the number of columns in A is equal to
the number of rows in B .
• Remark:
1 2 3 1 2
Example 1: If A = and B = Can we find product AB and BA ?
4 5 6 23 3 4 22
22
1 2 1 2 3 1.1 + 2.4 1.2 + 2.5 1.3 + 2.6 9 12 15
BA = = =
3 4 4 5 6 3.1 + 4.4 3.2 + 4.5 3.3 + 4.6 19 26 33 23
1 2
1 2 3
Example 2: If A = , B = 2 1 then find AB and BA if possible.
4 5 6 23 1 2 32
1 2
1 2 3
AB = = 1.1 + 2.2 + 3.1 1.2 + 2.1 + 3.2 = 8 10
2 1 1.4 + 5.2 + 6.1 4.2 + 5.1 + 6.2 20 25
4 5 6 23 1 2 22
32
1 −1
Example 3:If A = , then show that A = 4 A
3
−1 1
Solution: - L.H .S = A3 = A2 .A
1 −1 4 −4
R.H .S = 4 A = 4 = Hence, we can see that L.H .S = R.H .S
−1 1 −4 4
3 1
Example 4:Show that A = is a solution of the matrix equation A − 5 A + 7I = O
2
−1 2
Solution: -Here,
23
3 1 3 1 3 1 1 0
L.H .S . = A2 − 5 A + 7 I = A. A − 5 A + 7 I = −5 +7
−1 2 −1 2 −1 2 0 1
3.3 + 1.(−1) 3.1 + 1.2 15 5 7 0
= − +
(−1).3 + 2.(−1) (−1).1 + 2.2 −5 10 0 7
8 5 15 5 7 0 8 − 15 + 7 5 − 5 + 0
= − + =
−5 3 −5 10 0 7 −5 + 5 + 0 3 − 10 + 7
0 0
= = O = R.H .S
0 0
1 2
1) If A = , then show that A − 5 A = 2I
2
3 4
1 −2 3 1 0 2
2) If A = 2 3 −1 , B = 0 1 2 then find AB and BA .Also check AB BA
−3 1 2 1 2 0
1 2 2
3) If A = 2 1 2 then prove that A2 − 4 A − 5I = O
2 2 1
Remark
• Sometimes the adjoint of a matrix is also called the adjugated of the matrix.
• For finding adjA. of a matrix A of order 2 2 we will apply the given short-cut
method (Replace the diagonal elements and change the sign of subsidiary
diagonal elements).
Property 1: If A is a square matrix of order n then
24
A.(adjA) = (adjA).A = A .I n
1 2
Example 1: Find the adjoint of the matrix A =
3 4 22
Solution: Here, the matrix A is of order 2 2 we will apply the shortcut method [that is
replace the diagonal elements (1, 4) and change the sign of the subsidiary diagonal
elements (2, 3)] Therefore,
1 2 4 −2
A= adjA =
3 4 22 −3 1
1 2 4
A = 5 7 8
9 10 12
7 8 5 8 5 7
A11 = =4 A12 = − = 12 A13 = = −13
10 12 9 12 9 10
2 4 1 4 1 2
A21 = − = 16 A22 = = −24 A23 = − =8
10 12 9 12 9 10
2 4 1 4 1 2
A31 = = −12 A32 = − = 12 A33 = = −3
7 8 5 8 5 7
4 12 −13
B = 16 −24 12
−13 8 −3
4 16 −12
Now, adjA = transpose of the matrix B = 12 −24 8
−12 12 −3
25
1 2
Example 3: - find the adjoint of the matrix A = and verify the property
3 −5
A.(adjA) = (adjA).A = A .I n
1 2 −5 −2
Sollution:- Here, A = adjA =
3 −5 −3 1
1 2 1 0 1 0 1 0 −11 0
A .I n = A .I 2 = = (−5 − 6) = −11 = (3)
3 −5 0 1 0 1 0 1 0 −11
From (1), (2) and (3) we can see that A.(adjA) = (adjA).A = A .I n
1 4
1) Find the adjoint of the given matrix
−2 5
2 −1 3
2) Find the adjoint of the given matrix 1 0 5
−1 3 4
4 3
3) find the adjoint of the matrix A = and verify the property
1 −2
A.(adjA) = (adjA).A = A .I n
26
Remarks
• A matrix A is in invertible if it is non-singular (i.e., A 0 )
adjA
• A−1 = , A 0
A
SOLVED EXAMPLES
1 2 3
Example 1: - Can we find the inverse of the matrix A = 4 5 6
7 8 9
1 2 3
But here, A = 4 5 6 = 1(45 − 48) − 2(36 − 42) + 3(32 − 35) = −3 + 12 − 9 = 0
7 8 9
1 2
Solution: - Here, A = A = 4 − 6 = −2 0
3 4
1 2 4 −2
Now, A = adjA = −3 1
3 4
Hence,
adjA 1 4 −2
A−1 = =
A −2 −3 1
1 2 2
Example 2: - Find A −1
where A = 2 1 2
2 2 1
1 2 2
Solution: - Here, A = 2 1 2 A = 1(1 − 4) − 2(2 − 4) + 2(4 − 2) = −3 + 4 + 4 = 5 0
2 2 1
27
Now, we will find the adjoint of a given matrix A
1 2 2 2 2 1
A11 = = −3 A12 = − =2 A13 = =2
2 1 2 1 2 2
2 2 1 2 1 2
A21 = − =2 A22 = = −3 A23 = − =2
2 1 2 1 2 2
2 2 1 2 1 2
A31 = =2 A32 = − =2 A33 = = −3
1 2 2 2 2 1
−3 2 2
B = 2 −3 2
2 2 −3
−3 2 2
Now, adjA = transpose of the matrix B = 2 −3 2
2 2 −3
Hence,
−3 2 2
adjA 1
−1
A = = 2 −3 2
A 5
2 2 −3
2 −1 1
Example 3: - Show that the matrix A = −1 2 −1 satisfies the equation
1 −1 2
A3 − 6 A2 + 9 A − 4I = O . Hence find A −1
2 −1 1
Solution: - Here, A = −1 2 −1
1 −1 2
28
6 −5 5 22 −21 21
By using matrix multiplication, we have A = −5 6 −5 and A = −21 22 −21
2 3
5 −5 6 21 −21 22
22 −21 21 6 −5 5 2 −1 1 1 0 0
A − 6 A + 9 A − 4 I = −21
3 2
22 −21 − 6 −5
6 −5 + 9 −1
2 −1 − 4 0
1 0
21 −21 22 5 −5 6 1 −1 2 0 0 1
22 −21 21 36 −30 30 18 −9 9 4 0 0
Now, = −21 22 −21 − −30 36 −30 + −9 18 −9 − 0 4 0
21 −21 22 30 −30 36 9 −9 18 0 0 4
0 0 0
= 0 0 0 = O
0 0 0
( )
A−1 A3 − 6 A2 + 9 A − 4 I = A−1 ( O )
A2 − 6 A + 9 I − 4 A−1 = 0 4 A−1 = A2 − 6 A + 9 I
1
(
A−1 = A2 − 6 A + 9 I
4
)
6 −5 5 2 −1 1 1 0 0
A−1 = −5 6 −5 − 6 −1 2 −1 + 9 0 1 0
1
4
5 −5 6 1 −1 2 0 0 1
3 1 −1
A = 1 3 1
−1 1
4
−1 1 3
0 0 1
Example 4: - Show that A −1
= A where A = 0 1 0
1 0 0
0 0 1
Solution: - Here, A = 0 1 0 A = 0 − 0 + 1(0 − 1) = −1 0
1 0 0
29
Now, we will find the adjoint of a given matrix A
1 0 0 0 0 1
A11 = =0 A12 = − =0 A13 = = −1
0 0 1 0 1 0
0 1 0 1 0 0
A21 = − =0 A22 = = −1 A23 = − =0
0 0 1 0 1 0
0 1 0 1 0 0
A31 = = −1 A32 = − =0 A33 = =0
1 0 0 0 0 1
0 0 −1
B = 0 −1 0
−1 0 0
0 0 −1
Now, adjA = transpose of the matrix B = 0 −1 0
−1 0 0
Hence,
0 0 −1 0 0 1
adjA 1
A =−1
= 0 −1 0 = 0 1 0
A −1
−1 0 0 1 0 0
2 −2 4
2) Find the inverse of the matrix A = 2 3 2
−1 1 −1
30
1 0 2
3) Find the inverse of the matrix A = 2 1 0
3 2 1
Property 1: - ( A + B )T = AT + BT
Property 2: - ( AB )−1 = B−1 A−1
SOLVED EXAMPLES
1 2 4 5
Example 1: - For giver matrices A = and B = 6 7 then prove that
3 4
( A + B )T = AT + BT
1 2 4 5
Solution: - Here, A = and B =
3 4 6 7
1 2 4 5 5 7 5 9
( A + B) =
T
A+ B = + = (1)
3 4 6 7 9 11 7 11
1 3 4 6 1 3 4 6 5 9
Now, AT = and BT = AT + BT = + = (2)
2 4 5 7 2 4 5 7 7 11
2 1 2 3
Example 2: - For giver matrices A = and B = then prove that
−1 3 1 2
31
2 1 1 1 3 −1
Next, A = A−1 = adjA = and
−1 3 A 7 1 2
2 3 1 1 2 −3 2 −3
B= B −1 = adjB = =
1 2 B 1 −1 2 −1 2
1 2 5 2 −1 5
(1)For giver matrices A = 3 4 −2 and B = 4 2 −3 then prove that
−1 0 6 3 1 0
( A + B )T = AT + BT
1 2 1 4
(2) For giver matrices A = and B = then prove that
0 3 3 1
32