Systems of Linear Equations

Slides:



Advertisements
Similar presentations
4.3 Matrix Approach to Solving Linear Systems 1 Linear systems were solved using substitution and elimination in the two previous section. This section.
Advertisements

Chapter 1: Linear Equations
Gauss Elimination.
Chapter 2 Simultaneous Linear Equations
Chapter 4 Systems of Linear Equations; Matrices Section 2 Systems of Linear Equations and Augmented Matrics.
1 Copyright © 2015, 2011, 2007 Pearson Education, Inc. Chapter 4-1 Systems of Equations and Inequalities Chapter 4.
Lesson 8 Gauss Jordan Elimination
Solving Systems of Linear Equations Part Pivot a Matrix 2. Gaussian Elimination Method 3. Infinitely Many Solutions 4. Inconsistent System 5. Geometric.
ENGR-1100 Introduction to Engineering Analysis
10.1 Gaussian Elimination Method
ENGG2013 Unit 2 Linear Equations Jan, Linear Equation in n variables a 1 x 1 + a 2 x 2 + … + a n x n = c – a 1, a 2, …, a n are called coefficients.
Section 8.1 – Systems of Linear Equations
Solving System of Linear Equations. 1. Diagonal Form of a System of Equations 2. Elementary Row Operations 3. Elementary Row Operation 1 4. Elementary.
Table of Contents Solving Systems of Linear Equations - Gaussian Elimination The method of solving a linear system of equations by Gaussian Elimination.
Introduction Information in science, business, and mathematics is often organized into rows and columns to form rectangular arrays called “matrices” (plural.
Systems of linear equations. Simple system Solution.
Systems of Linear Equations and Row Echelon Form.
SYSTEMS OF LINEAR EQUATIONS
1 1.1 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra SYSTEMS OF LINEAR EQUATIONS.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
AN INTRODUCTION TO ELEMENTARY ROW OPERATIONS Tools to Solve Matrices.
Section 1.1 Introduction to Systems of Linear Equations.
Sec 3.1 Introduction to Linear System Sec 3.2 Matrices and Gaussian Elemination The graph is a line in xy-plane The graph is a line in xyz-plane.
Math 201 for Management Students
Three variables Systems of Equations and Inequalities.
How To Find The Reduced Row Echelon Form. Reduced Row Echelon Form A matrix is said to be in reduced row echelon form provided it satisfies the following.
Row rows A matrix is a rectangular array of numbers. We subscript entries to tell their location in the array Matrices are identified by their size.
CALCULUS – II Gauss Elimination
8.1 Matrices and Systems of Equations. Let’s do another one: we’ll keep this one Now we’ll use the 2 equations we have with y and z to eliminate the y’s.
Sec 3.2 Matrices and Gaussian Elemination Coefficient Matrix 3 x 3 Coefficient Matrix 3 x 3 Augmented Coefficient Matrix 3 x 4 Augmented Coefficient Matrix.
Chapter 1 Section 1. Examples: 2 x 2 system 2 x 3 system 3 x 2 system.
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
Matrices and Systems of Equations
Matrices and Systems of Linear Equations
How To Find The Reduced Row Echelon Form. Reduced Row Echelon Form A matrix is said to be in reduced row echelon form provided it satisfies the following.
Sullivan Algebra and Trigonometry: Section 12.3 Objectives of this Section Write the Augmented Matrix of a System of Linear Equations Write the System.
Section 7-3 Solving 3 x 3 systems of equations. Solving 3 x 3 Systems  substitution (triangular form)  Gaussian elimination  using an augmented matrix.
Section 8.6 Elimination using Matrices. Matrix Method The method computers use. The equations need to be in standard form. The coefficients and constants.
Matrices and Systems of Equations
7.3 & 7.4 – MATRICES AND SYSTEMS OF EQUATIONS. I N THIS SECTION, YOU WILL LEARN TO  Write a matrix and identify its order  Perform elementary row operations.
RECOGNIZING INCONSISTENT LINEAR SYSTEMS. What is an Inconsistent Linear System?  An inconsistent linear system is a system of equations that has no solutions.
SystemsOfInequalities. 7-1 Solving Systems by Graphing What is a system of linear equations? “SOLUTION” No solution Infinitely Many Solutions Page 342.
 Recall that when you wanted to solve a system of equations, you used to use two different methods.  Substitution Method  Addition Method.
Multivariable linear systems.  The following system is said to be in row-echelon form, which means that it has a “stair-step” pattern with leading coefficients.
Gaussian Elimination Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Gaussian elimination with back-substitution.
Section 6-1: Multivariate Linear Systems and Row Operations A multivariate linear system (also multivariable linear system) is a system of linear equations.
College Algebra Chapter 6 Matrices and Determinants and Applications
Multivariable Linear Systems and Row Operations
Linear Equations in Linear Algebra
Section 6.1 Systems of Linear Equations
Systems of linear equations
Gaussian Elimination and Gauss-Jordan Elimination
Gaussian Elimination and Gauss-Jordan Elimination
Solving Systems of Equations Using Matrices
Linear Equations Gauss & Cramer’s
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Chapter 4 Systems of Linear Equations; Matrices
Elementary Row Operations Gaussian Elimination Method
Matrix Solutions to Linear Systems
Solve Linear Equations by Elimination
Chapter 1: Linear Equations in Linear Algebra
Gaussian Elimination.
College Algebra Chapter 6 Matrices and Determinants and Applications
Linear Equations in Linear Algebra
Multivariable Linear Systems
Chapter 4 Systems of Linear Equations; Matrices
Section 8.1 – Systems of Linear Equations
Warm-up: Solve the system: 2x – 0.4y = -2 3x – 1 2 y = -2
Systems of Linear Equations
Matrices are identified by their size.
Presentation transcript:

Systems of Linear Equations

Elementary Row Operations There are three kinds of Elementary Row Operations. 1) Interchanging two rows. Multiplying a row by a non-zero constant. Adding a multiple of one row to another row. Fact: When applied to systems of linear equations: Elementary Row Operations do not change the solution set. i.e. Elementary Row Operations produce an equivalent system of linear equations. We will solve systems of linear equations using the method of Gaussian Elimination. This involves starting with the augmented matrix of a system, performing elementary row operations to obtain an equivalent system of linear equations which is easier to solve. As the name suggests Gaussian Elimination involves eliminating more and more variables at each step.

Example 1 Row-Echelon Form 1) The first non zero element in each row is a 1. (Leading one) Any row, below the first row, has more leading zeros (initial zeros) than the row above it, except in the case of two complete rows of zeros. In terms of equations, this means that more and more variables are eliminated from the system as one goes down. These systems can be easily solved by back-substitution. Example 1 This represents the system w+4x+y =5 x+y -2z=7 y+3z=-1 1 4 5 -2 3 -1 w=5-4x-y=5-4(1+5z)-(-1-3z)=2-23z x=0-y+2z=-(-1-3z)+2z=1+5z y=-1-3z z is called a free variable.

Example 2 ~ ~ ~ x+3y+2z=6 2x+5y+4z=11 3x+8y+6z=17 1 3 2 6 5 4 11 8 17 -2R1 ~ -1 -3R1 -R2 -1 1 3 2 6 -1 1 3 2 6 ×-1 ~ ~

An equivalent system is x+3y+2z=6 x = 6-3y-2z = 6-3-2z = 3-2z Back Substitute All solutions are given by x = 3-2z y 1 z is called a free variable. It can take any value and we can obtain all possible solutions by assigning different values to z. Any symbol can be used instead of z. E.g. we can put z=t and write the solution as x y = z 3-2t 1 t This can also be written as

This system has an infinite number of solutions. x y = z 3 1 + -2t t = 3 1 + -2t t = 3 1 + t -2 1 This system has an infinite number of solutions.

Example 3 ~ ~ x+y+3z=5 2x+y+4z=7 3x-y+z=8 1 3 5 2 4 7 -1 8 1 3 5 -2R1 ~ -1 -2 -3 -3R1 -4R2 -4 -8 -7 1 3 5 -1 -2 -3 The last line implies 0x+0y+0z = 5 which is clearly impossible. This system is inconsistent. i.e. It has no solutions. ~ 5

Example 4 ~ ~ ~ ~ 3x+7y+3z=-1 x+2y+2z= 1 5x+11y+6z= 0 3 7 -1 1 2 5 11 1 2 3 7 -1 5 11 6 -3R1 ~ -5R1 1 2 1 2 ~ ~ 1 -3 -4 -R2 1 -3 -4 ×-1 1 -4 -5 -1 1 2 ~ 1 -3 -4 1

An equivalent system is x+2y+2z= 1 Back Substitute y=-4+3z=-4+3=-1 z=1 x y = z 1 -1 This system has an unique solution. This method, called Gaussian Elimination, can be used for systems of any size.

Example 5 ~ ~ ~ w+x+2y-z= 3 2w+x+4y = 7 3w+x+6y+z=11 Performing row operations starting with the augmented matrix. 1 2 -1 3 4 7 6 11 1 2 -1 3 -2R1 ×-1 ~ -1 2 1 -3R1 -2 4 2 1 2 -1 3 -2 1 2 -1 3 ~ 1 -2 -1 ~ +2R2 -2 4 2 w+x+2y-z = 3 x - 2z = -1 w = 3-x-2y+z=3-(-1+2z)-2y+z= 4-2y-z Back Substitute An equivalent system is x = -1+2z

Solutions are w x y z 4-2y-z -1+2z y z 4 -1 -2 1 -1 2 1 = = + y + z

Example 6 ~ ~ w+3x+7y = 11 4w+3x+y-9z = -1 3w - 6y-9z=-11 Performing row operations starting with the augmented matrix. 1 3 7 11 4 -9 -1 -6 -11 1 3 7 11 -4R1 ~ -9 -27 -45 -3R1 -R2 -9 -27 -44 1 2 -1 3 The last line implies 0w+0x+0y+0z = 1 which is clearly impossible. This system is inconsistent. i.e. It has no solutions. ~ -9 -27 -45 1

Example 7 ~ ~ ~ x - y-4z=-4 2x + y+ z= 4 4x + y - z= 4 3x+2y+3z= 8 1 -1 -4 2 4 3 8 -2R1 -4R1 -3R1 1 -1 -4 3 9 12 5 15 20 1 -1 -4 3 4 5 15 20 -5R2 × 1/3 ~ ~ 1 -1 -4 3 4 x-y-4z = -4 y+3z = 4 ~ An equivalent system is

Solutions are (putting z = t): x-y-4z = -4 y+3z = 4 y = 4-3z x = -4+y+4z = -4+(4-3z)+4z = z Back Substitute Solutions are (putting z = t): x y = z t 4-3t = 4 + t -3t = 4 + t 1 -3 .

Example 8 ~ ~ 2w+3x + y =6 2x + 3y + z= 6 2w - x - y = 0 2x - y - z= 0 1 6 -1 -R1 2 3 1 6 -4 -2 -6 -1 +2R2 -R2 2 3 1 6 4 -4 -2 -6 +R3 ~ ~

~ ~ 2w+3x +y = 6 2x+3y+z = 6 2y+z = 3 w = ½{ 6-3x-y}=9/8-(1/8)z 6 4 ×1/2 2 3 1 6 +R3 ~ ~ 2w+3x +y = 6 2x+3y+z = 6 2y+z = 3 An equivalent system is Back Substitute w = ½{ 6-3x-y}=9/8-(1/8)z x = ½{ 6-3y-z}=½{ 6-3×½(3-z)-z}=½{ 6-3×½(3-z)-z}=3/4+z/4 y = ½(3-z)