SlideShare a Scribd company logo
Lesson 9
      Gaussian Elimination (KH, Section 1.6)

                          Math 20


                      October 10, 2007

Announcements
   Problem Set 4 will be on the course web site today. Due
   10/17
   Prob. Sess.: Sundays 6–7 (SC B-10), Tuesdays 1–2 (SC 116)
   OH Mon 1–2, Tues 3–4, Weds 1–3 (SC 323)
   Midterm I 10/18, Hall A 7–8:30pm
   Review Session (ML), 10/16, 7:30–9:30 Hall E
Systems of Linear equations


   Any set (system) of equations involving one or more variables, in
   which each equation involves a linear combination of the variables.
Systems of Linear equations


   Any set (system) of equations involving one or more variables, in
   which each equation involves a linear combination of the variables.
   Example
   Here is a single linear equation in one variable:

                                4x + 2 = 6
Systems of Linear equations


   Any set (system) of equations involving one or more variables, in
   which each equation involves a linear combination of the variables.
   Example
   Here is a single linear equation in one variable:

                                4x + 2 = 6


   Solution
   Subtract 2 from each side and you get 4x = 4. Divide both sides
   by 4 and you get x = 1.
Two equations in two variables




   Example
   Solve 2x + y = 3, x + 2y = 0.
Two equations in two variables




   Example
   Solve 2x + y = 3, x + 2y = 0.

   Solution
   x = 2, y = −1.
Three equations in three variables



   Example
   Solve the system of linear equations

                               2x2 − 3x3 =  4
                   −2x1 +       x2 + 2x3 = −6
                    2x1            + x3 =   0
Three equations in three variables



   Example
   Solve the system of linear equations

                               2x2 − 3x3 =  4
                   −2x1 +       x2 + 2x3 = −6
                    2x1            + x3 =   0

   The more variables you get, the bigger the need for a systematic
   way of solving systems of linear equations.
The Matrix viewpoint on SLEs

   A system of m equations in n variables looks like:

            a11 x1 +    a12 x2 + . . . + a1n xn = b1
            a21 x1 +    a22 x2 + . . . + a2n xn = b2
                 .           .                .    .
                                  ..
                 .           .                .    .
                                     .
                 .           .                .    .
            am1 x1   + am2 x2 + . . . + amn xn = bm

   The operative data are the coefficients and the right-hand sides.
   We can summarize it like this:
                                  
           a11 a12 . . . a1n        x1       b1
          a21 a22 . . . a2n  x2  b2 
                              .   .  =  .  , or Ax = b
                                  
         .       .    ..
            .     .           .  .   . 
                          .
         .       .           .      .        .
           am1 am2 . . .     amn     xn        bn
The augmented matrix



  In fact, we can express the whole system of linear equations in a
  single matrix, called the augmented matrix:
                                                 
                         a11 a12 . . . a1n b1
                      a21 a22 . . . a2n b2 
                                                 
                           .   . ..       .     .
                           .   .          .     .
                     
                                     .
                           .   .          .     .
                     
                      am1 am2 . . .     amn bm
Operations on systems of equations



   Here are some facts about systems of equations.
   1. Transposing equations doesn’t change their solution.
   2. Scaling an equation doesn’t change its solution.
   3. If a set of numbers satisfies two equations, then it also satisfies
      the equation which is one plus a scalar multiple of the other.
Operations on systems of equations



   Here are some facts about systems of equations.
   1. Transposing equations doesn’t change their solution.
   2. Scaling an equation doesn’t change its solution.
   3. If a set of numbers satisfies two equations, then it also satisfies
      the equation which is one plus a scalar multiple of the other.
   A simpler form might be
   3’. If a set of numbers satisfies two equations, it satisfies the sum
       of the two equations.
Row Operations



  The operations on systems of linear equations are reflected in the
  augmented matrix, too.
    1. Transposing (switching) rows in an augmented matrix does
       not change the solution.
    2. Scaling any row in an augmented matrix does not change the
       solution.
    3. Adding to any row in an augmented matrix any multiple of
       any other row in the matrix does not change the solution.
The Process of Gaussian Elimination


   We’ll solve the system of linear equations

                               2x2 − 3x3 =  4
                    −2x1 +      x2 + 2x3 = −6
                     2x1           + x3 =   0

   The augmented matrix is
                                     
                            0 2 −3  4
                          −2 1  2 −6 
                            20   1  0
Transpose the first and third equations:
                                                   
            2 −3             ←−
       0               4                2 0   1    0
    −2 1             − 6          −2 1          − 6
                2                             2
                             ←−               −3
       2    0   1      0                0 2        4
Transpose the first and third equations:
                                                    
            2 −3             ←−
       0               4                2 0   1     0
    −2 1             − 6          −2 1           − 6
                2                             2
                             ←−               −3
       2    0   1      0                0 2         4

Now we can add the first row to the second and get another zero
in that column.
                                                    
         2   0  1     0                20      1     0
     −2 1           − 6 ← +−                      − 6
                2                    0 1      3
             2 −3                      0 2 −3
         0            4                              4
We add (-2) times the second row to the third   row.
                                                       
      20       1     0                 20       1       0
                    −6                                 − 6
    0 1       3                     0 1       3
                              −2
                        
      0 2 −3               ←+
                           −                    −9
                     4                 00              16
We add (-2) times the second row to the third   row.
                                                       
      20       1     0                 20       1       0
                    −6                                 − 6
    0 1       3                     0 1       3
                              −2
                        
      0 2 −3               ←+
                           −                    −9
                     4                 00              16

This matrix is in row echelon form. The corresponding SLE can
be solved by back-substitution.
                
                        20      1     0
                                     − 6
                       0 1     3
                                −9
                        00           16
Since −9x3 = 16, we have x3 = − 16 . Substituting this into the
                                9
second equation gives
                                          −6
                   48          54              2
           x2 −       = −6 = −               =− .
                                  =⇒ x2 =
                    9          9          9    3
Finally, we have
                             16            8
                     2x1 −      = 0 =⇒ x1 = .
                             9             9
More Gaussian Elimination: The “backward pass”

   Starting with the last matrix above, we scale the last row by − 1 :
                                                                   9
                                                          
                                            201          0
          20       1      0
                                                        −6
                         − 6              0 1 3
         0 1      3
                                                        − 16
                                     1
                   −9         |−            001
          00             16                                9
                                     9
More Gaussian Elimination: The “backward pass”

   Starting with the last matrix above, we scale the last row by − 1 :
                                                                   9
                                                          
                                            201          0
          20       1      0
                                                        −6
                         − 6              0 1 3
         0 1      3
                                                        − 16
                                     1
                   −9         |−            001
          00             16                                9
                                     9

   Now we can zero out the third column above that bottom entry,
   by adding (-3) times the third row to the second row, then adding
   (-1) times the third row to the first row.
                                                           16
                                                             
                            ← − −+
                             −−
        201           0                       200          9
                                                          −6
                     −6    ←+
                            −
       0 1 3                                0 1 0
                                                            9
                     − 16                                 − 16
        001                                   001
                              −3 −1
                        9                                   9
The top row can be scaled by 1 , and we finally have
                             2

                      16        1                 8
                                                   
                               |2
         200                         100
                      9                           9
                    −6                         −6
        0 1 0                      0 1 0
                      9                           9
                    − 16                        − 16
         001                         001
                      9                           9

This matrix is said to be in reduced row echelon form.
The top row can be scaled by 1 , and we finally have
                             2

                       16        1                  8
                                                     
                                |2
         200                          100
                       9                            9
                     −6                          −6
        0 1 0                       0 1 0
                       9                            9
                     − 16                         − 16
         001                          001
                       9                            9

This matrix is said to be in reduced row echelon form.
And there you go; the solutions are staring you in the face!
Gaussian Elimination
    1. Locate the first nonzero column. This is pivot column, and
       the top row in this column is called a pivot position.
       Transpose rows to make sure this position has a nonzero entry.
       If you like, scale the row to make this position equal to one.
    2. Use row operations to make all entries below the pivot
       position zero.
    3. Repeat Steps 1 and 2 on the submatrix below the first row
       and to the right of the first column. Finally, you will arrive at
       a matrix in row echelon form. (up to here is called the
       forward pass)
    4. Scale the bottom row to make the leading entry one.
    5. Use row operations to make all entries above this entry zero.
    6. Repeat Steps 4 and 5 on the submatrix formed above and to
       the left of this entry. (These steps are called the backward
       pass)
So to solve a SLE:
    Form the augmented matrix.
    reduce this matrix to (R)REF.
    read off the solution.
Meet the Mathematician




     German
     “the prince of
     mathematicians”
     Proved FTA four times
     Invented least-squares
     method
     Predicted motion of
     planets

                              Carl Friedrich Gauss
                                   1777–1855
Questions


   Suppose the matrix
                                     
                      0 3 −6 6 4 −5
                    3 −7 8 −5 8 9 
                      3 −9 12 −9 6 15

   is given as the augmented matrix to a system of linear equations.
   How do we interpret the solution from the RREF?
Questions


   Suppose the matrix
                                     
                      0 3 −6 6 4 −5
                    3 −7 8 −5 8 9 
                      3 −9 12 −9 6 15

   is given as the augmented matrix to a system of linear equations.
   How do we interpret the solution from the RREF?
                                              
                         1 0 −2 3 0 −24
                       0 1 −2 2 0 −7 
                         00 0 01             4
The system of linear equations is

                    − 2x3 + 3x4          = −24
           x1
                 x2 − 2x3 + 2x4          = −7
                                    x5   =   4
The system of linear equations is

                    − 2x3 + 3x4                 = −24
           x1
                 x2 − 2x3 + 2x4                 = −7
                                           x5   =   4
or
                       x1 = −24 + 2s − 3t
                       x2 = −7 + 2s − 2t
                       x3 = s
                       x4 = t
                       x5 = 4
Here s and t can be anything we want and we can construct a
solution out of them. x3 and x4 are known as free variables; they
can take any value.
The system of linear equations is

                    − 2x3 + 3x4                 = −24
           x1
                 x2 − 2x3 + 2x4                 = −7
                                           x5   =   4
or
                       x1 = −24 + 2s − 3t
                       x2 = −7 + 2s − 2t
                       x3 = s
                       x4 = t
                       x5 = 4
Here s and t can be anything we want and we can construct a
solution out of them. x3 and x4 are known as free variables; they
can take any value.
We see free variables in the RREF as the columns with no leading
entry.
Question
What if the RREF of the matrix   were
                                       
                    1 0 −2       3 0 −24
                  0 1 −2        2 0 −7 
                    00 0         00   1

What would be the solutions to the associated system now?
Question
What if the RREF of the matrix   were
                                       
                    1 0 −2       3 0 −24
                  0 1 −2        2 0 −7 
                    00 0         00   1

What would be the solutions to the associated system now?

Answer.
The bottom row represents the equation 0 = 1, which has no
solution. This system of equations is inconsistent.

More Related Content

What's hot

Solving linear inequalities
Solving linear inequalitiesSolving linear inequalities
Solving linear inequalities
PLeach
 
Section 9: Equivalence Relations & Cosets
Section 9: Equivalence Relations & CosetsSection 9: Equivalence Relations & Cosets
Section 9: Equivalence Relations & Cosets
Kevin Johnson
 
7.6 solving logarithmic equations
7.6 solving logarithmic equations7.6 solving logarithmic equations
7.6 solving logarithmic equationsswartzje
 
Quadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptxQuadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptx
pandavlogsbyJM
 
Absolute Value Inequalities
Absolute Value InequalitiesAbsolute Value Inequalities
Absolute Value Inequalitiesswartzje
 
Solving Multi Step Equations
Solving Multi Step EquationsSolving Multi Step Equations
Solving Multi Step EquationsDerek Wright
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical InductionEdelyn Cagas
 
Function transformations
Function transformationsFunction transformations
Function transformationsTerry Gastauer
 
5 1 quadratic transformations
5 1 quadratic transformations5 1 quadratic transformations
5 1 quadratic transformations
lothomas
 
the inverse of the matrix
the inverse of the matrixthe inverse of the matrix
the inverse of the matrix
Елена Доброштан
 
Factoring Perfect Square Trinomials
Factoring Perfect Square TrinomialsFactoring Perfect Square Trinomials
Factoring Perfect Square Trinomials
Free Math Powerpoints
 
1639 vector-linear algebra
1639 vector-linear algebra1639 vector-linear algebra
1639 vector-linear algebra
Dr Fereidoun Dejahang
 
Literal Equations Wed. 9/9 notes
Literal Equations Wed. 9/9 notesLiteral Equations Wed. 9/9 notes
Literal Equations Wed. 9/9 notes
swartzje
 
Algebra 1 combining like terms
Algebra 1 combining like termsAlgebra 1 combining like terms
Algebra 1 combining like terms
Mark Ryder
 
Rational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of SignsRational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of Signsswartzje
 
Gauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptxGauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptx
AHSANMEHBOOB12
 
Equations with Variables on Both Sides
Equations with Variables on Both SidesEquations with Variables on Both Sides
Equations with Variables on Both Sides
Passy World
 
Quadratic Formula Presentation
Quadratic Formula PresentationQuadratic Formula Presentation
Quadratic Formula Presentationanjuli1580
 
2. Fixed Point Iteration.pptx
2. Fixed Point Iteration.pptx2. Fixed Point Iteration.pptx
2. Fixed Point Iteration.pptx
saadhaq6
 

What's hot (20)

Solving linear inequalities
Solving linear inequalitiesSolving linear inequalities
Solving linear inequalities
 
Section 9: Equivalence Relations & Cosets
Section 9: Equivalence Relations & CosetsSection 9: Equivalence Relations & Cosets
Section 9: Equivalence Relations & Cosets
 
7.6 solving logarithmic equations
7.6 solving logarithmic equations7.6 solving logarithmic equations
7.6 solving logarithmic equations
 
Quadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptxQuadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptx
 
Absolute Value Inequalities
Absolute Value InequalitiesAbsolute Value Inequalities
Absolute Value Inequalities
 
Solving Multi Step Equations
Solving Multi Step EquationsSolving Multi Step Equations
Solving Multi Step Equations
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
 
Function transformations
Function transformationsFunction transformations
Function transformations
 
5 1 quadratic transformations
5 1 quadratic transformations5 1 quadratic transformations
5 1 quadratic transformations
 
the inverse of the matrix
the inverse of the matrixthe inverse of the matrix
the inverse of the matrix
 
Factoring Perfect Square Trinomials
Factoring Perfect Square TrinomialsFactoring Perfect Square Trinomials
Factoring Perfect Square Trinomials
 
1639 vector-linear algebra
1639 vector-linear algebra1639 vector-linear algebra
1639 vector-linear algebra
 
Literal Equations Wed. 9/9 notes
Literal Equations Wed. 9/9 notesLiteral Equations Wed. 9/9 notes
Literal Equations Wed. 9/9 notes
 
Algebra 1 combining like terms
Algebra 1 combining like termsAlgebra 1 combining like terms
Algebra 1 combining like terms
 
Rational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of SignsRational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of Signs
 
Gauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptxGauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptx
 
Equations with Variables on Both Sides
Equations with Variables on Both SidesEquations with Variables on Both Sides
Equations with Variables on Both Sides
 
Quadratic Formula Presentation
Quadratic Formula PresentationQuadratic Formula Presentation
Quadratic Formula Presentation
 
2. Fixed Point Iteration.pptx
2. Fixed Point Iteration.pptx2. Fixed Point Iteration.pptx
2. Fixed Point Iteration.pptx
 
Chapter 5 Point Slope Form
Chapter 5 Point Slope FormChapter 5 Point Slope Form
Chapter 5 Point Slope Form
 

Viewers also liked

Lesson 9 Virginia Plan Pp
Lesson 9 Virginia Plan PpLesson 9 Virginia Plan Pp
Lesson 9 Virginia Plan Pp
gsagan
 
Gaussian_GaussJordan
Gaussian_GaussJordanGaussian_GaussJordan
Gaussian_GaussJordanJames Little
 
Métodos directos para la solución de sistemas de ecuaciones lineales
Métodos directos para la solución de sistemas de ecuaciones linealesMétodos directos para la solución de sistemas de ecuaciones lineales
Métodos directos para la solución de sistemas de ecuaciones linealesMileacre
 
linear equation system with 2 and 3 variables
linear equation system with 2 and 3 variableslinear equation system with 2 and 3 variables
linear equation system with 2 and 3 variablesWanda Sari
 
Gaussian elimination
Gaussian eliminationGaussian elimination
Gaussian elimination
Awais Qureshi
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variablesMERBGOI
 
Lesson 3: The limit of a function
Lesson 3: The limit of a functionLesson 3: The limit of a function
Lesson 3: The limit of a functionMatthew Leingang
 
Lesson 8: Determinants III
Lesson 8: Determinants IIILesson 8: Determinants III
Lesson 8: Determinants IIIMatthew Leingang
 
Lesson 4: Calculating Limits
Lesson 4: Calculating LimitsLesson 4: Calculating Limits
Lesson 4: Calculating LimitsMatthew Leingang
 
Lesson30 First Order Difference Equations Handout
Lesson30   First Order Difference Equations HandoutLesson30   First Order Difference Equations Handout
Lesson30 First Order Difference Equations Handout
Matthew Leingang
 
Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)Matthew Leingang
 
Lesson02 Vectors And Matrices Slides
Lesson02   Vectors And Matrices SlidesLesson02   Vectors And Matrices Slides
Lesson02 Vectors And Matrices SlidesMatthew Leingang
 
Lesson31 Higher Dimensional First Order Difference Equations Slides
Lesson31   Higher Dimensional First Order Difference Equations SlidesLesson31   Higher Dimensional First Order Difference Equations Slides
Lesson31 Higher Dimensional First Order Difference Equations Slides
Matthew Leingang
 
Lesson 4: Lines and Planes (slides + notes)
Lesson 4: Lines and Planes (slides + notes)Lesson 4: Lines and Planes (slides + notes)
Lesson 4: Lines and Planes (slides + notes)Matthew Leingang
 
Lesson 6 - Introduction To Determinants (Slides+Notes)
Lesson 6 - Introduction To  Determinants (Slides+Notes)Lesson 6 - Introduction To  Determinants (Slides+Notes)
Lesson 6 - Introduction To Determinants (Slides+Notes)Matthew Leingang
 
Lesson30 First Order Difference Equations Slides
Lesson30   First Order Difference Equations SlidesLesson30   First Order Difference Equations Slides
Lesson30 First Order Difference Equations Slides
Matthew Leingang
 
OAME 2016 - Making Grade 9 Math Tasks Contextual
OAME 2016 - Making Grade 9 Math Tasks ContextualOAME 2016 - Making Grade 9 Math Tasks Contextual
OAME 2016 - Making Grade 9 Math Tasks Contextual
Kyle Pearce
 
Lesson 1: Systems of Linear Equations (slides)
Lesson 1: Systems of Linear Equations (slides)Lesson 1: Systems of Linear Equations (slides)
Lesson 1: Systems of Linear Equations (slides)Matthew Leingang
 
Lesson32 Second Order Difference Equations Slides
Lesson32   Second Order Difference Equations SlidesLesson32   Second Order Difference Equations Slides
Lesson32 Second Order Difference Equations Slides
Matthew Leingang
 

Viewers also liked (20)

Lesson 9 Virginia Plan Pp
Lesson 9 Virginia Plan PpLesson 9 Virginia Plan Pp
Lesson 9 Virginia Plan Pp
 
Gaussian_GaussJordan
Gaussian_GaussJordanGaussian_GaussJordan
Gaussian_GaussJordan
 
Métodos directos para la solución de sistemas de ecuaciones lineales
Métodos directos para la solución de sistemas de ecuaciones linealesMétodos directos para la solución de sistemas de ecuaciones lineales
Métodos directos para la solución de sistemas de ecuaciones lineales
 
linear equation system with 2 and 3 variables
linear equation system with 2 and 3 variableslinear equation system with 2 and 3 variables
linear equation system with 2 and 3 variables
 
Gaussian elimination
Gaussian eliminationGaussian elimination
Gaussian elimination
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variables
 
Lesson 3: The limit of a function
Lesson 3: The limit of a functionLesson 3: The limit of a function
Lesson 3: The limit of a function
 
Lesson 8: Determinants III
Lesson 8: Determinants IIILesson 8: Determinants III
Lesson 8: Determinants III
 
Lesson 4: Calculating Limits
Lesson 4: Calculating LimitsLesson 4: Calculating Limits
Lesson 4: Calculating Limits
 
Lesson30 First Order Difference Equations Handout
Lesson30   First Order Difference Equations HandoutLesson30   First Order Difference Equations Handout
Lesson30 First Order Difference Equations Handout
 
Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)
 
Lesson02 Vectors And Matrices Slides
Lesson02   Vectors And Matrices SlidesLesson02   Vectors And Matrices Slides
Lesson02 Vectors And Matrices Slides
 
Lesson 7: Determinants II
Lesson 7: Determinants IILesson 7: Determinants II
Lesson 7: Determinants II
 
Lesson31 Higher Dimensional First Order Difference Equations Slides
Lesson31   Higher Dimensional First Order Difference Equations SlidesLesson31   Higher Dimensional First Order Difference Equations Slides
Lesson31 Higher Dimensional First Order Difference Equations Slides
 
Lesson 4: Lines and Planes (slides + notes)
Lesson 4: Lines and Planes (slides + notes)Lesson 4: Lines and Planes (slides + notes)
Lesson 4: Lines and Planes (slides + notes)
 
Lesson 6 - Introduction To Determinants (Slides+Notes)
Lesson 6 - Introduction To  Determinants (Slides+Notes)Lesson 6 - Introduction To  Determinants (Slides+Notes)
Lesson 6 - Introduction To Determinants (Slides+Notes)
 
Lesson30 First Order Difference Equations Slides
Lesson30   First Order Difference Equations SlidesLesson30   First Order Difference Equations Slides
Lesson30 First Order Difference Equations Slides
 
OAME 2016 - Making Grade 9 Math Tasks Contextual
OAME 2016 - Making Grade 9 Math Tasks ContextualOAME 2016 - Making Grade 9 Math Tasks Contextual
OAME 2016 - Making Grade 9 Math Tasks Contextual
 
Lesson 1: Systems of Linear Equations (slides)
Lesson 1: Systems of Linear Equations (slides)Lesson 1: Systems of Linear Equations (slides)
Lesson 1: Systems of Linear Equations (slides)
 
Lesson32 Second Order Difference Equations Slides
Lesson32   Second Order Difference Equations SlidesLesson32   Second Order Difference Equations Slides
Lesson32 Second Order Difference Equations Slides
 

Similar to Lesson 9: Gaussian Elimination

Lesson 12: Linear Independence
Lesson 12: Linear IndependenceLesson 12: Linear Independence
Lesson 12: Linear Independence
Matthew Leingang
 
Lesson 26: Optimization II: Data Fitting
Lesson 26: Optimization II: Data FittingLesson 26: Optimization II: Data Fitting
Lesson 26: Optimization II: Data Fitting
Matthew Leingang
 
Lesson 13: Rank and Solutions to Systems of Linear Equations
Lesson 13: Rank and Solutions to Systems of Linear EquationsLesson 13: Rank and Solutions to Systems of Linear Equations
Lesson 13: Rank and Solutions to Systems of Linear Equations
Matthew Leingang
 
Midterm II Review Session Slides
Midterm II Review Session SlidesMidterm II Review Session Slides
Midterm II Review Session Slides
Matthew Leingang
 
X2 T08 03 inequalities & graphs
X2 T08 03 inequalities & graphsX2 T08 03 inequalities & graphs
X2 T08 03 inequalities & graphsNigel Simmons
 
Do you know the line
Do you know the lineDo you know the line
Do you know the line
Matthew DeMoss
 
General Math Lesson 3
General Math Lesson 3General Math Lesson 3
General Math Lesson 3
alicelagajino
 
AA Section 5-3
AA Section 5-3AA Section 5-3
AA Section 5-3
Jimbo Lamb
 
Jacobi and gauss-seidel
Jacobi and gauss-seidelJacobi and gauss-seidel
Jacobi and gauss-seidel
arunsmm
 
Notes 4-8
Notes 4-8Notes 4-8
Notes 4-8
Jimbo Lamb
 
1.2. l1. sol of quadratic eq by factorization
1.2. l1. sol of quadratic eq by factorization1.2. l1. sol of quadratic eq by factorization
1.2. l1. sol of quadratic eq by factorization
SKY HAWKS' ACADEMY
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
Mervin Dayrit
 
Materi perkalian kelas 2
Materi perkalian kelas 2Materi perkalian kelas 2
Materi perkalian kelas 2
Dei Al-faroby
 
Solucion de problemas de ecuaciones difrenciales hasta 19
Solucion de problemas de ecuaciones difrenciales hasta 19Solucion de problemas de ecuaciones difrenciales hasta 19
Solucion de problemas de ecuaciones difrenciales hasta 19
JAVIERTELLOCAMPOS
 
Solo edo hasta 20
Solo edo hasta 20Solo edo hasta 20
Solo edo hasta 20
JAVIERTELLOCAMPOS
 
Calculus And Its Applications 10th Edition Bittinger Solutions Manual
Calculus And Its Applications 10th Edition Bittinger Solutions ManualCalculus And Its Applications 10th Edition Bittinger Solutions Manual
Calculus And Its Applications 10th Edition Bittinger Solutions Manual
fujumazaja
 

Similar to Lesson 9: Gaussian Elimination (20)

Lesson 12: Linear Independence
Lesson 12: Linear IndependenceLesson 12: Linear Independence
Lesson 12: Linear Independence
 
Lesson 26: Optimization II: Data Fitting
Lesson 26: Optimization II: Data FittingLesson 26: Optimization II: Data Fitting
Lesson 26: Optimization II: Data Fitting
 
Lesson 13: Rank and Solutions to Systems of Linear Equations
Lesson 13: Rank and Solutions to Systems of Linear EquationsLesson 13: Rank and Solutions to Systems of Linear Equations
Lesson 13: Rank and Solutions to Systems of Linear Equations
 
Midterm I Review
Midterm I ReviewMidterm I Review
Midterm I Review
 
Midterm II Review Session Slides
Midterm II Review Session SlidesMidterm II Review Session Slides
Midterm II Review Session Slides
 
X2 T08 03 inequalities & graphs
X2 T08 03 inequalities & graphsX2 T08 03 inequalities & graphs
X2 T08 03 inequalities & graphs
 
Do you know the line
Do you know the lineDo you know the line
Do you know the line
 
General Math Lesson 3
General Math Lesson 3General Math Lesson 3
General Math Lesson 3
 
AA Section 5-3
AA Section 5-3AA Section 5-3
AA Section 5-3
 
Review for final exam
Review for final examReview for final exam
Review for final exam
 
Jacobi and gauss-seidel
Jacobi and gauss-seidelJacobi and gauss-seidel
Jacobi and gauss-seidel
 
Notes 4-8
Notes 4-8Notes 4-8
Notes 4-8
 
1.2. l1. sol of quadratic eq by factorization
1.2. l1. sol of quadratic eq by factorization1.2. l1. sol of quadratic eq by factorization
1.2. l1. sol of quadratic eq by factorization
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Materi perkalian kelas 2
Materi perkalian kelas 2Materi perkalian kelas 2
Materi perkalian kelas 2
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
Solucion de problemas de ecuaciones difrenciales hasta 19
Solucion de problemas de ecuaciones difrenciales hasta 19Solucion de problemas de ecuaciones difrenciales hasta 19
Solucion de problemas de ecuaciones difrenciales hasta 19
 
Solo edo hasta 20
Solo edo hasta 20Solo edo hasta 20
Solo edo hasta 20
 
Calculus And Its Applications 10th Edition Bittinger Solutions Manual
Calculus And Its Applications 10th Edition Bittinger Solutions ManualCalculus And Its Applications 10th Edition Bittinger Solutions Manual
Calculus And Its Applications 10th Edition Bittinger Solutions Manual
 

More from Matthew Leingang

Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
Matthew Leingang
 
Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choice
Matthew Leingang
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
Matthew Leingang
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
Matthew Leingang
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)
Matthew Leingang
 
Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)
Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
Matthew Leingang
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)
Matthew Leingang
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)
Matthew Leingang
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)
Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
Matthew Leingang
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
Matthew Leingang
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)
Matthew Leingang
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)
Matthew Leingang
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)
Matthew Leingang
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)
Matthew Leingang
 
Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)
Matthew Leingang
 
Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)
Matthew Leingang
 

More from Matthew Leingang (20)

Making Lesson Plans
Making Lesson PlansMaking Lesson Plans
Making Lesson Plans
 
Streamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choiceStreamlining assessment, feedback, and archival with auto-multiple-choice
Streamlining assessment, feedback, and archival with auto-multiple-choice
 
Electronic Grading of Paper Assessments
Electronic Grading of Paper AssessmentsElectronic Grading of Paper Assessments
Electronic Grading of Paper Assessments
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)Lesson 26: The Fundamental Theorem of Calculus (slides)
Lesson 26: The Fundamental Theorem of Calculus (slides)
 
Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)Lesson 27: Integration by Substitution (handout)
Lesson 27: Integration by Substitution (handout)
 
Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)Lesson 26: The Fundamental Theorem of Calculus (handout)
Lesson 26: The Fundamental Theorem of Calculus (handout)
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)Lesson 25: Evaluating Definite Integrals (handout)
Lesson 25: Evaluating Definite Integrals (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)Lesson 24: Areas and Distances, The Definite Integral (handout)
Lesson 24: Areas and Distances, The Definite Integral (handout)
 
Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)Lesson 24: Areas and Distances, The Definite Integral (slides)
Lesson 24: Areas and Distances, The Definite Integral (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)Lesson 23: Antiderivatives (slides)
Lesson 23: Antiderivatives (slides)
 
Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)Lesson 22: Optimization Problems (slides)
Lesson 22: Optimization Problems (slides)
 
Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)Lesson 22: Optimization Problems (handout)
Lesson 22: Optimization Problems (handout)
 
Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)Lesson 21: Curve Sketching (slides)
Lesson 21: Curve Sketching (slides)
 
Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)Lesson 21: Curve Sketching (handout)
Lesson 21: Curve Sketching (handout)
 
Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)Lesson 20: Derivatives and the Shapes of Curves (slides)
Lesson 20: Derivatives and the Shapes of Curves (slides)
 
Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)Lesson 20: Derivatives and the Shapes of Curves (handout)
Lesson 20: Derivatives and the Shapes of Curves (handout)
 

Recently uploaded

Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 

Recently uploaded (20)

Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 

Lesson 9: Gaussian Elimination

  • 1. Lesson 9 Gaussian Elimination (KH, Section 1.6) Math 20 October 10, 2007 Announcements Problem Set 4 will be on the course web site today. Due 10/17 Prob. Sess.: Sundays 6–7 (SC B-10), Tuesdays 1–2 (SC 116) OH Mon 1–2, Tues 3–4, Weds 1–3 (SC 323) Midterm I 10/18, Hall A 7–8:30pm Review Session (ML), 10/16, 7:30–9:30 Hall E
  • 2. Systems of Linear equations Any set (system) of equations involving one or more variables, in which each equation involves a linear combination of the variables.
  • 3. Systems of Linear equations Any set (system) of equations involving one or more variables, in which each equation involves a linear combination of the variables. Example Here is a single linear equation in one variable: 4x + 2 = 6
  • 4.
  • 5. Systems of Linear equations Any set (system) of equations involving one or more variables, in which each equation involves a linear combination of the variables. Example Here is a single linear equation in one variable: 4x + 2 = 6 Solution Subtract 2 from each side and you get 4x = 4. Divide both sides by 4 and you get x = 1.
  • 6. Two equations in two variables Example Solve 2x + y = 3, x + 2y = 0.
  • 7.
  • 8. Two equations in two variables Example Solve 2x + y = 3, x + 2y = 0. Solution x = 2, y = −1.
  • 9. Three equations in three variables Example Solve the system of linear equations 2x2 − 3x3 = 4 −2x1 + x2 + 2x3 = −6 2x1 + x3 = 0
  • 10. Three equations in three variables Example Solve the system of linear equations 2x2 − 3x3 = 4 −2x1 + x2 + 2x3 = −6 2x1 + x3 = 0 The more variables you get, the bigger the need for a systematic way of solving systems of linear equations.
  • 11. The Matrix viewpoint on SLEs A system of m equations in n variables looks like: a11 x1 + a12 x2 + . . . + a1n xn = b1 a21 x1 + a22 x2 + . . . + a2n xn = b2 . . . . .. . . . . . . . . . am1 x1 + am2 x2 + . . . + amn xn = bm The operative data are the coefficients and the right-hand sides. We can summarize it like this:      a11 a12 . . . a1n x1 b1  a21 a22 . . . a2n  x2  b2  .   .  =  .  , or Ax = b      . . .. . . .  .   .  . . . . . . am1 am2 . . . amn xn bn
  • 12.
  • 13. The augmented matrix In fact, we can express the whole system of linear equations in a single matrix, called the augmented matrix:   a11 a12 . . . a1n b1  a21 a22 . . . a2n b2    . . .. . . . . . .  . . . . .  am1 am2 . . . amn bm
  • 14.
  • 15. Operations on systems of equations Here are some facts about systems of equations. 1. Transposing equations doesn’t change their solution. 2. Scaling an equation doesn’t change its solution. 3. If a set of numbers satisfies two equations, then it also satisfies the equation which is one plus a scalar multiple of the other.
  • 16. Operations on systems of equations Here are some facts about systems of equations. 1. Transposing equations doesn’t change their solution. 2. Scaling an equation doesn’t change its solution. 3. If a set of numbers satisfies two equations, then it also satisfies the equation which is one plus a scalar multiple of the other. A simpler form might be 3’. If a set of numbers satisfies two equations, it satisfies the sum of the two equations.
  • 17.
  • 18. Row Operations The operations on systems of linear equations are reflected in the augmented matrix, too. 1. Transposing (switching) rows in an augmented matrix does not change the solution. 2. Scaling any row in an augmented matrix does not change the solution. 3. Adding to any row in an augmented matrix any multiple of any other row in the matrix does not change the solution.
  • 19. The Process of Gaussian Elimination We’ll solve the system of linear equations 2x2 − 3x3 = 4 −2x1 + x2 + 2x3 = −6 2x1 + x3 = 0 The augmented matrix is   0 2 −3 4  −2 1 2 −6  20 1 0
  • 20. Transpose the first and third equations:     2 −3 ←− 0 4 2 0 1 0 −2 1 − 6 −2 1 − 6 2 2 ←− −3 2 0 1 0 0 2 4
  • 21. Transpose the first and third equations:     2 −3 ←− 0 4 2 0 1 0 −2 1 − 6 −2 1 − 6 2 2 ←− −3 2 0 1 0 0 2 4 Now we can add the first row to the second and get another zero in that column.     2 0 1 0 20 1 0 −2 1 − 6 ← +− − 6 2 0 1 3 2 −3 0 2 −3 0 4 4
  • 22. We add (-2) times the second row to the third row.     20 1 0 20 1 0 −6 − 6 0 1 3 0 1 3 −2  0 2 −3 ←+ − −9 4 00 16
  • 23. We add (-2) times the second row to the third row.     20 1 0 20 1 0 −6 − 6 0 1 3 0 1 3 −2  0 2 −3 ←+ − −9 4 00 16 This matrix is in row echelon form. The corresponding SLE can be solved by back-substitution.
  • 24.
  • 25.  20 1 0 − 6 0 1 3 −9 00 16 Since −9x3 = 16, we have x3 = − 16 . Substituting this into the 9 second equation gives −6 48 54 2 x2 − = −6 = − =− . =⇒ x2 = 9 9 9 3 Finally, we have 16 8 2x1 − = 0 =⇒ x1 = . 9 9
  • 26. More Gaussian Elimination: The “backward pass” Starting with the last matrix above, we scale the last row by − 1 : 9     201 0 20 1 0 −6 − 6 0 1 3 0 1 3 − 16 1 −9 |− 001 00 16 9 9
  • 27. More Gaussian Elimination: The “backward pass” Starting with the last matrix above, we scale the last row by − 1 : 9     201 0 20 1 0 −6 − 6 0 1 3 0 1 3 − 16 1 −9 |− 001 00 16 9 9 Now we can zero out the third column above that bottom entry, by adding (-3) times the third row to the second row, then adding (-1) times the third row to the first row. 16     ← − −+ −− 201 0 200 9 −6 −6  ←+ − 0 1 3 0 1 0 9 − 16 − 16 001 001 −3 −1 9 9
  • 28. The top row can be scaled by 1 , and we finally have 2 16 1 8     |2 200 100 9 9 −6 −6 0 1 0 0 1 0 9 9 − 16 − 16 001 001 9 9 This matrix is said to be in reduced row echelon form.
  • 29. The top row can be scaled by 1 , and we finally have 2 16 1 8     |2 200 100 9 9 −6 −6 0 1 0 0 1 0 9 9 − 16 − 16 001 001 9 9 This matrix is said to be in reduced row echelon form. And there you go; the solutions are staring you in the face!
  • 30. Gaussian Elimination 1. Locate the first nonzero column. This is pivot column, and the top row in this column is called a pivot position. Transpose rows to make sure this position has a nonzero entry. If you like, scale the row to make this position equal to one. 2. Use row operations to make all entries below the pivot position zero. 3. Repeat Steps 1 and 2 on the submatrix below the first row and to the right of the first column. Finally, you will arrive at a matrix in row echelon form. (up to here is called the forward pass) 4. Scale the bottom row to make the leading entry one. 5. Use row operations to make all entries above this entry zero. 6. Repeat Steps 4 and 5 on the submatrix formed above and to the left of this entry. (These steps are called the backward pass)
  • 31.
  • 32. So to solve a SLE: Form the augmented matrix. reduce this matrix to (R)REF. read off the solution.
  • 33. Meet the Mathematician German “the prince of mathematicians” Proved FTA four times Invented least-squares method Predicted motion of planets Carl Friedrich Gauss 1777–1855
  • 34. Questions Suppose the matrix   0 3 −6 6 4 −5 3 −7 8 −5 8 9  3 −9 12 −9 6 15 is given as the augmented matrix to a system of linear equations. How do we interpret the solution from the RREF?
  • 35.
  • 36.
  • 37. Questions Suppose the matrix   0 3 −6 6 4 −5 3 −7 8 −5 8 9  3 −9 12 −9 6 15 is given as the augmented matrix to a system of linear equations. How do we interpret the solution from the RREF?   1 0 −2 3 0 −24 0 1 −2 2 0 −7  00 0 01 4
  • 38. The system of linear equations is − 2x3 + 3x4 = −24 x1 x2 − 2x3 + 2x4 = −7 x5 = 4
  • 39. The system of linear equations is − 2x3 + 3x4 = −24 x1 x2 − 2x3 + 2x4 = −7 x5 = 4 or x1 = −24 + 2s − 3t x2 = −7 + 2s − 2t x3 = s x4 = t x5 = 4 Here s and t can be anything we want and we can construct a solution out of them. x3 and x4 are known as free variables; they can take any value.
  • 40. The system of linear equations is − 2x3 + 3x4 = −24 x1 x2 − 2x3 + 2x4 = −7 x5 = 4 or x1 = −24 + 2s − 3t x2 = −7 + 2s − 2t x3 = s x4 = t x5 = 4 Here s and t can be anything we want and we can construct a solution out of them. x3 and x4 are known as free variables; they can take any value. We see free variables in the RREF as the columns with no leading entry.
  • 41. Question What if the RREF of the matrix were   1 0 −2 3 0 −24 0 1 −2 2 0 −7  00 0 00 1 What would be the solutions to the associated system now?
  • 42. Question What if the RREF of the matrix were   1 0 −2 3 0 −24 0 1 −2 2 0 −7  00 0 00 1 What would be the solutions to the associated system now? Answer. The bottom row represents the equation 0 = 1, which has no solution. This system of equations is inconsistent.