SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
SECTION 3.2

MATRICES AND GAUSSIAN ELIMINATION
Because the linear systems in Problems 1-10 are already in echelon form, we need only start at the
end of the list of unknowns and work backwards.

1.     Starting with x3 = 2 from the third equation, the second equation gives x2 = 0, and then
       the first equation gives x1 = 1.

2.     Starting with x3 = −3 from the third equation, the second equation gives x2 = 1, and
       then the first equation gives x1 = 5.

3.     If we set x3 = t then the second equation gives x2 = 2 + 5t , and next the first equation
       gives x1 = 13 + 11t.

4.     If we set x3 = t then the second equation gives x2 = 5 + 7t , and next the first equation
       gives x1 = 35 + 33t.

5.     If we set x4 = t then the third equation gives x3 = 5 + 3t , next the second equation gives
        x2 = 6 + t , and finally the first equation gives x1 = 13 + 4t.

6.     If we set x3 = t and x4 = −4 from the third equation, then the second equation gives
        x2 = 11 + 3t , and next the first equation gives x1 = 17 + t.

7.     If we set x3 = s and x4 = t , then the second equation gives x2 = 7 + 2 s − 7t , and next
       the first equation gives x1 = 3 − 8s + 19t.

8.     If we set x2 = s and x4 = t , then the second equation gives x3 = 10 − 3t , and next the
       first equation gives x1 = −25 + 10 s + 22t.

9.     Starting with x4 = 6 from the fourth equation, the third equation gives x3 = −5, next the
       second equation gives x2 = 3, and finally the first equation gives x1 = 1.

10.    If we set x3 = s and x5 = t , then the third equation gives x4 = 5t , next the second
       equation gives x2 = 13s − 8t , and finally the first equation gives x1 = 63s − 16t.

In each of Problems 11-22, we give just the first two or three steps in the reduction. Then we
display a resulting echelon form E of the augmented coefficient matrix A of the given linear
system, and finally list the resulting solution (if any). The student should understand that the
echelon matrix E is not unique, so a different sequence of elementary row operations may
produce a different echelon matrix.

11.    Begin by interchanging rows 1 and 2 of A. Then subtract twice row 1 both from row 2
       and from row 3.

           1 3 2 5 
       E = 0 1 0 −2  ;
                              x1 = 3, x2 = −2, x3 = 4
           0 0 1 4 
                    

12.    Begin by subtracting row 2 of A from row 1. Then subtract twice row 1 both from row
       2 and from row 3.

           1 −6 −4 15 
       E = 0 1 0 −3 ;
                                x1 = 5, x2 = −3, x3 = 2
           0 0 1 2 
                      

13.    Begin by subtracting twice row 1 of A both from row 2 and from row 3. Then add row
       2 to row 3.

           1 3 3 13
       E = 0 1 2 3  ;
                             x1 = 4 + 3t , x2 = 3 − 2t , x3 = t
           0 0 0 0 
                   

14.    Begin by interchanging rows 1 and 3 of A. Then subtract twice row 1 from row 2, and
       three times row 1 from row 3.

            1 −2 − 2 −9 
       E = 0 0 1 7  ;
                                x1 = 5 + 2t , x2 = t , x3 = 7
           0 0 0 0 
                        

15.    Begin by interchanging rows 1 and 2 of A. Then subtract three times row 1 from row 2,
       and five times row 1 from row 3.

           1 1 1 1 
       E =  0 1 3 3 .
                                  The system has no solution.
           0 0 0 1
                   
16.   Begin by subtracting row 1 from row 2 of A. Then interchange rows 1 and 2. Next
      subtract twice row 1 from row 2, and five times row 1 from row 3.

           1 −4 − 7 6 
      E = 0 1
                 2 0 .
                                     The system has no solution.
          0 0 0 1
                      

17.    x1 − 4 x2 − 3 x3 − 3 x4 = 4
      2 x1 − 6 x2 − 5 x3 − 5 x4 = 5
      3x1 − x2 − 4 x3 − 5 x4 = − 7
      [The first printing of the textbook had a misprinted 2 (instead of 4) as the right-hand
      side constant in the first equation.] Begin by subtracting twice row 1 from row 2 of A,
      and three times row 1 from row 3.

           1 −4 − 3 −3 4 
      E = 0 1 0 −1 −4  ;
                                       x1 = 3 − 2t , x2 = −4 + t , x3 = 5 − 3t , x4 = t
          0 0 1 3 5 
                         

18.   Begin by subtracting row 3 from row 1 of A. Then subtract 3 times row 1 from row 2,
      and twice row 1 from row 3.

          1 −2 −4 −13 −8 
      E = 0 0 1
                   4   3 ;
                                         x1 = 4 + 2 s − 3t , x2 = s, x3 = 3 − 4t , x4 = t
          0 0 0
                   0  0 

19.   Begin by interchanging rows 1 and 2 of A. Then subtract three times row 1 from row 2,
      and four times row 1 from row 3.

           1 −2 5 −5 −7 
      E =  0 1 −2 3 5  ;
                                       x1 = 3 − s − t , x2 = 5 + 2s − 3t , x3 = s, x4 = t
          0 0 0 0 0 
                        

20.   Begin by interchanging rows 1 and 2 of A. Then subtract twice row 1 from row 2, and
      five times row 1 from row 3.

           1 3 2 −7 3 9 
      E = 0 1 3 −7 2 7  ;
                                      x1 = 2 + 3t , x2 = 1 + s − 2t , x3 = 2 + 2s , x4 = s, x5 = t
           0 0 1 −2 0 2 
                        
21.   Begin by subtracting twice row 1 from row 2, three times row 1 from row 3, and four
      times row 1 from row 4.

          1    1   1   0 6
          0    1   5   1 20 
      E =                   ;      x1 = 2, x2 = 1, x3 = 3, x4 = 4
          0    0   1   0 3
                            
          0    0   0   1 4

22.   Begin by subtracting row 4 from row 1. Then subtracting twice row 1 from row 2, four
      times row 1 from row 3, and three times row 1 from row 4.

           1 −2 − 4       0 −9 
          0 1 6           1 21
      E =                      ;      x1 = 3, x2 = −2, x3 = 4, x4 = −1
          0 0 1           0 4
                               
          0 0 0           1 −1

23.   If we subtract twice the first row from the second row, we obtain the echelon form

                                          3 2   1 
                                      E =           
                                          0 0 k − 2 

      of the augmented coefficient matrix. It follows that the given system has no solutions unless
      k = 2, in which case it has infinitely many solutions given by x1 = 1 (1 − 2t ), x2 = t.
                                                                          3


24.   If we subtract twice the first row from the second row, we obtain the echelon form

                                          3   2   0
                                      E =           
                                          0 k − 4 0 

      of the augmented coefficient matrix. It follows that the given system has only the trivial
      solution x1 = x2 = 0 unless k = 4, in which case it has infinitely many solutions given by
       x1 = − 2 t , x2 = t.
              3


25.   If we subtract twice the first row from the second row, we obtain the echelon form

                                          3   2   11 
                                      E =            
                                          0 k − 4 −1

      of the augmented coefficient matrix. It follows that the given system has a unique solution
      if k ≠ 4, but no solution if k = 4.
26.   If we first subtract twice the first row from the second row, then interchange the two rows,
      and finally subtract 3 times the first row from the second row, then we obtain the echelon
      form
                                              1 1 k − 2 
                                        E =                
                                              0 1 3k − 7 

      of the augmented coefficient matrix. It follows that the given system has a unique solution
      whatever the value of k.

27.   If we first subtract twice the first row from the second row, then subtract 4 times the first
      row from the third row, and finally subtract the second row from the third row , we obtain
      the echelon form
                                              1 2 1        3 
                                        E =  0 5 5        1  
                                              0 0 0 k − 11
                                                               

      of the augmented coefficient matrix. It follows that the given system has no solution unless
      k = 11, in which case it has infinitely many solutions with x3 arbitrary.

28.   If we first interchange rows 1 and 2, then subtract twice the first row from the second row,
      next subtract 7 times the first row from the third row, and finally subtract twice the second
      row from the third row , we obtain the echelon form

                                              1 2 1      b      
                                              0 −5 1
                                          E =          a − 2b  
                                              0 0 0 c − 2a − 3b 
                                                                

      of the augmented coefficient matrix. It follows that the given system has no solution unless
      c = 2a + 3b, in which case it has infinitely many solutions with x3 arbitrary.

29.   In each of parts (a)-(c), we start with a typical 2 × 2 matrix A and carry out two row
      successive operations as indicated, observing that we wind up with the original matrix A.

                   s t  c R2  s t              (1/ c ) R 2   s t 
      (a)     A =       →  cu cv                  →          u v  = A
                  u v                                            

                  s t       SWAP ( R1, R 2)   u v       SWAP ( R1, R 2)     s t 
      (b)     A =                 →           s t            →              u v  = A
                  u v                                                           

                  s t       c R1+ R 2    u       v            ( − c ) R1+ R 2   s t 
      (c)     A =             →         cu + s cv + t              →            u v  = A
                  u v                                                               
Since we therefore can "reverse" any single elementary row operation, it follows that we can
      reverse any finite sequence of such operations — on at a time — so part (d) follows.

30.   (a)     This part is essentially obvious, because a multiple of an equation that is satisfied is
      also satisfied, and the sum of two equations that are satisfied is one that is also satisfied.
      (b)      Let us write A1 = B1 , B 2 ,  , B n , B n+1 = A 2 where each matrix B k +1 is obtained
      from B k by a single elementary row operation (for k = 1, 2,  , n ). Then it follows by n
      applications of part (a) that every solution of the system LS1 associated with the matrix A1
      is also a solution of the system LS2 associated with the matrix A2. But part (d) of Problem
      29 implies that A1 also can be obtained by A2 by elementary row operations, so by the
      same token every solution of LS2 is also a solution of LS1.

Weitere ähnliche Inhalte

Was ist angesagt?

Solve Systems By Elimination
Solve Systems By EliminationSolve Systems By Elimination
Solve Systems By Elimination
swartzje
 
Nov. 16 Quadratic Inequalities
Nov. 16 Quadratic InequalitiesNov. 16 Quadratic Inequalities
Nov. 16 Quadratic Inequalities
RyanWatt
 
Remainder & Factor Theorems
Remainder & Factor TheoremsRemainder & Factor Theorems
Remainder & Factor Theorems
Lori Rapp
 
Solving System of Equations by Substitution
Solving System of Equations by SubstitutionSolving System of Equations by Substitution
Solving System of Equations by Substitution
Twinkiebear7
 
February 13, 2015
February 13, 2015February 13, 2015
February 13, 2015
khyps13
 
Solving Systems - Elimination NOTES
Solving Systems - Elimination NOTESSolving Systems - Elimination NOTES
Solving Systems - Elimination NOTES
swartzje
 
Notes solving polynomials using synthetic division
Notes   solving polynomials using synthetic divisionNotes   solving polynomials using synthetic division
Notes solving polynomials using synthetic division
Lori Rapp
 
4 3 solving linear systems by elimination
4 3 solving linear systems by elimination4 3 solving linear systems by elimination
4 3 solving linear systems by elimination
hisema01
 
Solving systems with elimination
Solving systems with eliminationSolving systems with elimination
Solving systems with elimination
Amanda Ann
 

Was ist angesagt? (20)

Sistema de ecuaciones
Sistema de ecuacionesSistema de ecuaciones
Sistema de ecuaciones
 
Sect4 3
Sect4 3Sect4 3
Sect4 3
 
Module 1 polynomial functions
Module 1   polynomial functionsModule 1   polynomial functions
Module 1 polynomial functions
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 
Solve Systems By Elimination
Solve Systems By EliminationSolve Systems By Elimination
Solve Systems By Elimination
 
Nov. 16 Quadratic Inequalities
Nov. 16 Quadratic InequalitiesNov. 16 Quadratic Inequalities
Nov. 16 Quadratic Inequalities
 
Remainder & Factor Theorems
Remainder & Factor TheoremsRemainder & Factor Theorems
Remainder & Factor Theorems
 
Solving System of Equations by Substitution
Solving System of Equations by SubstitutionSolving System of Equations by Substitution
Solving System of Equations by Substitution
 
Advance algebra
Advance algebraAdvance algebra
Advance algebra
 
Funcion lineal y cuadratica
Funcion lineal y cuadraticaFuncion lineal y cuadratica
Funcion lineal y cuadratica
 
0906 ch 9 day 6
0906 ch 9 day 60906 ch 9 day 6
0906 ch 9 day 6
 
February 13, 2015
February 13, 2015February 13, 2015
February 13, 2015
 
Solving Systems - Elimination NOTES
Solving Systems - Elimination NOTESSolving Systems - Elimination NOTES
Solving Systems - Elimination NOTES
 
Notes solving polynomials using synthetic division
Notes   solving polynomials using synthetic divisionNotes   solving polynomials using synthetic division
Notes solving polynomials using synthetic division
 
U3 10 sistemas de ecuaciones
U3   10 sistemas de ecuacionesU3   10 sistemas de ecuaciones
U3 10 sistemas de ecuaciones
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
4 3 solving linear systems by elimination
4 3 solving linear systems by elimination4 3 solving linear systems by elimination
4 3 solving linear systems by elimination
 
Solution of system of linear equations by elimination
Solution of system of linear equations by eliminationSolution of system of linear equations by elimination
Solution of system of linear equations by elimination
 
Solving systems with elimination
Solving systems with eliminationSolving systems with elimination
Solving systems with elimination
 
6.3 presentation
6.3 presentation6.3 presentation
6.3 presentation
 

Andere mochten auch

1.7 linear inequalities
1.7 linear inequalities1.7 linear inequalities
1.7 linear inequalities
hisema01
 
Quadratics Equations
Quadratics EquationsQuadratics Equations
Quadratics Equations
roszelan
 
Quadratic equations lesson 3
Quadratic equations lesson 3Quadratic equations lesson 3
Quadratic equations lesson 3
KathManarang
 
Quadratic Equations Graphing
Quadratic Equations   GraphingQuadratic Equations   Graphing
Quadratic Equations Graphing
kliegey524
 
Quadratic Equations (Quadratic Formula) Using PowerPoint
Quadratic Equations (Quadratic Formula) Using PowerPointQuadratic Equations (Quadratic Formula) Using PowerPoint
Quadratic Equations (Quadratic Formula) Using PowerPoint
richrollo
 
QUADRATIC EQUATIONS
QUADRATIC EQUATIONSQUADRATIC EQUATIONS
QUADRATIC EQUATIONS
hiratufail
 
Chapter 3. linear equation and linear equalities in one variables
Chapter 3. linear equation and linear equalities in one variablesChapter 3. linear equation and linear equalities in one variables
Chapter 3. linear equation and linear equalities in one variables
monomath
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
RyanWatt
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
itutor
 

Andere mochten auch (20)

1.7 linear inequalities
1.7 linear inequalities1.7 linear inequalities
1.7 linear inequalities
 
Graph Quadratics
Graph QuadraticsGraph Quadratics
Graph Quadratics
 
Solving Literal Equations
Solving Literal EquationsSolving Literal Equations
Solving Literal Equations
 
quadratic equations-1
quadratic equations-1quadratic equations-1
quadratic equations-1
 
Chapter 2 : EQUATIONS AND INEQUALITIES
Chapter 2 : EQUATIONS AND INEQUALITIESChapter 2 : EQUATIONS AND INEQUALITIES
Chapter 2 : EQUATIONS AND INEQUALITIES
 
Quadratics Equations
Quadratics EquationsQuadratics Equations
Quadratics Equations
 
Algebra equations & inequalities
Algebra equations & inequalitiesAlgebra equations & inequalities
Algebra equations & inequalities
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
 
Equations and inequalities
Equations and inequalitiesEquations and inequalities
Equations and inequalities
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
 
Quadratic equations lesson 3
Quadratic equations lesson 3Quadratic equations lesson 3
Quadratic equations lesson 3
 
Quadratic Equations Graphing
Quadratic Equations   GraphingQuadratic Equations   Graphing
Quadratic Equations Graphing
 
Quadratic Equations (Quadratic Formula) Using PowerPoint
Quadratic Equations (Quadratic Formula) Using PowerPointQuadratic Equations (Quadratic Formula) Using PowerPoint
Quadratic Equations (Quadratic Formula) Using PowerPoint
 
QUADRATIC EQUATIONS
QUADRATIC EQUATIONSQUADRATIC EQUATIONS
QUADRATIC EQUATIONS
 
Solving Systems of Equations and Inequalities by Graphing
Solving Systems of Equations and Inequalities by GraphingSolving Systems of Equations and Inequalities by Graphing
Solving Systems of Equations and Inequalities by Graphing
 
Quadratic functions my maths presentation
Quadratic functions my maths presentationQuadratic functions my maths presentation
Quadratic functions my maths presentation
 
Chapter 3. linear equation and linear equalities in one variables
Chapter 3. linear equation and linear equalities in one variablesChapter 3. linear equation and linear equalities in one variables
Chapter 3. linear equation and linear equalities in one variables
 
Quadratic equation
Quadratic equation   Quadratic equation
Quadratic equation
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
 

Ähnlich wie Sect3 2

algebra lesson notes (best).pdf
algebra lesson notes (best).pdfalgebra lesson notes (best).pdf
algebra lesson notes (best).pdf
CyprianObota
 
Solving Linear Equations
Solving Linear EquationsSolving Linear Equations
Solving Linear Equations
taco40
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
Brit4
 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometry
dionesioable
 
Final presentation
Final presentationFinal presentation
Final presentation
paezp
 
7 3elimination
7 3elimination7 3elimination
7 3elimination
taco40
 

Ähnlich wie Sect3 2 (20)

Elementary-linear-algebra- chapter 1.pdf
Elementary-linear-algebra- chapter 1.pdfElementary-linear-algebra- chapter 1.pdf
Elementary-linear-algebra- chapter 1.pdf
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
 
algebra lesson notes (best).pdf
algebra lesson notes (best).pdfalgebra lesson notes (best).pdf
algebra lesson notes (best).pdf
 
Alg2 lesson 8-7
Alg2 lesson 8-7Alg2 lesson 8-7
Alg2 lesson 8-7
 
Gauss Jordan
Gauss JordanGauss Jordan
Gauss Jordan
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Solving Linear Equations
Solving Linear EquationsSolving Linear Equations
Solving Linear Equations
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometry
 
Elimination of Systems of Linear Equation
Elimination of Systems of Linear EquationElimination of Systems of Linear Equation
Elimination of Systems of Linear Equation
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Systems of linear equations; matrices
Systems of linear equations; matricesSystems of linear equations; matrices
Systems of linear equations; matrices
 
7 3elimination
7 3elimination7 3elimination
7 3elimination
 
7.4
7.47.4
7.4
 
Sol56
Sol56Sol56
Sol56
 
Sol56
Sol56Sol56
Sol56
 
Orthogonal trajectories
Orthogonal trajectoriesOrthogonal trajectories
Orthogonal trajectories
 
Orthogonal trajectories
Orthogonal trajectoriesOrthogonal trajectories
Orthogonal trajectories
 
.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
 
Advanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdfAdvanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdf
 

Mehr von inKFUPM (20)

Tb10
Tb10Tb10
Tb10
 
Tb18
Tb18Tb18
Tb18
 
Tb14
Tb14Tb14
Tb14
 
Tb13
Tb13Tb13
Tb13
 
Tb17
Tb17Tb17
Tb17
 
Tb16
Tb16Tb16
Tb16
 
Tb15
Tb15Tb15
Tb15
 
Tb12
Tb12Tb12
Tb12
 
Tb11
Tb11Tb11
Tb11
 
Tb09
Tb09Tb09
Tb09
 
Tb05
Tb05Tb05
Tb05
 
Tb07
Tb07Tb07
Tb07
 
Tb04
Tb04Tb04
Tb04
 
Tb02
Tb02Tb02
Tb02
 
Tb03
Tb03Tb03
Tb03
 
Tb06
Tb06Tb06
Tb06
 
Tb01
Tb01Tb01
Tb01
 
Tb08
Tb08Tb08
Tb08
 
21221
2122121221
21221
 
Sect5 6
Sect5 6Sect5 6
Sect5 6
 

Kürzlich hochgeladen

Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
dlhescort
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
amitlee9823
 
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Anamikakaur10
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
amitlee9823
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
daisycvs
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
Abortion pills in Kuwait Cytotec pills in Kuwait
 

Kürzlich hochgeladen (20)

Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
 
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceEluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
 
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
 
Malegaon Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Malegaon Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort ServiceMalegaon Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Malegaon Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
 
Falcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business Growth
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 

Sect3 2

  • 1. SECTION 3.2 MATRICES AND GAUSSIAN ELIMINATION Because the linear systems in Problems 1-10 are already in echelon form, we need only start at the end of the list of unknowns and work backwards. 1. Starting with x3 = 2 from the third equation, the second equation gives x2 = 0, and then the first equation gives x1 = 1. 2. Starting with x3 = −3 from the third equation, the second equation gives x2 = 1, and then the first equation gives x1 = 5. 3. If we set x3 = t then the second equation gives x2 = 2 + 5t , and next the first equation gives x1 = 13 + 11t. 4. If we set x3 = t then the second equation gives x2 = 5 + 7t , and next the first equation gives x1 = 35 + 33t. 5. If we set x4 = t then the third equation gives x3 = 5 + 3t , next the second equation gives x2 = 6 + t , and finally the first equation gives x1 = 13 + 4t. 6. If we set x3 = t and x4 = −4 from the third equation, then the second equation gives x2 = 11 + 3t , and next the first equation gives x1 = 17 + t. 7. If we set x3 = s and x4 = t , then the second equation gives x2 = 7 + 2 s − 7t , and next the first equation gives x1 = 3 − 8s + 19t. 8. If we set x2 = s and x4 = t , then the second equation gives x3 = 10 − 3t , and next the first equation gives x1 = −25 + 10 s + 22t. 9. Starting with x4 = 6 from the fourth equation, the third equation gives x3 = −5, next the second equation gives x2 = 3, and finally the first equation gives x1 = 1. 10. If we set x3 = s and x5 = t , then the third equation gives x4 = 5t , next the second equation gives x2 = 13s − 8t , and finally the first equation gives x1 = 63s − 16t. In each of Problems 11-22, we give just the first two or three steps in the reduction. Then we display a resulting echelon form E of the augmented coefficient matrix A of the given linear system, and finally list the resulting solution (if any). The student should understand that the
  • 2. echelon matrix E is not unique, so a different sequence of elementary row operations may produce a different echelon matrix. 11. Begin by interchanging rows 1 and 2 of A. Then subtract twice row 1 both from row 2 and from row 3. 1 3 2 5  E = 0 1 0 −2  ;   x1 = 3, x2 = −2, x3 = 4 0 0 1 4    12. Begin by subtracting row 2 of A from row 1. Then subtract twice row 1 both from row 2 and from row 3. 1 −6 −4 15  E = 0 1 0 −3 ;   x1 = 5, x2 = −3, x3 = 2 0 0 1 2    13. Begin by subtracting twice row 1 of A both from row 2 and from row 3. Then add row 2 to row 3. 1 3 3 13 E = 0 1 2 3  ;   x1 = 4 + 3t , x2 = 3 − 2t , x3 = t 0 0 0 0    14. Begin by interchanging rows 1 and 3 of A. Then subtract twice row 1 from row 2, and three times row 1 from row 3.  1 −2 − 2 −9  E = 0 0 1 7  ;   x1 = 5 + 2t , x2 = t , x3 = 7 0 0 0 0    15. Begin by interchanging rows 1 and 2 of A. Then subtract three times row 1 from row 2, and five times row 1 from row 3. 1 1 1 1  E =  0 1 3 3 .   The system has no solution. 0 0 0 1  
  • 3. 16. Begin by subtracting row 1 from row 2 of A. Then interchange rows 1 and 2. Next subtract twice row 1 from row 2, and five times row 1 from row 3.  1 −4 − 7 6  E = 0 1  2 0 .  The system has no solution. 0 0 0 1   17. x1 − 4 x2 − 3 x3 − 3 x4 = 4 2 x1 − 6 x2 − 5 x3 − 5 x4 = 5 3x1 − x2 − 4 x3 − 5 x4 = − 7 [The first printing of the textbook had a misprinted 2 (instead of 4) as the right-hand side constant in the first equation.] Begin by subtracting twice row 1 from row 2 of A, and three times row 1 from row 3.  1 −4 − 3 −3 4  E = 0 1 0 −1 −4  ;   x1 = 3 − 2t , x2 = −4 + t , x3 = 5 − 3t , x4 = t 0 0 1 3 5    18. Begin by subtracting row 3 from row 1 of A. Then subtract 3 times row 1 from row 2, and twice row 1 from row 3. 1 −2 −4 −13 −8  E = 0 0 1  4 3 ;  x1 = 4 + 2 s − 3t , x2 = s, x3 = 3 − 4t , x4 = t 0 0 0  0 0  19. Begin by interchanging rows 1 and 2 of A. Then subtract three times row 1 from row 2, and four times row 1 from row 3.  1 −2 5 −5 −7  E =  0 1 −2 3 5  ;   x1 = 3 − s − t , x2 = 5 + 2s − 3t , x3 = s, x4 = t 0 0 0 0 0    20. Begin by interchanging rows 1 and 2 of A. Then subtract twice row 1 from row 2, and five times row 1 from row 3.  1 3 2 −7 3 9  E = 0 1 3 −7 2 7  ;   x1 = 2 + 3t , x2 = 1 + s − 2t , x3 = 2 + 2s , x4 = s, x5 = t  0 0 1 −2 0 2   
  • 4. 21. Begin by subtracting twice row 1 from row 2, three times row 1 from row 3, and four times row 1 from row 4. 1 1 1 0 6 0 1 5 1 20  E =  ; x1 = 2, x2 = 1, x3 = 3, x4 = 4 0 0 1 0 3   0 0 0 1 4 22. Begin by subtracting row 4 from row 1. Then subtracting twice row 1 from row 2, four times row 1 from row 3, and three times row 1 from row 4.  1 −2 − 4 0 −9  0 1 6 1 21 E =  ; x1 = 3, x2 = −2, x3 = 4, x4 = −1 0 0 1 0 4   0 0 0 1 −1 23. If we subtract twice the first row from the second row, we obtain the echelon form 3 2 1  E =   0 0 k − 2  of the augmented coefficient matrix. It follows that the given system has no solutions unless k = 2, in which case it has infinitely many solutions given by x1 = 1 (1 − 2t ), x2 = t. 3 24. If we subtract twice the first row from the second row, we obtain the echelon form 3 2 0 E =   0 k − 4 0  of the augmented coefficient matrix. It follows that the given system has only the trivial solution x1 = x2 = 0 unless k = 4, in which case it has infinitely many solutions given by x1 = − 2 t , x2 = t. 3 25. If we subtract twice the first row from the second row, we obtain the echelon form 3 2 11  E =   0 k − 4 −1 of the augmented coefficient matrix. It follows that the given system has a unique solution if k ≠ 4, but no solution if k = 4.
  • 5. 26. If we first subtract twice the first row from the second row, then interchange the two rows, and finally subtract 3 times the first row from the second row, then we obtain the echelon form 1 1 k − 2  E =   0 1 3k − 7  of the augmented coefficient matrix. It follows that the given system has a unique solution whatever the value of k. 27. If we first subtract twice the first row from the second row, then subtract 4 times the first row from the third row, and finally subtract the second row from the third row , we obtain the echelon form 1 2 1 3  E =  0 5 5 1   0 0 0 k − 11   of the augmented coefficient matrix. It follows that the given system has no solution unless k = 11, in which case it has infinitely many solutions with x3 arbitrary. 28. If we first interchange rows 1 and 2, then subtract twice the first row from the second row, next subtract 7 times the first row from the third row, and finally subtract twice the second row from the third row , we obtain the echelon form 1 2 1 b  0 −5 1 E =  a − 2b   0 0 0 c − 2a − 3b    of the augmented coefficient matrix. It follows that the given system has no solution unless c = 2a + 3b, in which case it has infinitely many solutions with x3 arbitrary. 29. In each of parts (a)-(c), we start with a typical 2 × 2 matrix A and carry out two row successive operations as indicated, observing that we wind up with the original matrix A.  s t  c R2  s t  (1/ c ) R 2 s t  (a) A =   →  cu cv  → u v  = A u v      s t  SWAP ( R1, R 2) u v  SWAP ( R1, R 2) s t  (b) A =   → s t  → u v  = A u v      s t  c R1+ R 2  u v  ( − c ) R1+ R 2 s t  (c) A =   → cu + s cv + t  → u v  = A u v     
  • 6. Since we therefore can "reverse" any single elementary row operation, it follows that we can reverse any finite sequence of such operations — on at a time — so part (d) follows. 30. (a) This part is essentially obvious, because a multiple of an equation that is satisfied is also satisfied, and the sum of two equations that are satisfied is one that is also satisfied. (b) Let us write A1 = B1 , B 2 , , B n , B n+1 = A 2 where each matrix B k +1 is obtained from B k by a single elementary row operation (for k = 1, 2, , n ). Then it follows by n applications of part (a) that every solution of the system LS1 associated with the matrix A1 is also a solution of the system LS2 associated with the matrix A2. But part (d) of Problem 29 implies that A1 also can be obtained by A2 by elementary row operations, so by the same token every solution of LS2 is also a solution of LS1.