SlideShare a Scribd company logo
1 of 72
Inverse Matrices
Inverse Matrices
For numbers, the multiplicative inverse of a nonzero
number a is the reciprocal 1/a.
Inverse Matrices
For numbers, the multiplicative inverse of a nonzero
number a is the reciprocal 1/a. The most important
property of 1/a is that 1
a
* a = a *
1
a
= 1
Inverse Matrices
For numbers, the multiplicative inverse of a nonzero
number a is the reciprocal 1/a. The most important
property of 1/a is that 1
a
* a = a *
1
a
= 1
The most important usage of the inverse 1/a
is to solve the equation ax = b.
Inverse Matrices
For numbers, the multiplicative inverse of a nonzero
number a is the reciprocal 1/a. The most important
property of 1/a is that 1
a
* a = a *
1
a
= 1
The most important usage of the inverse 1/a
is to solve the equation ax = b. For example, to solve
2x = 3
Inverse Matrices
For numbers, the multiplicative inverse of a nonzero
number a is the reciprocal 1/a. The most important
property of 1/a is that 1
a
* a = a *
1
a
= 1
The most important usage of the inverse 1/a
is to solve the equation ax = b. For example, to solve
2x = Multiply both sides by ½½ * ½ * 3
x = 3/2
Inverse Matrices
For numbers, the multiplicative inverse of a nonzero
number a is the reciprocal 1/a. The most important
property of 1/a is that 1
a
* a = a *
1
a
= 1
The most important usage of the inverse 1/a
is to solve the equation ax = b. For example, to solve
2x = Multiply both sides by ½½ *
x = 3/2
Let A be an n x n matrix.
½ * 3
Inverse Matrices
For numbers, the multiplicative inverse of a nonzero
number a is the reciprocal 1/a. The most important
property of 1/a is that 1
a
* a = a *
1
a
= 1
The most important usage of the inverse 1/a
is to solve the equation ax = b. For example, to solve
2x = Multiply both sides by ½½ *
x = 3/2
Let A be an n x n matrix.
Since In plays the role of 1 in multiplication,
we say B is the inverse of A if AB = BA = In
and we write B as A-1.
½ * 3
Inverse Matrices
For numbers, the multiplicative inverse of a nonzero
number a is the reciprocal 1/a. The most important
property of 1/a is that 1
a
* a = a *
1
a
= 1
The most important usage of the inverse 1/a
is to solve the equation ax = b. For example, to solve
2x = Multiply both sides by ½½ *
x = 3/2
We can use A-1 to solve matrix equations AX = C,
i.e. to find a matrix X where A and C are matrices.
Let A be an n x n matrix.
Since In plays the role of 1 in multiplication,
we say B is the inverse of A if AB = BA = In
and we write B as A-1.
½ * 3
1 0 0 . . 0
0 1 0 . . .
0 0 1 . . .
0 0 . . . 1
. . . . . .
Inverse Matrices
AA-1 = A-1A = = In
The matrices A, A-1 is a pair of inverse matrices if
1 0 0 . . 0
0 1 0 . . .
0 0 1 . . .
0 0 . . . 1
. . . . . .
Inverse Matrices
AA-1 = A-1A = = In
Where as the inverse of nonzero numbers always
exist, this is not the case for matrices.
The matrices A, A-1 is a pair of inverse matrices if
1 0 0 . . 0
0 1 0 . . .
0 0 1 . . .
0 0 . . . 1
. . . . . .
Inverse Matrices
AA-1 = A-1A = = In
Where as the inverse of nonzero numbers always
exist, this is not the case for matrices.
There're two types of matrices with regard to inverses.
The matrices A, A-1 is a pair of inverse matrices if
1 0 0 . . 0
0 1 0 . . .
0 0 1 . . .
0 0 . . . 1
. . . . . .
Inverse Matrices
AA-1 = A-1A = = In
I. The ones that have inverses, these are called
invertible (or nonsingular) matrices
The matrices A, A-1 is a pair of inverse matrices if
Where as the inverse of nonzero numbers always
exist, this is not the case for matrices.
There're two types of matrices with regard to inverses.
1 0 0 . . 0
0 1 0 . . .
0 0 1 . . .
0 0 . . . 1
. . . . . .
Inverse Matrices
AA-1 = A-1A = = In
I. The ones that have inverses, these are called
invertible (or nonsingular) matrices
II. The ones that don‘t have an inverse are called
noninvertible (or singular) matrices
The matrices A, A-1 is a pair of inverse matrices if
Where as the inverse of nonzero numbers always
exist, this is not the case for matrices.
There're two types of matrices with regard to inverses.
An example of a noninvertible matrix is
Inverse Matrices
0 -2
0 3
Inverse Matrices
because for any matrix ,
0 -2
0 3
a b
c d
=
0 #
0 #
a b
c d
An example of a noninvertible matrix is
0 -2
0 3
Inverse Matrices
because for any matrix ,
0 -2
0 3
a b
c d
=
0 #
0 #
=
1 0
0 1
a b
c d
An example of a noninvertible matrix is
0 -2
0 3
Inverse Matrices
because for any matrix ,
0 -2
0 3
a b
c d
=
0 #
0 #
=
1 0
0 1
a b
c d
Method for Finding Inverse Matrices:
An example of a noninvertible matrix is
0 -2
0 3
Inverse Matrices
To find the inverse, A-1 of a matrix A, extend the matrix
A by the identity matrix I on the right as shown,
because for any matrix ,
0 -2
0 3
a b
c d
=
0 #
0 #
=
1 0
0 1
a b
c d
Method for Finding Inverse Matrices:
A A I
An example of a noninvertible matrix is
0 -2
0 3
Inverse Matrices
To find the inverse, A-1 of a matrix A, extend the matrix
A by the identity matrix I on the right as shown,
because for any matrix ,
0 -2
0 3
a b
c d
=
0 #
0 #
=
1 0
0 1
a b
c d
Method for Finding Inverse Matrices:
A A I
Apply row operations to tranform it so the identity
matrix I is on the left side as , then B = A-1.I B
An example of a noninvertible matrix is
0 -2
0 3
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Apply row operations to tranform it so the identity
matrix I is on the left side:
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Apply row operations to tranform it so the identity
matrix I is on the left side:
1 2 1 0
1 3 0 1
(-1)R1 Add to R2
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Apply row operations to tranform it so the identity
matrix I is on the left side:
1 2 1 0
1 3 0 1
(-1)R1 Add to R2
-1 -2 -1 0
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Apply row operations to tranform it so the identity
matrix I is on the left side:
1 2 1 0
1 3 0 1
(-1)R1 Add to R2
-1 -2 -1 0
1 2 1 0
0 1 -1 1
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Apply row operations to tranform it so the identity
matrix I is on the left side:
1 2 1 0
1 3 0 1
(-1)R1 Add to R2
-1 -2 -1 0
1 2 1 0
0 1 -1 1
(-2)R2 Add to R1
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Apply row operations to tranform it so the identity
matrix I is on the left side:
1 2 1 0
1 3 0 1
(-1)R1 Add to R2
-1 -2 -1 0
1 2 1 0
0 1 -1 1
0 -2 2 -2
(-2)R2 Add to R1
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Apply row operations to tranform it so the identity
matrix I is on the left side:
1 2 1 0
1 3 0 1
(-1)R1 Add to R2
-1 -2 -1 0
1 2 1 0
0 1 -1 1
0 -2 2 -2
1 0 3 -2
0 1 -1 1
(-2)R2 Add to R1
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Apply row operations to tranform it so the identity
matrix I is on the left side:
1 2 1 0
1 3 0 1
(-1)R1 Add to R2
-1 -2 -1 0
1 2 1 0
0 1 -1 1
0 -2 2 -2
1 0 3 -2
0 1 -1 1
(-2)R2 Add to R1
=
identity matrix
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Apply row operations to tranform it so the identity
matrix I is on the left side:
1 2 1 0
1 3 0 1
(-1)R1 Add to R2
-1 -2 -1 0
1 2 1 0
0 1 -1 1
0 -2 2 -2
1 0 3 -2
0 1 -1 1
(-2)R2 Add to R1
=
identity matrix
Hence A-1 =
3 -2
-1 1 .
Example A: Find the inverse matrix A-1 if
Inverse Matrices
a. A =
1 2
1 3
Extend
1 2
1 3
to
1 2 1 0
1 3 0 1
Apply row operations to tranform it so the identity
matrix I is on the left side:
1 2 1 0
1 3 0 1
(-1)R1 Add to R2
-1 -2 -1 0
1 2 1 0
0 1 -1 1
0 -2 2 -2
1 0 3 -2
0 1 -1 1
(-2)R2 Add to R1
=
identity matrix
Hence A-1 =
3 -2
-1 1 .
One checks
easily that AA-1 = A-1A =
1 0
0 1 .
Inverse Matrices
b. A =
0 2
0 3
Inverse Matrices
b. A =
0 2
0 3
Extend
0 2
0 3
to
0 2 1 0
0 3 0 1
Inverse Matrices
b. A =
0 2
0 3
Extend
0 2
0 3
to
0 2 1 0
0 3 0 1
Since the first column consists of 0's only, there is
no way we may introduce a 1 at the a11 position by
row operations.
Inverse Matrices
b. A =
0 2
0 3
Extend
0 2
0 3
to
0 2 1 0
0 3 0 1
Since the first column consists of 0's only, there is
no way we may introduce a 1 at the a11 position by
row operations. Hence A-1 doesn't exist.
Inverse Matrices
b. A =
0 2
0 3
Extend
0 2
0 3
to
0 2 1 0
0 3 0 1
Since the first column consists of 0's only, there is
no way we may introduce a 1 at the a11 position by
row operations. Hence A-1 doesn't exist.
c. A =
0 1 -1
1 -1 2
1 1 0
Inverse Matrices
b. A =
0 2
0 3
Extend
0 2
0 3
to
0 2 1 0
0 3 0 1
Since the first column consists of 0's only, there is
no way we may introduce a 1 at the a11 position by
row operations. Hence A-1 doesn't exist.
c. A =
0 1 -1
1 -1 2
1 1 0
Extend
0 1 -1
1 -1 2
1 1 0
0 1 -1 1 0 0
1 -1 2 0 1 0
1 1 0 0 0 1
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
(-1)R1 add
to R3
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
(-1)R1 add
to R3
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
(-1)R2 add
to R1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
0 -1 -1 -1 0 0
(-1)R1 add
to R3
(-1)R2 add
to R1
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
(-1)R2 add
to R1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
0 -1 -1 -1 0 0
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
(-1)R2 add
to R1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
0 -1 -1 -1 0 0
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
(-1/2)R3
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
(-1)R2 add
to R1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
0 -1 -1 -1 0 0
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 1 0 1/2 -1/2
(-1/2)R3
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
(-1)R2 add
to R1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
0 -1 -1 -1 0 0
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 1 0 1/2 -1/2
(-1)R3 + R1
(-1/2)R3
R3 + R2
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
(-1)R2 add
to R1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
0 -1 -1 -1 0 0
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 1 0 1/2 -1/2
0 0 -1 0 -1/2 1/2
(-1)R3 + R1
(-1/2)R3
R3 + R2
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
(-1)R2 add
to R1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
0 -1 -1 -1 0 0
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
0 1 0 1 -1/2 1/2
1 0 0 -1 1/2 1/2
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 1 0 1/2 -1/2
0 0 -1 0 -1/2 1/2
(-1)R3 + R1
(-1/2)R3
R3 + R2
0 0 1 0 1/2 -1/2
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
(-1)R2 add
to R1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
0 -1 -1 -1 0 0
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
0 1 0 1 -1/2 1/2
1 0 0 -1 1/2 1/2
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 1 0 1/2 -1/2
0 0 -1 0 -1/2 1/2
(-1)R3 + R1
(-1/2)R3
R3 + R2
0 0 1 0 1/2 -1/2
=
A-1
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
(-1)R2 add
to R1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
0 -1 -1 -1 0 0
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
0 1 0 1 -1/2 1/2
1 0 0 -1 1/2 1/2
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 1 0 1/2 -1/2
0 0 -1 0 -1/2 1/2
(-1)R3 + R1
(-1/2)R3
R3 + R2
0 0 1 0 1/2 -1/2
=
A-1We check that A-1*A = A*A-1 = I.
Inverse Matrices
Apply row operations:
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
(-1)R2 add
to R1
0 1 1 1 0 0
1 1 2 0 1 0
1 1 0 0 0 1
R1 R2
-1 -1 -2 0 -1 0
0 1 1 1 0 0
1 1 2 0 1 0
0 0 -2 0 -1 1
0 -1 -1 -1 0 0
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 -2 0 -1 1
(-1)R1 add
to R3
0 1 0 1 -1/2 1/2
1 0 0 -1 1/2 1/2
0 1 -1 1 0 0
1 0 1 -1 1 0
0 0 1 0 1/2 -1/2
0 0 -1 0 -1/2 1/2
(-1)R3 + R1
(-1/2)R3
R3 + R2
0 0 1 0 1/2 -1/2
=
A-1We check that A-1*A = A*A-1 = I.
Let’s use an inverse matrix to solve a matrix equation.
Example B:
a. Write the following system as a matrix equation
x + 2y = 4
x + 3y = -1
An Application of Inverse Matrices
Example B:
a. Write the following system as a matrix equation
x + 2y = 4
x + 3y = -1
The system may be expressed as
1 2
1 3
x
y =
4
-1
An Application of Inverse Matrices
Example B:
a. Write the following system as a matrix equation
If we let A =
1 2
1 3
x + 2y = 4
x + 3y = -1
, X =
x
y
,
The system may be expressed as
1 2
1 3
x
y =
4
-1
then the matrix equation is simply AX = B.
and B =
4
-1 .
An Application of Inverse Matrices
Example B:
a. Write the following system as a matrix equation
If we let A =
1 2
1 3
x + 2y = 4
x + 3y = -1
, X =
x
y
,
The system may be expressed as
1 2
1 3
x
y =
4
-1
then the matrix equation is simply AX = B.
and B =
4
-1 .
An Application of Inverse Matrices
To solve for the matrix X, we use the following
inverse matrix method.
To solve the equation AX = B for the matrix X,
we multiply to the left of both sides by A-1 (if it exists)
An Application of Inverse Matrices
To solve the equation AX = B for the matrix X,
we multiply to the left of both sides by A-1 (if it exists)
AX = B
An Application of Inverse Matrices
To solve the equation AX = B for the matrix X,
we multiply to the left of both sides by A-1 (if it exists)
AX = B
A-1AX = A-1B
An Application of Inverse Matrices
To solve the equation AX = B for the matrix X,
we multiply to the left of both sides by A-1 (if it exists)
AX = B
A-1AX = A-1B
IX = A-1B
or that X = A-1B
An Application of Inverse Matrices
To solve the equation AX = B for the matrix X,
we multiply to the left of both sides by A-1 (if it exists)
AX = B
A-1AX = A-1B
IX = A-1B
or that X = A-1B
b. Solve the matrix equation AX = B from part a.
by the inverse matrix method.
An Application of Inverse Matrices
To solve the equation AX = B for the matrix X,
we multiply to the left of both sides by A-1 (if it exists)
AX = B
A-1AX = A-1B
IX = A-1B
or that X = A-1B
b. Solve the matrix equation AX = B from part a.
by the inverse matrix method.
from the previous example we've that
Given that A =
1 2
1 3
3 -2
-1 1 .
A-1 =
An Application of Inverse Matrices
Multiply A-1 to the left on both sides of the equation
Inverse Matrices
1 2
1 3
x
y =
4
-1
Multiply A-1 to the left on both sides of the equation
Inverse Matrices
1 2
1 3
x
y =
4
-1
we get
3 -2
-1 1
1 2
1 3
x
y =
3 -2
-1 1
4
-1
Multiply A-1 to the left on both sides of the equation
Inverse Matrices
1 2
1 3
x
y =
4
-1
we get
3 -2
-1 1
1 2
1 3
x
y =
3 -2
-1 1
4
-1
0 1
1 0 x
y =
14
-5
Multiply A-1 to the left on both sides of the equation
Inverse Matrices
1 2
1 3
x
y =
4
-1
we get
3 -2
-1 1
1 2
1 3
x
y =
3 -2
-1 1
4
-1
0 1
1 0 x
y =
14
-5
Hence
x
y =
14
-5 or that x = 14, and y = -5.
Multiply A-1 to the left on both sides of the equation
Inverse Matrices
1 2
1 3
x
y =
4
-1
we get
3 -2
-1 1
1 2
1 3
x
y =
3 -2
-1 1
4
-1
0 1
1 0 x
y =
14
-5
Hence
x
y =
14
-5 or that x = 14, and y = -5.
With inverse matrices, we may do matrix algebra
that is similar to the “traditional” algebra.
Inverse Matrices
Exercise A. Find the inverse matrix of each of the following
matrices, if it exits
1 0
0 1
1) 2) 3) 4)1 5
0 1
a 5
0 𝑏
0 𝑏
𝑎 5
3 5
–2 1
5) 6) 7) 8)
1 –2
7 –1
𝑎 𝑏
𝑏 𝑎
𝑎 𝑏
𝑎 𝑏
9) 10) 11) 12)
1 0 0
0 1 0
0 0 1
1 2 3
0 1 4
0 0 1
a 0 0
0 b 0
0 0 c
a 2 3
0 b 4
0 0 c
13) 14)
1 0 2
0 1 0
−1 0 1
1 2 3
0 1 4
−1 2 1
2. Verify the following inverse formula for 2x2 matrices.
𝑎 𝑏
𝑐 𝑑
–1
= 1
ad – bc
𝑑 –𝑏
–𝑐 𝑎
(Hint: you don’t have to compute the inverse, just check that
their product is I so it must be the one and only inverse.)
3. Verify the that (AB) –1 = B –1 A–1.
So if A and B are invertible then AB is invertible.
Ex B. A matrix that has an inverse is said to be invertible.
1. (A–1 is unique)
Verify that if A is invertible, then there is only one A–1.
This means to show that if there are matrices B and C
that invert A so that AB = BA = I and AC = CA = I, then B = C.
4. Verify that if AB is invertible, then A and B must be invertible.
(Hint: Let C is (AB) –1, then A–1 or B –1 can be “solved”.)
So if A or B is not invertible then AB is not invertible.
Inverse Matrices
(Answers to the odd problems) Exercise A.
𝐴−1 =
1 0
0 1
1)
𝐴−1 =
1/𝑎 −5/𝑎𝑏
0 1/𝑏
𝐴−1 =
1
13
1 −5
2 3
5)
𝐴−1
=
1
𝑎2 − 𝑏2
𝑎 −𝑏
−𝑏 𝑎
9)
𝐴−1 =
1 0 0
0 1 0
0 0 1
𝐴−1 =
1/a 0 0
0 1/b 0
0 0 1/c
13)
𝐴−1 =
1
3
1 0 −2
0 3 0
1 0 1
3)
7)
11)
Inverse Matrices

More Related Content

What's hot

24 exponential functions and periodic compound interests pina x
24 exponential functions and periodic compound interests pina x24 exponential functions and periodic compound interests pina x
24 exponential functions and periodic compound interests pina xmath260
 
20 methods of division x
20 methods of division x20 methods of division x
20 methods of division xmath260
 
12 graphs of second degree functions x
12 graphs of second degree functions x12 graphs of second degree functions x
12 graphs of second degree functions xmath260
 
15 translations of graphs x
15 translations of graphs x15 translations of graphs x
15 translations of graphs xmath260
 
9 the basic language of functions x
9 the basic language of functions x9 the basic language of functions x
9 the basic language of functions xmath260
 
25 continuous compound interests perta x
25 continuous compound interests perta  x25 continuous compound interests perta  x
25 continuous compound interests perta xmath260
 
23 looking for real roots of real polynomials x
23 looking for real roots of real polynomials x23 looking for real roots of real polynomials x
23 looking for real roots of real polynomials xmath260
 
27 calculation with log and exp x
27 calculation with log and exp x27 calculation with log and exp x
27 calculation with log and exp xmath260
 
2.0 rectangular coordinate system t
2.0 rectangular coordinate system t2.0 rectangular coordinate system t
2.0 rectangular coordinate system tmath260
 
14 graphs of factorable rational functions x
14 graphs of factorable rational functions x14 graphs of factorable rational functions x
14 graphs of factorable rational functions xmath260
 
6.4 inverse matrices t
6.4 inverse matrices t6.4 inverse matrices t
6.4 inverse matrices tmath260
 
1.1 exponents t
1.1 exponents t1.1 exponents t
1.1 exponents tmath260
 
5.2 arithmetic sequences and sums
5.2 arithmetic sequences and sums5.2 arithmetic sequences and sums
5.2 arithmetic sequences and sumsmath260
 
1.6 sign charts and inequalities t
1.6 sign charts and inequalities t1.6 sign charts and inequalities t
1.6 sign charts and inequalities tmath260
 
11 graphs of first degree functions x
11 graphs of first degree functions x11 graphs of first degree functions x
11 graphs of first degree functions xmath260
 
22 the fundamental theorem of algebra x
22 the fundamental theorem of algebra x22 the fundamental theorem of algebra x
22 the fundamental theorem of algebra xmath260
 
1.0 factoring trinomials the ac method and making lists-t
1.0 factoring trinomials  the ac method and making lists-t1.0 factoring trinomials  the ac method and making lists-t
1.0 factoring trinomials the ac method and making lists-tmath260
 
6 comparison statements, inequalities and intervals y
6 comparison statements, inequalities and intervals y6 comparison statements, inequalities and intervals y
6 comparison statements, inequalities and intervals ymath260
 
1 exponents yz
1 exponents yz1 exponents yz
1 exponents yzmath260
 
18Ellipses-x.pptx
18Ellipses-x.pptx18Ellipses-x.pptx
18Ellipses-x.pptxmath260
 

What's hot (20)

24 exponential functions and periodic compound interests pina x
24 exponential functions and periodic compound interests pina x24 exponential functions and periodic compound interests pina x
24 exponential functions and periodic compound interests pina x
 
20 methods of division x
20 methods of division x20 methods of division x
20 methods of division x
 
12 graphs of second degree functions x
12 graphs of second degree functions x12 graphs of second degree functions x
12 graphs of second degree functions x
 
15 translations of graphs x
15 translations of graphs x15 translations of graphs x
15 translations of graphs x
 
9 the basic language of functions x
9 the basic language of functions x9 the basic language of functions x
9 the basic language of functions x
 
25 continuous compound interests perta x
25 continuous compound interests perta  x25 continuous compound interests perta  x
25 continuous compound interests perta x
 
23 looking for real roots of real polynomials x
23 looking for real roots of real polynomials x23 looking for real roots of real polynomials x
23 looking for real roots of real polynomials x
 
27 calculation with log and exp x
27 calculation with log and exp x27 calculation with log and exp x
27 calculation with log and exp x
 
2.0 rectangular coordinate system t
2.0 rectangular coordinate system t2.0 rectangular coordinate system t
2.0 rectangular coordinate system t
 
14 graphs of factorable rational functions x
14 graphs of factorable rational functions x14 graphs of factorable rational functions x
14 graphs of factorable rational functions x
 
6.4 inverse matrices t
6.4 inverse matrices t6.4 inverse matrices t
6.4 inverse matrices t
 
1.1 exponents t
1.1 exponents t1.1 exponents t
1.1 exponents t
 
5.2 arithmetic sequences and sums
5.2 arithmetic sequences and sums5.2 arithmetic sequences and sums
5.2 arithmetic sequences and sums
 
1.6 sign charts and inequalities t
1.6 sign charts and inequalities t1.6 sign charts and inequalities t
1.6 sign charts and inequalities t
 
11 graphs of first degree functions x
11 graphs of first degree functions x11 graphs of first degree functions x
11 graphs of first degree functions x
 
22 the fundamental theorem of algebra x
22 the fundamental theorem of algebra x22 the fundamental theorem of algebra x
22 the fundamental theorem of algebra x
 
1.0 factoring trinomials the ac method and making lists-t
1.0 factoring trinomials  the ac method and making lists-t1.0 factoring trinomials  the ac method and making lists-t
1.0 factoring trinomials the ac method and making lists-t
 
6 comparison statements, inequalities and intervals y
6 comparison statements, inequalities and intervals y6 comparison statements, inequalities and intervals y
6 comparison statements, inequalities and intervals y
 
1 exponents yz
1 exponents yz1 exponents yz
1 exponents yz
 
18Ellipses-x.pptx
18Ellipses-x.pptx18Ellipses-x.pptx
18Ellipses-x.pptx
 

Similar to 6.4 inverse matrices

Lecture 3 Inverse matrices(hotom).pdf
Lecture 3 Inverse matrices(hotom).pdfLecture 3 Inverse matrices(hotom).pdf
Lecture 3 Inverse matrices(hotom).pdfSakith1
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIADheeraj Kataria
 
Business mathametics and statistics b.com ii semester (2)
Business mathametics and statistics b.com ii semester (2)Business mathametics and statistics b.com ii semester (2)
Business mathametics and statistics b.com ii semester (2)shamimakamili
 
eigenvalueandeigenvector72-80-160505220126 (1).pdf
eigenvalueandeigenvector72-80-160505220126 (1).pdfeigenvalueandeigenvector72-80-160505220126 (1).pdf
eigenvalueandeigenvector72-80-160505220126 (1).pdfSunny432360
 
Engg maths k notes(4)
Engg maths k notes(4)Engg maths k notes(4)
Engg maths k notes(4)Ranjay Kumar
 
Matrix and its applications by mohammad imran
Matrix and its applications by mohammad imranMatrix and its applications by mohammad imran
Matrix and its applications by mohammad imranMohammad Imran
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matricesStudent
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and DeterminantsAarjavPinara
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Rai University
 
orthogonal matrix and its properties
orthogonal matrix and its propertiesorthogonal matrix and its properties
orthogonal matrix and its propertiesGOVINDKUMAR689610
 
Module 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfModule 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfPrathamPatel560716
 
Maths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsMaths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsJaydev Kishnani
 

Similar to 6.4 inverse matrices (20)

Lecture 3 Inverse matrices(hotom).pdf
Lecture 3 Inverse matrices(hotom).pdfLecture 3 Inverse matrices(hotom).pdf
Lecture 3 Inverse matrices(hotom).pdf
 
APM.pdf
APM.pdfAPM.pdf
APM.pdf
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
 
Business mathametics and statistics b.com ii semester (2)
Business mathametics and statistics b.com ii semester (2)Business mathametics and statistics b.com ii semester (2)
Business mathametics and statistics b.com ii semester (2)
 
Senior_Project
Senior_ProjectSenior_Project
Senior_Project
 
7 4
7 47 4
7 4
 
eigenvalueandeigenvector72-80-160505220126 (1).pdf
eigenvalueandeigenvector72-80-160505220126 (1).pdfeigenvalueandeigenvector72-80-160505220126 (1).pdf
eigenvalueandeigenvector72-80-160505220126 (1).pdf
 
Engg maths k notes(4)
Engg maths k notes(4)Engg maths k notes(4)
Engg maths k notes(4)
 
Matrix and its applications by mohammad imran
Matrix and its applications by mohammad imranMatrix and its applications by mohammad imran
Matrix and its applications by mohammad imran
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matrices
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
 
orthogonal matrix and its properties
orthogonal matrix and its propertiesorthogonal matrix and its properties
orthogonal matrix and its properties
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Matrices
MatricesMatrices
Matrices
 
Matrix2 english
Matrix2 englishMatrix2 english
Matrix2 english
 
Module 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfModule 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdf
 
Maths
MathsMaths
Maths
 
eigen_values.pptx
eigen_values.pptxeigen_values.pptx
eigen_values.pptx
 
Maths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsMaths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectors
 

More from math260

36 Matrix Algebra-x.pptx
36 Matrix Algebra-x.pptx36 Matrix Algebra-x.pptx
36 Matrix Algebra-x.pptxmath260
 
35 Special Cases System of Linear Equations-x.pptx
35 Special Cases System of Linear Equations-x.pptx35 Special Cases System of Linear Equations-x.pptx
35 Special Cases System of Linear Equations-x.pptxmath260
 
10.5 more on language of functions x
10.5 more on language of functions x10.5 more on language of functions x
10.5 more on language of functions xmath260
 
8 inequalities and sign charts x
8 inequalities and sign charts x8 inequalities and sign charts x
8 inequalities and sign charts xmath260
 
7 sign charts of factorable formulas y
7 sign charts of factorable formulas y7 sign charts of factorable formulas y
7 sign charts of factorable formulas ymath260
 
19 more parabolas a& hyperbolas (optional) x
19 more parabolas a& hyperbolas (optional) x19 more parabolas a& hyperbolas (optional) x
19 more parabolas a& hyperbolas (optional) xmath260
 
18 ellipses x
18 ellipses x18 ellipses x
18 ellipses xmath260
 
17 conic sections circles-x
17 conic sections circles-x17 conic sections circles-x
17 conic sections circles-xmath260
 
10 rectangular coordinate system x
10 rectangular coordinate system x10 rectangular coordinate system x
10 rectangular coordinate system xmath260
 
11 graphs of first degree functions x
11 graphs of first degree functions x11 graphs of first degree functions x
11 graphs of first degree functions xmath260
 
9 the basic language of functions x
9 the basic language of functions x9 the basic language of functions x
9 the basic language of functions xmath260
 

More from math260 (11)

36 Matrix Algebra-x.pptx
36 Matrix Algebra-x.pptx36 Matrix Algebra-x.pptx
36 Matrix Algebra-x.pptx
 
35 Special Cases System of Linear Equations-x.pptx
35 Special Cases System of Linear Equations-x.pptx35 Special Cases System of Linear Equations-x.pptx
35 Special Cases System of Linear Equations-x.pptx
 
10.5 more on language of functions x
10.5 more on language of functions x10.5 more on language of functions x
10.5 more on language of functions x
 
8 inequalities and sign charts x
8 inequalities and sign charts x8 inequalities and sign charts x
8 inequalities and sign charts x
 
7 sign charts of factorable formulas y
7 sign charts of factorable formulas y7 sign charts of factorable formulas y
7 sign charts of factorable formulas y
 
19 more parabolas a& hyperbolas (optional) x
19 more parabolas a& hyperbolas (optional) x19 more parabolas a& hyperbolas (optional) x
19 more parabolas a& hyperbolas (optional) x
 
18 ellipses x
18 ellipses x18 ellipses x
18 ellipses x
 
17 conic sections circles-x
17 conic sections circles-x17 conic sections circles-x
17 conic sections circles-x
 
10 rectangular coordinate system x
10 rectangular coordinate system x10 rectangular coordinate system x
10 rectangular coordinate system x
 
11 graphs of first degree functions x
11 graphs of first degree functions x11 graphs of first degree functions x
11 graphs of first degree functions x
 
9 the basic language of functions x
9 the basic language of functions x9 the basic language of functions x
9 the basic language of functions x
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 

Recently uploaded (20)

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

6.4 inverse matrices

  • 2. Inverse Matrices For numbers, the multiplicative inverse of a nonzero number a is the reciprocal 1/a.
  • 3. Inverse Matrices For numbers, the multiplicative inverse of a nonzero number a is the reciprocal 1/a. The most important property of 1/a is that 1 a * a = a * 1 a = 1
  • 4. Inverse Matrices For numbers, the multiplicative inverse of a nonzero number a is the reciprocal 1/a. The most important property of 1/a is that 1 a * a = a * 1 a = 1 The most important usage of the inverse 1/a is to solve the equation ax = b.
  • 5. Inverse Matrices For numbers, the multiplicative inverse of a nonzero number a is the reciprocal 1/a. The most important property of 1/a is that 1 a * a = a * 1 a = 1 The most important usage of the inverse 1/a is to solve the equation ax = b. For example, to solve 2x = 3
  • 6. Inverse Matrices For numbers, the multiplicative inverse of a nonzero number a is the reciprocal 1/a. The most important property of 1/a is that 1 a * a = a * 1 a = 1 The most important usage of the inverse 1/a is to solve the equation ax = b. For example, to solve 2x = Multiply both sides by ½½ * ½ * 3 x = 3/2
  • 7. Inverse Matrices For numbers, the multiplicative inverse of a nonzero number a is the reciprocal 1/a. The most important property of 1/a is that 1 a * a = a * 1 a = 1 The most important usage of the inverse 1/a is to solve the equation ax = b. For example, to solve 2x = Multiply both sides by ½½ * x = 3/2 Let A be an n x n matrix. ½ * 3
  • 8. Inverse Matrices For numbers, the multiplicative inverse of a nonzero number a is the reciprocal 1/a. The most important property of 1/a is that 1 a * a = a * 1 a = 1 The most important usage of the inverse 1/a is to solve the equation ax = b. For example, to solve 2x = Multiply both sides by ½½ * x = 3/2 Let A be an n x n matrix. Since In plays the role of 1 in multiplication, we say B is the inverse of A if AB = BA = In and we write B as A-1. ½ * 3
  • 9. Inverse Matrices For numbers, the multiplicative inverse of a nonzero number a is the reciprocal 1/a. The most important property of 1/a is that 1 a * a = a * 1 a = 1 The most important usage of the inverse 1/a is to solve the equation ax = b. For example, to solve 2x = Multiply both sides by ½½ * x = 3/2 We can use A-1 to solve matrix equations AX = C, i.e. to find a matrix X where A and C are matrices. Let A be an n x n matrix. Since In plays the role of 1 in multiplication, we say B is the inverse of A if AB = BA = In and we write B as A-1. ½ * 3
  • 10. 1 0 0 . . 0 0 1 0 . . . 0 0 1 . . . 0 0 . . . 1 . . . . . . Inverse Matrices AA-1 = A-1A = = In The matrices A, A-1 is a pair of inverse matrices if
  • 11. 1 0 0 . . 0 0 1 0 . . . 0 0 1 . . . 0 0 . . . 1 . . . . . . Inverse Matrices AA-1 = A-1A = = In Where as the inverse of nonzero numbers always exist, this is not the case for matrices. The matrices A, A-1 is a pair of inverse matrices if
  • 12. 1 0 0 . . 0 0 1 0 . . . 0 0 1 . . . 0 0 . . . 1 . . . . . . Inverse Matrices AA-1 = A-1A = = In Where as the inverse of nonzero numbers always exist, this is not the case for matrices. There're two types of matrices with regard to inverses. The matrices A, A-1 is a pair of inverse matrices if
  • 13. 1 0 0 . . 0 0 1 0 . . . 0 0 1 . . . 0 0 . . . 1 . . . . . . Inverse Matrices AA-1 = A-1A = = In I. The ones that have inverses, these are called invertible (or nonsingular) matrices The matrices A, A-1 is a pair of inverse matrices if Where as the inverse of nonzero numbers always exist, this is not the case for matrices. There're two types of matrices with regard to inverses.
  • 14. 1 0 0 . . 0 0 1 0 . . . 0 0 1 . . . 0 0 . . . 1 . . . . . . Inverse Matrices AA-1 = A-1A = = In I. The ones that have inverses, these are called invertible (or nonsingular) matrices II. The ones that don‘t have an inverse are called noninvertible (or singular) matrices The matrices A, A-1 is a pair of inverse matrices if Where as the inverse of nonzero numbers always exist, this is not the case for matrices. There're two types of matrices with regard to inverses.
  • 15. An example of a noninvertible matrix is Inverse Matrices 0 -2 0 3
  • 16. Inverse Matrices because for any matrix , 0 -2 0 3 a b c d = 0 # 0 # a b c d An example of a noninvertible matrix is 0 -2 0 3
  • 17. Inverse Matrices because for any matrix , 0 -2 0 3 a b c d = 0 # 0 # = 1 0 0 1 a b c d An example of a noninvertible matrix is 0 -2 0 3
  • 18. Inverse Matrices because for any matrix , 0 -2 0 3 a b c d = 0 # 0 # = 1 0 0 1 a b c d Method for Finding Inverse Matrices: An example of a noninvertible matrix is 0 -2 0 3
  • 19. Inverse Matrices To find the inverse, A-1 of a matrix A, extend the matrix A by the identity matrix I on the right as shown, because for any matrix , 0 -2 0 3 a b c d = 0 # 0 # = 1 0 0 1 a b c d Method for Finding Inverse Matrices: A A I An example of a noninvertible matrix is 0 -2 0 3
  • 20. Inverse Matrices To find the inverse, A-1 of a matrix A, extend the matrix A by the identity matrix I on the right as shown, because for any matrix , 0 -2 0 3 a b c d = 0 # 0 # = 1 0 0 1 a b c d Method for Finding Inverse Matrices: A A I Apply row operations to tranform it so the identity matrix I is on the left side as , then B = A-1.I B An example of a noninvertible matrix is 0 -2 0 3
  • 21. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3
  • 22. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1
  • 23. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1 Apply row operations to tranform it so the identity matrix I is on the left side:
  • 24. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1 Apply row operations to tranform it so the identity matrix I is on the left side: 1 2 1 0 1 3 0 1 (-1)R1 Add to R2
  • 25. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1 Apply row operations to tranform it so the identity matrix I is on the left side: 1 2 1 0 1 3 0 1 (-1)R1 Add to R2 -1 -2 -1 0
  • 26. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1 Apply row operations to tranform it so the identity matrix I is on the left side: 1 2 1 0 1 3 0 1 (-1)R1 Add to R2 -1 -2 -1 0 1 2 1 0 0 1 -1 1
  • 27. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1 Apply row operations to tranform it so the identity matrix I is on the left side: 1 2 1 0 1 3 0 1 (-1)R1 Add to R2 -1 -2 -1 0 1 2 1 0 0 1 -1 1 (-2)R2 Add to R1
  • 28. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1 Apply row operations to tranform it so the identity matrix I is on the left side: 1 2 1 0 1 3 0 1 (-1)R1 Add to R2 -1 -2 -1 0 1 2 1 0 0 1 -1 1 0 -2 2 -2 (-2)R2 Add to R1
  • 29. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1 Apply row operations to tranform it so the identity matrix I is on the left side: 1 2 1 0 1 3 0 1 (-1)R1 Add to R2 -1 -2 -1 0 1 2 1 0 0 1 -1 1 0 -2 2 -2 1 0 3 -2 0 1 -1 1 (-2)R2 Add to R1
  • 30. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1 Apply row operations to tranform it so the identity matrix I is on the left side: 1 2 1 0 1 3 0 1 (-1)R1 Add to R2 -1 -2 -1 0 1 2 1 0 0 1 -1 1 0 -2 2 -2 1 0 3 -2 0 1 -1 1 (-2)R2 Add to R1 = identity matrix
  • 31. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1 Apply row operations to tranform it so the identity matrix I is on the left side: 1 2 1 0 1 3 0 1 (-1)R1 Add to R2 -1 -2 -1 0 1 2 1 0 0 1 -1 1 0 -2 2 -2 1 0 3 -2 0 1 -1 1 (-2)R2 Add to R1 = identity matrix Hence A-1 = 3 -2 -1 1 .
  • 32. Example A: Find the inverse matrix A-1 if Inverse Matrices a. A = 1 2 1 3 Extend 1 2 1 3 to 1 2 1 0 1 3 0 1 Apply row operations to tranform it so the identity matrix I is on the left side: 1 2 1 0 1 3 0 1 (-1)R1 Add to R2 -1 -2 -1 0 1 2 1 0 0 1 -1 1 0 -2 2 -2 1 0 3 -2 0 1 -1 1 (-2)R2 Add to R1 = identity matrix Hence A-1 = 3 -2 -1 1 . One checks easily that AA-1 = A-1A = 1 0 0 1 .
  • 34. Inverse Matrices b. A = 0 2 0 3 Extend 0 2 0 3 to 0 2 1 0 0 3 0 1
  • 35. Inverse Matrices b. A = 0 2 0 3 Extend 0 2 0 3 to 0 2 1 0 0 3 0 1 Since the first column consists of 0's only, there is no way we may introduce a 1 at the a11 position by row operations.
  • 36. Inverse Matrices b. A = 0 2 0 3 Extend 0 2 0 3 to 0 2 1 0 0 3 0 1 Since the first column consists of 0's only, there is no way we may introduce a 1 at the a11 position by row operations. Hence A-1 doesn't exist.
  • 37. Inverse Matrices b. A = 0 2 0 3 Extend 0 2 0 3 to 0 2 1 0 0 3 0 1 Since the first column consists of 0's only, there is no way we may introduce a 1 at the a11 position by row operations. Hence A-1 doesn't exist. c. A = 0 1 -1 1 -1 2 1 1 0
  • 38. Inverse Matrices b. A = 0 2 0 3 Extend 0 2 0 3 to 0 2 1 0 0 3 0 1 Since the first column consists of 0's only, there is no way we may introduce a 1 at the a11 position by row operations. Hence A-1 doesn't exist. c. A = 0 1 -1 1 -1 2 1 1 0 Extend 0 1 -1 1 -1 2 1 1 0 0 1 -1 1 0 0 1 -1 2 0 1 0 1 1 0 0 0 1
  • 39. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2
  • 40. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2
  • 41. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 (-1)R1 add to R3
  • 42. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 (-1)R1 add to R3
  • 43. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3
  • 44. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 (-1)R2 add to R1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3
  • 45. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 0 -1 -1 -1 0 0 (-1)R1 add to R3 (-1)R2 add to R1
  • 46. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 (-1)R2 add to R1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 0 -1 -1 -1 0 0 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3
  • 47. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 (-1)R2 add to R1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 0 -1 -1 -1 0 0 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3 (-1/2)R3
  • 48. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 (-1)R2 add to R1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 0 -1 -1 -1 0 0 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 1 0 1/2 -1/2 (-1/2)R3
  • 49. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 (-1)R2 add to R1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 0 -1 -1 -1 0 0 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 1 0 1/2 -1/2 (-1)R3 + R1 (-1/2)R3 R3 + R2
  • 50. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 (-1)R2 add to R1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 0 -1 -1 -1 0 0 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 1 0 1/2 -1/2 0 0 -1 0 -1/2 1/2 (-1)R3 + R1 (-1/2)R3 R3 + R2
  • 51. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 (-1)R2 add to R1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 0 -1 -1 -1 0 0 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3 0 1 0 1 -1/2 1/2 1 0 0 -1 1/2 1/2 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 1 0 1/2 -1/2 0 0 -1 0 -1/2 1/2 (-1)R3 + R1 (-1/2)R3 R3 + R2 0 0 1 0 1/2 -1/2
  • 52. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 (-1)R2 add to R1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 0 -1 -1 -1 0 0 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3 0 1 0 1 -1/2 1/2 1 0 0 -1 1/2 1/2 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 1 0 1/2 -1/2 0 0 -1 0 -1/2 1/2 (-1)R3 + R1 (-1/2)R3 R3 + R2 0 0 1 0 1/2 -1/2 = A-1
  • 53. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 (-1)R2 add to R1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 0 -1 -1 -1 0 0 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3 0 1 0 1 -1/2 1/2 1 0 0 -1 1/2 1/2 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 1 0 1/2 -1/2 0 0 -1 0 -1/2 1/2 (-1)R3 + R1 (-1/2)R3 R3 + R2 0 0 1 0 1/2 -1/2 = A-1We check that A-1*A = A*A-1 = I.
  • 54. Inverse Matrices Apply row operations: 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 (-1)R2 add to R1 0 1 1 1 0 0 1 1 2 0 1 0 1 1 0 0 0 1 R1 R2 -1 -1 -2 0 -1 0 0 1 1 1 0 0 1 1 2 0 1 0 0 0 -2 0 -1 1 0 -1 -1 -1 0 0 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 -2 0 -1 1 (-1)R1 add to R3 0 1 0 1 -1/2 1/2 1 0 0 -1 1/2 1/2 0 1 -1 1 0 0 1 0 1 -1 1 0 0 0 1 0 1/2 -1/2 0 0 -1 0 -1/2 1/2 (-1)R3 + R1 (-1/2)R3 R3 + R2 0 0 1 0 1/2 -1/2 = A-1We check that A-1*A = A*A-1 = I. Let’s use an inverse matrix to solve a matrix equation.
  • 55. Example B: a. Write the following system as a matrix equation x + 2y = 4 x + 3y = -1 An Application of Inverse Matrices
  • 56. Example B: a. Write the following system as a matrix equation x + 2y = 4 x + 3y = -1 The system may be expressed as 1 2 1 3 x y = 4 -1 An Application of Inverse Matrices
  • 57. Example B: a. Write the following system as a matrix equation If we let A = 1 2 1 3 x + 2y = 4 x + 3y = -1 , X = x y , The system may be expressed as 1 2 1 3 x y = 4 -1 then the matrix equation is simply AX = B. and B = 4 -1 . An Application of Inverse Matrices
  • 58. Example B: a. Write the following system as a matrix equation If we let A = 1 2 1 3 x + 2y = 4 x + 3y = -1 , X = x y , The system may be expressed as 1 2 1 3 x y = 4 -1 then the matrix equation is simply AX = B. and B = 4 -1 . An Application of Inverse Matrices To solve for the matrix X, we use the following inverse matrix method.
  • 59. To solve the equation AX = B for the matrix X, we multiply to the left of both sides by A-1 (if it exists) An Application of Inverse Matrices
  • 60. To solve the equation AX = B for the matrix X, we multiply to the left of both sides by A-1 (if it exists) AX = B An Application of Inverse Matrices
  • 61. To solve the equation AX = B for the matrix X, we multiply to the left of both sides by A-1 (if it exists) AX = B A-1AX = A-1B An Application of Inverse Matrices
  • 62. To solve the equation AX = B for the matrix X, we multiply to the left of both sides by A-1 (if it exists) AX = B A-1AX = A-1B IX = A-1B or that X = A-1B An Application of Inverse Matrices
  • 63. To solve the equation AX = B for the matrix X, we multiply to the left of both sides by A-1 (if it exists) AX = B A-1AX = A-1B IX = A-1B or that X = A-1B b. Solve the matrix equation AX = B from part a. by the inverse matrix method. An Application of Inverse Matrices
  • 64. To solve the equation AX = B for the matrix X, we multiply to the left of both sides by A-1 (if it exists) AX = B A-1AX = A-1B IX = A-1B or that X = A-1B b. Solve the matrix equation AX = B from part a. by the inverse matrix method. from the previous example we've that Given that A = 1 2 1 3 3 -2 -1 1 . A-1 = An Application of Inverse Matrices
  • 65. Multiply A-1 to the left on both sides of the equation Inverse Matrices 1 2 1 3 x y = 4 -1
  • 66. Multiply A-1 to the left on both sides of the equation Inverse Matrices 1 2 1 3 x y = 4 -1 we get 3 -2 -1 1 1 2 1 3 x y = 3 -2 -1 1 4 -1
  • 67. Multiply A-1 to the left on both sides of the equation Inverse Matrices 1 2 1 3 x y = 4 -1 we get 3 -2 -1 1 1 2 1 3 x y = 3 -2 -1 1 4 -1 0 1 1 0 x y = 14 -5
  • 68. Multiply A-1 to the left on both sides of the equation Inverse Matrices 1 2 1 3 x y = 4 -1 we get 3 -2 -1 1 1 2 1 3 x y = 3 -2 -1 1 4 -1 0 1 1 0 x y = 14 -5 Hence x y = 14 -5 or that x = 14, and y = -5.
  • 69. Multiply A-1 to the left on both sides of the equation Inverse Matrices 1 2 1 3 x y = 4 -1 we get 3 -2 -1 1 1 2 1 3 x y = 3 -2 -1 1 4 -1 0 1 1 0 x y = 14 -5 Hence x y = 14 -5 or that x = 14, and y = -5. With inverse matrices, we may do matrix algebra that is similar to the “traditional” algebra.
  • 70. Inverse Matrices Exercise A. Find the inverse matrix of each of the following matrices, if it exits 1 0 0 1 1) 2) 3) 4)1 5 0 1 a 5 0 𝑏 0 𝑏 𝑎 5 3 5 –2 1 5) 6) 7) 8) 1 –2 7 –1 𝑎 𝑏 𝑏 𝑎 𝑎 𝑏 𝑎 𝑏 9) 10) 11) 12) 1 0 0 0 1 0 0 0 1 1 2 3 0 1 4 0 0 1 a 0 0 0 b 0 0 0 c a 2 3 0 b 4 0 0 c 13) 14) 1 0 2 0 1 0 −1 0 1 1 2 3 0 1 4 −1 2 1
  • 71. 2. Verify the following inverse formula for 2x2 matrices. 𝑎 𝑏 𝑐 𝑑 –1 = 1 ad – bc 𝑑 –𝑏 –𝑐 𝑎 (Hint: you don’t have to compute the inverse, just check that their product is I so it must be the one and only inverse.) 3. Verify the that (AB) –1 = B –1 A–1. So if A and B are invertible then AB is invertible. Ex B. A matrix that has an inverse is said to be invertible. 1. (A–1 is unique) Verify that if A is invertible, then there is only one A–1. This means to show that if there are matrices B and C that invert A so that AB = BA = I and AC = CA = I, then B = C. 4. Verify that if AB is invertible, then A and B must be invertible. (Hint: Let C is (AB) –1, then A–1 or B –1 can be “solved”.) So if A or B is not invertible then AB is not invertible. Inverse Matrices
  • 72. (Answers to the odd problems) Exercise A. 𝐴−1 = 1 0 0 1 1) 𝐴−1 = 1/𝑎 −5/𝑎𝑏 0 1/𝑏 𝐴−1 = 1 13 1 −5 2 3 5) 𝐴−1 = 1 𝑎2 − 𝑏2 𝑎 −𝑏 −𝑏 𝑎 9) 𝐴−1 = 1 0 0 0 1 0 0 0 1 𝐴−1 = 1/a 0 0 0 1/b 0 0 0 1/c 13) 𝐴−1 = 1 3 1 0 −2 0 3 0 1 0 1 3) 7) 11) Inverse Matrices