Inverse of A Matrix
Inverse of A Matrix
Module
Three
DETERMINANTS
37
3.3
INVERSE OF A MATRIX
We saw, section 3.3c provides formulas for expanding det (A) along either
a row or a column of A. It is interesting to ask what a i1 Ai1 + ai2 Ai2 + ….+ ain Ain,
because as soon as we answer this question we shall obtain another method for
finding the inverse of a nonsingular matrix.
Definition
Let A = [ aij ] be an n x n matrix adj A, is called the adjoint of A, is the
matrix whose (i,j)th entry is the cofactor Aji of aji. Thus
Example 1:
Let A =
3 -2 1
Compute the adj A
5 6 2
1 0 -3
Solution:
First, compute the cofactors of A.
= -18 = -6 = -10
= -6 = -2 = 28
-18 -6 -10
adj (A) = 17 -10 -1
-6 -2 28
Example 2:
1 1 1 1
Let A= 1 2 -1 2 Compute adj A
1 -1 2 1
1 3 3 2
Solution:
= 15 = -6 = -6
A 44 = (-1)4+4 1 1 1 -21 3 3 6
1 2 -1 adj A = -4 1 4 -1
1 -1 2 1 2 -1 -2
= -3 15 -6 -6 -3
The adjoint of a square matrix is a matrix which plays a role similar to the
inverse of a matrix, it can however be defined for any square matrix without the
need to perform any divisions.
Adjoint of a matrix normally refers to its corresponding adjoint which is its
conjugate transpose.
If A is an n x n matrix, then A (adj A) = (adjA) A = det (A) In
Procedure:
Example 1:
Consider the matrix of example 1
a. Compute det (A)
b. Find A-1
40
Solution:
a. 3 -2 1
5 6 2 = (3)(6)(-3) + (-2)(2)(1) + (1)(5)(0) – (1)(6)(1) –
(0)(2)(3) – (-3)(5)(-2)
1 0 3
|A|= - 94
1 -18 -6 -10
b. A-1 = -94
17 -10 -1
-6 -2 28
=
18 / 94 6/ 94 10/ 94
-17/94 10/ 94 1/ 94
6/ 94 2/ 94 -28/ 94
1 0 0 1 0 0
0 1 0 = 0 1 0
0 0 1 0 0 1
41
Example 2:
0 1 2
A= 2 -1 1
-1 1 0
Solution:
a. 0 1 2
2 -1 1 = (0)(-1)(0) + (1)(1)(-1) + (2)(2)(1) – (-1)(-1)(2)
-1 1 0 - (1)(1)(0) – (0)(2)(1)
=1
b.
A11 = (-1)1+1 -1 1 A21 = (-1)2+1 1 2 A31 = (-1)3+1 1 2
1 0 1 0 -1 1
= -1 = 2 =3
= -1 =2 =4
=1 = -1 = -2
-1 2 3
adj (A) = -1 2 4
1 -1 -2
c. A-1 = 1 (adj A) = 1 -1 2 3
det(A) 1 -1 2 4
1 -1 -2
-1 2 3
A-1 = -1 2 4
1 -1 -2
42
0 1 2 -1 2 3 1 0 0
2 -1 1 -1 2 4 = 0 1 0
-1 1 0 1 -1 -2 0 0 1
0 -1 + 2 0+2–2 0+4–4 1 0 0
-2 + 1 + 1 4–2–1 6–4–2 = 0 1 0
1–1+0 -2 + 2 + 0 -3 + 4 + 0 0 0 1
1 0 0 1 0 0
0 1 0 = 0 1 0
0 0 1 0 0 1
Example 3:
1 2 3
A= 1 1 2
0 1 2
a. Compute the determinant
b. Find the adj
c. Find A-1
Solution:
a. 1 2 3
1 1 2 = (1)(1)(2) + (2)(2)(0) + (3)(1)(1) – (0)(1)(3)
0 1 2 - (1)(2)(1) – (1)(2)(1)
= -1
b.
A11 = (-1)1+1 1 2 A21 = (-1)2+1 2 3 A31 = (-1)3+1 2 3
1 2 1 2 1 2
=0 = -1 =1
= -2 =2 =1
=1 = -1 = -1
0 -1 1
adj (A) = -2 2 1
1 -1 -1
c. A-1 = 1 (adj A) = 1 0 -1 1
det(A) -1 -2 2 1
1 -1 -1
0 1 -1
A-1 = 2 -2 -1
-1 1 1
1 2 3 0 1 -1 1 0 0
1 1 2 2 -2 -1 = 0 1 0
0 1 2 -1 1 1 0 0 1
0+4–3 1–4+3 -1 - 2 + 3 1 0 0
0+2–2 1–2+2 -1 – 1 + 2 = 0 1 0
0+2–2 0–2+2 0-1+2 0 0 1
1 0 0 1 0 0
0 1 0 = 0 1 0
0 0 1 0 0 1