SlideShare a Scribd company logo
4
Most read
5
Most read
6
Most read
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
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
(-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
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)
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
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

PPTX
2.0 rectangular coordinate system t
PPT
Section 6.3 properties of the trigonometric functions
PPTX
1.0 factoring trinomials the ac method and making lists-t
PPTX
1.1 exponents t
PDF
Довідник
PPTX
3.3 the fundamental theorem of algebra t
PDF
4.1 Inverse Functions
PPTX
Section 14.4 adding and subtracting rational expressions
2.0 rectangular coordinate system t
Section 6.3 properties of the trigonometric functions
1.0 factoring trinomials the ac method and making lists-t
1.1 exponents t
Довідник
3.3 the fundamental theorem of algebra t
4.1 Inverse Functions
Section 14.4 adding and subtracting rational expressions

What's hot (20)

PPTX
22 the fundamental theorem of algebra x
PPTX
Rewriting Linear Equation from standard form to slope intercept form
PPT
Diamond and box factoring student version
PPTX
Relations and Functions
PPT
Solving Systems of Linear Inequalities
PPT
Function transformations
PDF
Inverse trigonometric functions
PPT
Factoring by grouping ppt
PPT
Factoring Cubes
PPT
6.2 the indefinite integral
PPT
5.3 Direct Variation C
PPT
Factor theorem solving cubic equations
PDF
Algebra lineal-vectores-rectas-planos-rotaciones
PPTX
1 6 a_distance_formula
PPTX
The remainder theorem powerpoint
PPT
Функція. Область визначення та область значення. Способи задання функції
PPT
Direct and Inverse variations
PPT
Inverse trig functions
PPT
Systems of linear equations
PPTX
Solving quadratic inequalities
22 the fundamental theorem of algebra x
Rewriting Linear Equation from standard form to slope intercept form
Diamond and box factoring student version
Relations and Functions
Solving Systems of Linear Inequalities
Function transformations
Inverse trigonometric functions
Factoring by grouping ppt
Factoring Cubes
6.2 the indefinite integral
5.3 Direct Variation C
Factor theorem solving cubic equations
Algebra lineal-vectores-rectas-planos-rotaciones
1 6 a_distance_formula
The remainder theorem powerpoint
Функція. Область визначення та область значення. Способи задання функції
Direct and Inverse variations
Inverse trig functions
Systems of linear equations
Solving quadratic inequalities
Ad

Similar to 6.4 inverse matrices t (20)

PPTX
6.4 inverse matrices
PDF
Ma3bfet par 10.5 31 julie 2014
PDF
7 4
PPTX
Lesson 5 b solving matrix equations
PPT
systems of linear equations & matrices
PPT
Matrices - Mathematics
PDF
Lecture 3 Inverse matrices(hotom).pdf
PPT
determinants.ppt
PPT
determinants.ppt
PPTX
Presentation on matrix
PPTX
Prepared by
PPTX
Prepared by
PPTX
Matrix inverse
PPT
PPT
determinants and matrices in mathematics.ppt
PPT
Lecture 5 inverse of matrices - section 2-2 and 2-3
PPTX
2.2 inverse of a matrix
PPTX
the inverse of the matrix
PPT
Inverse of Matrices, for two by two and three by three
PPTX
Inverse of A Matrix
6.4 inverse matrices
Ma3bfet par 10.5 31 julie 2014
7 4
Lesson 5 b solving matrix equations
systems of linear equations & matrices
Matrices - Mathematics
Lecture 3 Inverse matrices(hotom).pdf
determinants.ppt
determinants.ppt
Presentation on matrix
Prepared by
Prepared by
Matrix inverse
determinants and matrices in mathematics.ppt
Lecture 5 inverse of matrices - section 2-2 and 2-3
2.2 inverse of a matrix
the inverse of the matrix
Inverse of Matrices, for two by two and three by three
Inverse of A Matrix
Ad

More from math260 (20)

PPTX
36 Matrix Algebra-x.pptx
PPTX
35 Special Cases System of Linear Equations-x.pptx
PPTX
18Ellipses-x.pptx
PPTX
11 graphs of first degree functions x
PPTX
10.5 more on language of functions x
PPTX
1 exponents yz
PPTX
9 the basic language of functions x
PPTX
8 inequalities and sign charts x
PPTX
7 sign charts of factorable formulas y
PPTX
19 more parabolas a& hyperbolas (optional) x
PPTX
18 ellipses x
PPTX
17 conic sections circles-x
PPTX
16 slopes and difference quotient x
PPTX
15 translations of graphs x
PPTX
14 graphs of factorable rational functions x
PPTX
13 graphs of factorable polynomials x
PPTX
12 graphs of second degree functions x
PPTX
10 rectangular coordinate system x
PPTX
11 graphs of first degree functions x
PPTX
9 the basic language of functions x
36 Matrix Algebra-x.pptx
35 Special Cases System of Linear Equations-x.pptx
18Ellipses-x.pptx
11 graphs of first degree functions x
10.5 more on language of functions x
1 exponents yz
9 the basic language of functions x
8 inequalities and sign charts x
7 sign charts of factorable formulas y
19 more parabolas a& hyperbolas (optional) x
18 ellipses x
17 conic sections circles-x
16 slopes and difference quotient x
15 translations of graphs x
14 graphs of factorable rational functions x
13 graphs of factorable polynomials x
12 graphs of second degree functions x
10 rectangular coordinate system x
11 graphs of first degree functions x
9 the basic language of functions x

Recently uploaded (20)

PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
01-Introduction-to-Information-Management.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Cell Types and Its function , kingdom of life
PPTX
Lesson notes of climatology university.
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Pre independence Education in Inndia.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Classroom Observation Tools for Teachers
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Computing-Curriculum for Schools in Ghana
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Basic Mud Logging Guide for educational purpose
PPTX
GDM (1) (1).pptx small presentation for students
O5-L3 Freight Transport Ops (International) V1.pdf
Insiders guide to clinical Medicine.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
O7-L3 Supply Chain Operations - ICLT Program
01-Introduction-to-Information-Management.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Cell Types and Its function , kingdom of life
Lesson notes of climatology university.
2.FourierTransform-ShortQuestionswithAnswers.pdf
Sports Quiz easy sports quiz sports quiz
Pre independence Education in Inndia.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Classroom Observation Tools for Teachers
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Computing-Curriculum for Schools in Ghana
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Basic Mud Logging Guide for educational purpose
GDM (1) (1).pptx small presentation for students

6.4 inverse matrices t

  • 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 .
  • 2. 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
  • 3. 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.
  • 4. 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.
  • 5. 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
  • 6. 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.
  • 7. 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
  • 8. 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
  • 9. (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