SlideShare une entreprise Scribd logo
1  sur  19
7.3 
Multivariate 
Linear Systems 
and Row 
Operations 
Copyright © 2011 Pearson, Inc.
What you’ll learn about 
 Triangular Forms for Linear Systems 
 Gaussian Elimination 
 Elementary Row Operations and Row Echelon Form 
 Reduced Row Echelon Form 
 Solving Systems with Inverse Matrices 
 Applications 
… and why 
Many applications in business and science are modeled 
by systems of linear equations in three or more 
variables. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 2
Equivalent Systems of Linear Equations 
The following operations produce an equivalent 
system of linear equations. 
1. Interchange any two equations of the system. 
2. Multiply (or divide) one of the equations by 
any nonzero real number. 
3. Add a multiple of one equation to any other 
equation in the system. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 3
Row Echelon Form of a Matrix 
A matrix is in row echelon form if the following 
conditions are satisfied. 
1. Rows consisting entirely of 0’s (if there are 
any) occur at the bottom of the matrix. 
2. The first entry in any row with nonzero 
entries is 1. 
3. The column subscript of the leading 1 entries 
increases as the row subscript increases. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 4
Elementary Row Operations on a Matrix 
A combination of the following operations will 
transform a matrix to row echelon form. 
1. Interchange any two rows. 
2. Multiply all elements of a row by a nonzero 
real number. 
3. Add a multiple of one row to any other row. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 5
Example Finding a Row Echelon Form 
Solve the system: 
2x  3y  z  1 
x  5y  3z  10 
3x  y  6z  5 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 6
Example Finding a Row Echelon Form 
2x  3y  z  1 
x  5y  3z  10 
3x  y  6z  5 
Apply elementary row operations to find a row echelon 
form of the augmented matrix. 
 
2 3 1 1 
 
 
1 5 3 10 
 
3 1 6 5 
 
 
 
 
 
 
uuRuu2r1 
 
1 5 3 10 
2 3 1 1 
3 1 6 5 
 
 
 
 
 
 
 
 
 
2R1  Ruuuuuuuuur2 
 
1 5 3 10 
0 13 5 21 
3 1 6 5 
 
 
 
 
 
 
 
 
 
3R1  Ruuuuuuuuur3 
 
1 5 3 10 
0 13 5 21 
0 14 3 25 
 
 
 
 
 
 
 
 
 
1 
13 
R2 uuuuur 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 7
Example Finding a Row Echelon Form 
1 5 3 10 
0 1 
5 
13 
21 
13 
0 14 3 25 
 
 
 
 
 
 
 
 
 
 
 
 
uu1u4uuRu2uuuRuur3 
1 5 3 10 
0 1 
5 
13 
21 
13 
0 0 
31 
13 
31 
13 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13 
31 
R3 uuuuuur 
1 5 3 10 
0 1 
5 
13 
21 
13 
0 0 1 1 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 8
Example Finding a Row Echelon Form 
Solve the system: 
2x  3y  z  1 
x  5y  3z  10 
3x  y  6z  5 
Convert the matrix to equations and solve by substitution. 
z  1; 
y  5 / 13  21/ 13 so y  2; 
x 10  3  10 so x  3. 
The solution is 3,  2,1. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 9
Reduced Row Echelon Form 
If we continue to apply elementary row 
operations to a row echelon form of a matrix, we 
can obtain a matrix in which every column that 
has a leading 1 has 0’s elsewhere. This is the 
reduced echelon form. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 10
Invertible Square Linear System 
Let A be the coefficient matrix of a system of n 
linear equations in n variables given by AX = B, 
where X is the n  1 matrix of variables and B is 
the n  1 matrix of numbers on the right-hand 
side of the equations. If A–1 exists, then the 
system of equations has the unique solution 
X = A–1B. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 11
Example Solving a System Using 
Inverse Matrices 
Solve the system 
2x  3y  0 
2x  2y  10 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 12
Example Solving a System Using 
Inverse Matrices 
Write the system as a matrix equation. 
Let A  
2 3 
2 2 
 
  
 
  
, X  
x 
y 
 
  
 
  
, and B  
 
0 
10 
  
 
  
. 
Then A X  
2 3 
2 2 
 
  
 
  
 
x 
y 
 
  
 
  
 
2x  3y 
2x  2y 
 
  
 
  
so that 
AX  B, where A is the coefficient matrix of the system. 
A-1 exists since det A  0. Use grapher to find 
X  A-1B  
 
15 
10 
  
 
  
. The solution of the system is (15,10). 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 13
Example Fitting a Parabola to Three Points 
Determine a, b, and c so that 3, 32, 1, 4 and 5, 40 
are on the graph of f x ax2  bx  c. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 14
Example Fitting a Parabola to Three Points 
Determine a, b, and c so that 3, 32, 1, 4 and 5, 40 
are on the graph of f x ax2  bx  c. 
We must have f 3 32, f 1 4, and f 5 40 
f 3 9a  3b  c  32 
f 1 a  b  c  4 
f 5 25a  5b  c  40 
A  
 
9 3 1 
1 1 1 
25 5 1 
 
 
 
 
 
 
 
 
 
, X  
a 
b 
c 
 
 
 
 
 
 
 
 
 
 
, and B  
32 
4 
40 
 
 
 
 
 
 
 
 
 
 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 15
Example Fitting a Parabola to Three Points 
Determine a, b, and c so that 3, 32, 1, 4 and 5, 40 
are on the graph of f x ax2  bx  c. 
A grapher shows that 
X  A1B  
 
2 
3 
5 
 
 
 
 
 
 
 
 
 
. 
Thus a  2, b  3, and c  5. 
The graph of the quadratic fucntion f x ax2  bx  c 
contains the three points (Ğ3, 32), (1, 4) and (5, 40). 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 16
Example Fitting a Parabola to Three Points 
Determine a, b, and c so that 3, 32, 1, 4 and 5, 40 
are on the graph of f x ax2  bx  c. 
Support Graphically 
The figure shows a graph 
of y1  2x2  3x  5 
superimposed on a scatter 
plot of the three points. 
The points appear to lie 
on the curve. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 17
Quick Review 
1. Find the amount of pure acid in 45L of a 58% 
acid solution. 
2. Find the amount of water in 30 L of a 28% 
acid solution. 
3. Is the point (0, 1) on the graph of the function 
f (x)  x3  4x 1? 
4. Solve for x in terms of the other variables: 
x  z  w  2 
5. Find the inverse of the matrix 
 
2 1 
0 3 
 
  
  
. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 18
Quick Review Solutions 
1. Find the amount of pure acid in 45L of a 58% 
acid solution. 26.1 L 
2. Find the amount of water in 30 L of a 28% 
acid solution. 21.6 L 
3. Is the point (0, 1) on the graph of the function 
f (x)  x3  4x 1? yes 
4. Solve for x in terms of the other variables: 
x  z  w  2 x  2  z  w 
5. Find the inverse of the matrix 
 
2 1 
0 3 
 
  
  
 
1/2 1/ 6 
0 1/ 3 
  
 
  
. 
Copyright © 2011 Pearson, Inc. Slide 7.3 - 19

Contenu connexe

Tendances (20)

Unit 2.5
Unit 2.5Unit 2.5
Unit 2.5
 
Unit 3.1
Unit 3.1Unit 3.1
Unit 3.1
 
Unit 2.1
Unit 2.1Unit 2.1
Unit 2.1
 
Unit 2.6
Unit 2.6Unit 2.6
Unit 2.6
 
Unit 2.3
Unit 2.3Unit 2.3
Unit 2.3
 
Unit 1.7
Unit 1.7Unit 1.7
Unit 1.7
 
Unit 3.4
Unit 3.4Unit 3.4
Unit 3.4
 
Unit 2.2
Unit 2.2Unit 2.2
Unit 2.2
 
Unit 2.4
Unit 2.4Unit 2.4
Unit 2.4
 
P
PP
P
 
Unit 1.2
Unit 1.2Unit 1.2
Unit 1.2
 
Unit 1.6
Unit 1.6Unit 1.6
Unit 1.6
 
Unit 1.5
Unit 1.5Unit 1.5
Unit 1.5
 
Unit 1.3
Unit 1.3Unit 1.3
Unit 1.3
 
Unit .5
Unit .5Unit .5
Unit .5
 
Unit 1.1
Unit 1.1Unit 1.1
Unit 1.1
 
Unit 1.4
Unit 1.4Unit 1.4
Unit 1.4
 
Unit 3.2
Unit 3.2Unit 3.2
Unit 3.2
 
Unit .4
Unit .4Unit .4
Unit .4
 
Chapter 3 exponential and logarithmic functions
Chapter 3 exponential and logarithmic functionsChapter 3 exponential and logarithmic functions
Chapter 3 exponential and logarithmic functions
 

Similaire à Unit 7.3

Due Week 10 and worth 250 pointsIn preparation for this assignme.docx
Due Week 10 and worth 250 pointsIn preparation for this assignme.docxDue Week 10 and worth 250 pointsIn preparation for this assignme.docx
Due Week 10 and worth 250 pointsIn preparation for this assignme.docx
jacksnathalie
 
Chapter 2 matrices
Chapter 2   matricesChapter 2   matrices
Chapter 2 matrices
sarkissk
 
07 chap3
07 chap307 chap3
07 chap3
ELIMENG
 
1  Part 2 Systems of Equations Which Do Not Have A Uni.docx
1  Part 2  Systems of Equations Which Do Not Have A Uni.docx1  Part 2  Systems of Equations Which Do Not Have A Uni.docx
1  Part 2 Systems of Equations Which Do Not Have A Uni.docx
eugeniadean34240
 
Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05
Charlton Inao
 

Similaire à Unit 7.3 (20)

Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/Slides
 
Due Week 10 and worth 250 pointsIn preparation for this assignme.docx
Due Week 10 and worth 250 pointsIn preparation for this assignme.docxDue Week 10 and worth 250 pointsIn preparation for this assignme.docx
Due Week 10 and worth 250 pointsIn preparation for this assignme.docx
 
Chapter 2 matrices
Chapter 2   matricesChapter 2   matrices
Chapter 2 matrices
 
lay_linalg5_01_01.pptx
lay_linalg5_01_01.pptxlay_linalg5_01_01.pptx
lay_linalg5_01_01.pptx
 
sec1_2.pdf
sec1_2.pdfsec1_2.pdf
sec1_2.pdf
 
Linear algebra03fallleturenotes01
Linear algebra03fallleturenotes01Linear algebra03fallleturenotes01
Linear algebra03fallleturenotes01
 
Introductory maths analysis chapter 03 official
Introductory maths analysis   chapter 03 officialIntroductory maths analysis   chapter 03 official
Introductory maths analysis chapter 03 official
 
Chapter3 linesparabolasandsystems-151003145646-lva1-app6891
Chapter3 linesparabolasandsystems-151003145646-lva1-app6891Chapter3 linesparabolasandsystems-151003145646-lva1-app6891
Chapter3 linesparabolasandsystems-151003145646-lva1-app6891
 
Chapter 3 - Lines , Parabolas and Systems
Chapter 3 - Lines , Parabolas and SystemsChapter 3 - Lines , Parabolas and Systems
Chapter 3 - Lines , Parabolas and Systems
 
Unit .3
Unit .3Unit .3
Unit .3
 
MAT1033.4.1.ppt
MAT1033.4.1.pptMAT1033.4.1.ppt
MAT1033.4.1.ppt
 
07 chap3
07 chap307 chap3
07 chap3
 
.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
 
Unit .7
Unit .7Unit .7
Unit .7
 
1  Part 2 Systems of Equations Which Do Not Have A Uni.docx
1  Part 2  Systems of Equations Which Do Not Have A Uni.docx1  Part 2  Systems of Equations Which Do Not Have A Uni.docx
1  Part 2 Systems of Equations Which Do Not Have A Uni.docx
 
Chapter 3: Linear Systems and Matrices - Part 2/Slides
Chapter 3: Linear Systems and Matrices - Part 2/SlidesChapter 3: Linear Systems and Matrices - Part 2/Slides
Chapter 3: Linear Systems and Matrices - Part 2/Slides
 
Newton Raphson Method.ppt
Newton Raphson Method.pptNewton Raphson Method.ppt
Newton Raphson Method.ppt
 
paper publication
paper publicationpaper publication
paper publication
 
Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05
 
Fst ch3 notes
Fst ch3 notesFst ch3 notes
Fst ch3 notes
 

Plus de Mark Ryder

Algebra 2 unit 10.7
Algebra 2 unit 10.7Algebra 2 unit 10.7
Algebra 2 unit 10.7
Mark Ryder
 

Plus de Mark Ryder (20)

Geometry 201 Unit 4.1
Geometry 201 Unit 4.1Geometry 201 Unit 4.1
Geometry 201 Unit 4.1
 
Algebra 302 unit 11.4
Algebra 302 unit 11.4Algebra 302 unit 11.4
Algebra 302 unit 11.4
 
Algebra 2 unit 10.6
Algebra 2 unit 10.6Algebra 2 unit 10.6
Algebra 2 unit 10.6
 
Algebra 2 unit 10.7
Algebra 2 unit 10.7Algebra 2 unit 10.7
Algebra 2 unit 10.7
 
Algebra 2 unit 10.5
Algebra 2 unit 10.5Algebra 2 unit 10.5
Algebra 2 unit 10.5
 
Algebra 2 unit 10.4
Algebra 2 unit 10.4Algebra 2 unit 10.4
Algebra 2 unit 10.4
 
Algebra 2 unit 10.3
Algebra 2 unit 10.3Algebra 2 unit 10.3
Algebra 2 unit 10.3
 
Algebra 2 unit 10.2
Algebra 2 unit 10.2Algebra 2 unit 10.2
Algebra 2 unit 10.2
 
11.1 combination and permutations
11.1 combination and permutations11.1 combination and permutations
11.1 combination and permutations
 
Unit 11.3 probability of multiple events
Unit 11.3 probability of multiple eventsUnit 11.3 probability of multiple events
Unit 11.3 probability of multiple events
 
Unit 11.2 experimental probability
Unit 11.2 experimental probabilityUnit 11.2 experimental probability
Unit 11.2 experimental probability
 
Unit 11.2 theoretical probability
Unit 11.2 theoretical probabilityUnit 11.2 theoretical probability
Unit 11.2 theoretical probability
 
11.1 11.1 combination and permutations
11.1 11.1 combination and permutations11.1 11.1 combination and permutations
11.1 11.1 combination and permutations
 
Geometry 201 unit 5.7
Geometry 201 unit 5.7Geometry 201 unit 5.7
Geometry 201 unit 5.7
 
Geometry 201 unit 5.5
Geometry 201 unit 5.5Geometry 201 unit 5.5
Geometry 201 unit 5.5
 
Geometry 201 unit 5.4
Geometry 201 unit 5.4Geometry 201 unit 5.4
Geometry 201 unit 5.4
 
Geometry 201 unit 5.3
Geometry 201 unit 5.3Geometry 201 unit 5.3
Geometry 201 unit 5.3
 
Geometry 201 unit 4.7
Geometry 201 unit 4.7Geometry 201 unit 4.7
Geometry 201 unit 4.7
 
Geometry 201 unit 4.4
Geometry 201 unit 4.4Geometry 201 unit 4.4
Geometry 201 unit 4.4
 
Geometry 201 unit 4.3
Geometry 201 unit 4.3Geometry 201 unit 4.3
Geometry 201 unit 4.3
 

Dernier

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Dernier (20)

INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 

Unit 7.3

  • 1. 7.3 Multivariate Linear Systems and Row Operations Copyright © 2011 Pearson, Inc.
  • 2. What you’ll learn about  Triangular Forms for Linear Systems  Gaussian Elimination  Elementary Row Operations and Row Echelon Form  Reduced Row Echelon Form  Solving Systems with Inverse Matrices  Applications … and why Many applications in business and science are modeled by systems of linear equations in three or more variables. Copyright © 2011 Pearson, Inc. Slide 7.3 - 2
  • 3. Equivalent Systems of Linear Equations The following operations produce an equivalent system of linear equations. 1. Interchange any two equations of the system. 2. Multiply (or divide) one of the equations by any nonzero real number. 3. Add a multiple of one equation to any other equation in the system. Copyright © 2011 Pearson, Inc. Slide 7.3 - 3
  • 4. Row Echelon Form of a Matrix A matrix is in row echelon form if the following conditions are satisfied. 1. Rows consisting entirely of 0’s (if there are any) occur at the bottom of the matrix. 2. The first entry in any row with nonzero entries is 1. 3. The column subscript of the leading 1 entries increases as the row subscript increases. Copyright © 2011 Pearson, Inc. Slide 7.3 - 4
  • 5. Elementary Row Operations on a Matrix A combination of the following operations will transform a matrix to row echelon form. 1. Interchange any two rows. 2. Multiply all elements of a row by a nonzero real number. 3. Add a multiple of one row to any other row. Copyright © 2011 Pearson, Inc. Slide 7.3 - 5
  • 6. Example Finding a Row Echelon Form Solve the system: 2x  3y  z  1 x  5y  3z  10 3x  y  6z  5 Copyright © 2011 Pearson, Inc. Slide 7.3 - 6
  • 7. Example Finding a Row Echelon Form 2x  3y  z  1 x  5y  3z  10 3x  y  6z  5 Apply elementary row operations to find a row echelon form of the augmented matrix.  2 3 1 1   1 5 3 10  3 1 6 5       uuRuu2r1  1 5 3 10 2 3 1 1 3 1 6 5          2R1  Ruuuuuuuuur2  1 5 3 10 0 13 5 21 3 1 6 5          3R1  Ruuuuuuuuur3  1 5 3 10 0 13 5 21 0 14 3 25          1 13 R2 uuuuur Copyright © 2011 Pearson, Inc. Slide 7.3 - 7
  • 8. Example Finding a Row Echelon Form 1 5 3 10 0 1 5 13 21 13 0 14 3 25             uu1u4uuRu2uuuRuur3 1 5 3 10 0 1 5 13 21 13 0 0 31 13 31 13                 13 31 R3 uuuuuur 1 5 3 10 0 1 5 13 21 13 0 0 1 1             Copyright © 2011 Pearson, Inc. Slide 7.3 - 8
  • 9. Example Finding a Row Echelon Form Solve the system: 2x  3y  z  1 x  5y  3z  10 3x  y  6z  5 Convert the matrix to equations and solve by substitution. z  1; y  5 / 13  21/ 13 so y  2; x 10  3  10 so x  3. The solution is 3,  2,1. Copyright © 2011 Pearson, Inc. Slide 7.3 - 9
  • 10. Reduced Row Echelon Form If we continue to apply elementary row operations to a row echelon form of a matrix, we can obtain a matrix in which every column that has a leading 1 has 0’s elsewhere. This is the reduced echelon form. Copyright © 2011 Pearson, Inc. Slide 7.3 - 10
  • 11. Invertible Square Linear System Let A be the coefficient matrix of a system of n linear equations in n variables given by AX = B, where X is the n  1 matrix of variables and B is the n  1 matrix of numbers on the right-hand side of the equations. If A–1 exists, then the system of equations has the unique solution X = A–1B. Copyright © 2011 Pearson, Inc. Slide 7.3 - 11
  • 12. Example Solving a System Using Inverse Matrices Solve the system 2x  3y  0 2x  2y  10 Copyright © 2011 Pearson, Inc. Slide 7.3 - 12
  • 13. Example Solving a System Using Inverse Matrices Write the system as a matrix equation. Let A  2 3 2 2       , X  x y       , and B   0 10      . Then A X  2 3 2 2        x y        2x  3y 2x  2y       so that AX  B, where A is the coefficient matrix of the system. A-1 exists since det A  0. Use grapher to find X  A-1B   15 10      . The solution of the system is (15,10). Copyright © 2011 Pearson, Inc. Slide 7.3 - 13
  • 14. Example Fitting a Parabola to Three Points Determine a, b, and c so that 3, 32, 1, 4 and 5, 40 are on the graph of f x ax2  bx  c. Copyright © 2011 Pearson, Inc. Slide 7.3 - 14
  • 15. Example Fitting a Parabola to Three Points Determine a, b, and c so that 3, 32, 1, 4 and 5, 40 are on the graph of f x ax2  bx  c. We must have f 3 32, f 1 4, and f 5 40 f 3 9a  3b  c  32 f 1 a  b  c  4 f 5 25a  5b  c  40 A   9 3 1 1 1 1 25 5 1          , X  a b c           , and B  32 4 40           Copyright © 2011 Pearson, Inc. Slide 7.3 - 15
  • 16. Example Fitting a Parabola to Three Points Determine a, b, and c so that 3, 32, 1, 4 and 5, 40 are on the graph of f x ax2  bx  c. A grapher shows that X  A1B   2 3 5          . Thus a  2, b  3, and c  5. The graph of the quadratic fucntion f x ax2  bx  c contains the three points (Ğ3, 32), (1, 4) and (5, 40). Copyright © 2011 Pearson, Inc. Slide 7.3 - 16
  • 17. Example Fitting a Parabola to Three Points Determine a, b, and c so that 3, 32, 1, 4 and 5, 40 are on the graph of f x ax2  bx  c. Support Graphically The figure shows a graph of y1  2x2  3x  5 superimposed on a scatter plot of the three points. The points appear to lie on the curve. Copyright © 2011 Pearson, Inc. Slide 7.3 - 17
  • 18. Quick Review 1. Find the amount of pure acid in 45L of a 58% acid solution. 2. Find the amount of water in 30 L of a 28% acid solution. 3. Is the point (0, 1) on the graph of the function f (x)  x3  4x 1? 4. Solve for x in terms of the other variables: x  z  w  2 5. Find the inverse of the matrix  2 1 0 3      . Copyright © 2011 Pearson, Inc. Slide 7.3 - 18
  • 19. Quick Review Solutions 1. Find the amount of pure acid in 45L of a 58% acid solution. 26.1 L 2. Find the amount of water in 30 L of a 28% acid solution. 21.6 L 3. Is the point (0, 1) on the graph of the function f (x)  x3  4x 1? yes 4. Solve for x in terms of the other variables: x  z  w  2 x  2  z  w 5. Find the inverse of the matrix  2 1 0 3       1/2 1/ 6 0 1/ 3      . Copyright © 2011 Pearson, Inc. Slide 7.3 - 19