030 Inverse Matrix S
030 Inverse Matrix S
3
Properties of Inverse Matrix
4
Properties of Inverse Matrix
1. If A is a nonsingular matrix, then A-1 is nonsingular and
(A-1)-1 = A
2. If A and B are nonsingular matrices, then AB is nonsingular and
(AB)-1 = B-1A-1
3. If A is a nonsingular matrix, then
(AT)-1 = (A-1)T
4. If A1, A2, …….Ar are n x n nonsingular matrices, then A1A2….Ar is
nonsingular and
(A1A2….Ar)-1 = Ar-1Ar-1-1…..A1-1
• We can use the above properties to check the validity of the
inverse matrix.
5
Inverse of a 2 2 Matrices
a b
1. If A = the inverse of A is,
c d
1 1 d b 1 d b
A
A c a ad bc c a
2. A is invertible if only if A ad bc 0
6
Exercise 1 (Inverse)
1 4 1 3 1 1
A , B , and C ,
1 5 2 6 2 3
find its inverse if exist.
7
Exercise 2 (Inverse)
2 2 4 5 2 1
A , B , and C ,
3 4 2 h k 1
If AC = I, find the value of k
If |B| = 2 |A|, find the value of h
Find the inverse of A 2
8
Method of Finding A-1 By Using
Elementary Operation
• The Practical procedure for computing the inverse of matrix A is as
follow:
• Step 1: Form the n x 2 matrix [ A | In ] obtained by adjoining the
identity matrix In to the given matrix A
• Step 2: Reduce row echelon form of matrix to canonical matrix
in step 1by using elementary operation. Remember that
whatever we do to a row of A, we have do to the corresponding
row of In.
• Step 3: Suppose that Step 2 has produced the matrix [C | D ] in
reduced row echelon form to canonical matrix.
a. If C = In, then D = A-1.
b. If C ≠ In, then C has a row of zeros. In this case A is singular
and A-1 does not exist.
9
Finding Inverse Matrix by
Elementary Row Operation
To find A 1 , if it exist, do the following
10
Row Echelon Form
Consider the following conditions on a matrix:
1. All zero rows are at the bottom of the matrix (at least one row is
nonzero)
2. The leading entry of each nonzero row after the first occurs to the
right of the leading entry of the previous row.
3. The leading entry is any nonzero row is 1.
4. All entries in the column above and below a leading 1 are zero
11
Elementary Row Operation
The elementary row operation of a
matrix consist of the following:
12
1 1 1
• Example: Find the inverse A 0 2 3
5 5 1
Step 1
A I3
1 1 1 1 0 0
[ A | I3 ] = 0 2 3 0 1 0
5 5 1 0 0 1
Step2
-5R1+R3--R3
1 1 1 1 0 0
0 2 3 0 1 0
0 0 4 5 0 1
½ R2, -1/4R3
1 1 1 1 0 0
0 1 3 0
1
0
2 2
5 1
0 0 1 0
4 4
-3/2 R3 + R2 , -R3+ R1
-R2+ R1
Step 3: Since C = I3, we conclude that D = A-1. Hence
1 2 2 2 3 4
A 3 1 1 , and B 2 1 1 ,
2 1 0 1 1 2
16
Finding Inverse Matrix by
Determinants
• To find inverse matrix , we have to know the concept of cofactor and
adjoint of matrix A
• Let A = [aij] a n x n matrix. The cofactor Aijof aij is defined as :
17
Finding Inverse Matrix by Adjoint
Matrix
1 1 1 T
A adjA C
A A
18
Finding Inverse Matrix by Adjoint
Matrix
• Inverse matrix A can be define as:
19
• Example
= -94
A-1 =
1 1 1 8
Example: A 0 2 3
b = 24 Then what is x?
5 5 1 8
Exercise 4 (Inverse)
1 2 2 2 3 4
A 3 1 1 , and B 2 1 1 ,
2 1 0 1 1 2
23
Linear System and Inverse
• If A is nonsingular matrix and size of the A is n x n as below state:
Then
24
Linear System and Inverse
•
• If A is nonsingular, then
25
SUMMARY (Inverse Matrices)
26