Chapter 4 Systems of Linear Equations; Matrices

Slides:



Advertisements
Similar presentations
If each equation in a system of equations is linear, then we have a system of linear equations.
Advertisements

Chapter 4 Systems of Linear Equations; Matrices
Chapter 4 Systems of Linear Equations; Matrices
§ 3.4 Matrix Solutions to Linear Systems.
4.3 Matrix Approach to Solving Linear Systems 1 Linear systems were solved using substitution and elimination in the two previous section. This section.
Chapter 4 Systems of Linear Equations; Matrices
Chapter 4 Systems of Linear Equations; Matrices Section 2 Systems of Linear Equations and Augmented Matrics.
1 Systems of Linear Equations & Matrices Sections 4.2 & 4.3 After today’s lesson, you will be able to Use terms associated with matrices. Set up and solve.
1 Copyright © 2015, 2011, 2007 Pearson Education, Inc. Chapter 4-1 Systems of Equations and Inequalities Chapter 4.
Matrices. Special Matrices Matrix Addition and Subtraction Example.
10.1 Gaussian Elimination Method
Linear Systems The definition of a linear equation given in Chapter 1 can be extended to more variables; any equation of the form for real numbers.
7.1 Systems of Linear Equations: Two Equations Containing Two Variables.
Systems of equations and matricies
LIAL HORNSBY SCHNEIDER
Chapter 1 Section 1.2 Echelon Form and Gauss-Jordan Elimination.
Section 8.1 – Systems of Linear Equations
Chapter 2 Systems of Linear Equations and Matrices Section 2.4 Multiplication of Matrices.
1 Systems of Linear Equations & Matrices Sections 4.2 & 4.3 After today’s lesson, you will be able to Use terms associated with matrices. Set up and solve.
Linear Algebra – Linear Equations
Multivariate Linear Systems and Row Operations.
Matrix Solution of Linear Systems The Gauss-Jordan Method Special Systems.
SYSTEMS OF LINEAR EQUATIONS
Systems of Linear Equations: Substitution and Elimination
1 1.1 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra SYSTEMS OF LINEAR EQUATIONS.
Systems and Matrices (Chapter5)
Section 4.1 Using Matrices to Represent Data. Matrix Terminology A matrix is a rectangular array of numbers enclosed in a single set of brackets. The.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
Sect 8.1 Systems of Linear Equations A system of linear equations is where all the equations in a system are linear ( variables raised to the first power).
Copyright © 2000 by the McGraw-Hill Companies, Inc. Barnett/Ziegler/Byleen Precalculus: A Graphing Approach Chapter Eight Systems: Matrices.
Section 1.1 Introduction to Systems of Linear Equations.
Warm-Up Write each system as a matrix equation. Then solve the system, if possible, by using the matrix equation. 6 minutes.
Three variables Systems of Equations and Inequalities.
Row Reduction Method Lesson 6.4.
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.
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.
Chapter 7 Notes Honors Pre-Calculus. 7.1/7.2 Solving Systems Methods to solve: EXAMPLES: Possible intersections: 1 point, 2 points, none Elimination,
Sullivan Algebra and Trigonometry: Section 12.1 Systems of Linear Equations Objectives of this Section Solve Systems of Equations by Substitution Solve.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Systems of Equations and Inequalities Systems of Linear Equations: Substitution and Elimination Matrices Determinants Systems of Non-linear Equations Systems.
Chapter 1 Section 1. Examples: 2 x 2 system 2 x 3 system 3 x 2 system.
Triangular Form and Gaussian Elimination Boldly on to Sec. 7.3a… HW: p odd.
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
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 4Chapter 4. 1 Copyright © 2012, 2008, 2004 Pearson Education, Inc. Objectives Solving Systems of Linear Equations by Matrix Methods Define.
10.3 Systems of Linear Equations: Matrices. A matrix is defined as a rectangular array of numbers, Column 1Column 2 Column jColumn n Row 1 Row 2 Row 3.
Matrices and Systems of Equations
Chapter 2 – Systems of Equations and Inequalities.
Chapter 1 Systems of Linear Equations Linear Algebra.
H.Melikian/12101 Gauss-Jordan Elimination Dr.Hayk Melikyan Departhmen of Mathematics and CS Any linear system must have exactly one solution,
4.8 Using matrices to solve systems! 2 variable systems – by hand 3 or more variables – using calculator!
H.Melikian/12101 System of Linear Equations and Augmented Matrices Dr.Hayk Melikyan Departmen of Mathematics and CS
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison- Wesley Systems of Equations in Three Variables Identifying Solutions Solving Systems.
Chapter 5: Matrices and Determinants Section 5.5: Augmented Matrix Solutions.
Linear Equations in Linear Algebra
Section 6.1 Systems of Linear Equations
Chapter 4 Systems of Linear Equations; Matrices
Solving Systems of Equations Using Matrices
Chapter 4 Systems of Linear Equations; Matrices
Lial/Hungerford/Holcomb/Mullins: Mathematics with Applications 11e Finite Mathematics with Applications 11e Copyright ©2015 Pearson Education, Inc. All.
Chapter 1: Linear Equations in Linear Algebra
Systems of linear equations substitution and elimination
Linear Equations in Linear Algebra
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
Matrices are identified by their size.
Presentation transcript:

Chapter 4 Systems of Linear Equations; Matrices Section 2 Systems of Linear Equations and Augmented Matrics

Learning Objectives for Section 4.2 Systems of Linear Equations and Augmented Matrices The student will be able to use terms associated with matrices. The student will be able to set up and solve the augmented matrix associated with a linear system in two variables. The student will be able to identify the three possible matrix solution types for a linear system in two variables. Barnett/Ziegler/Byleen Finite Mathematics 12e

Matrices It is impractical to solve more complicated linear systems by hand. Computers and calculators now have built in routines to solve larger and more complex systems. Matrices, in conjunction with graphing utilities and or computers are used for solving more complex systems. In this section, we will develop certain matrix methods for solving two by two systems. Barnett/Ziegler/Byleen Finite Mathematics 12e

Matrices Since this matrix has 3 rows and 3 columns, the dimensions of the matrix are 3 x 3. A matrix is a rectangular array of numbers written within brackets. Here is an example of a matrix which has three rows and three columns: The subscripts give the “address” of each entry of the matrix. For example the entry a23 is found in the second row and third column Each number in the matrix is called an element. Barnett/Ziegler/Byleen Finite Mathematics 12e

Matrix Solution of Linear Systems When solving systems of linear equations, we can represent a linear system of equations by an augmented matrix, a matrix which stores the coefficients and constants of the linear system and then manipulate the augmented matrix to obtain the solution of the system. Example: x + 3y = 5 2x – y = 3 The augmented matrix associated with the above system is Barnett/Ziegler/Byleen Finite Mathematics 12e

Generalization Linear system: Associated augmented matrix: Barnett/Ziegler/Byleen Finite Mathematics 12e

Operations that Produce Row-Equivalent Matrices 1. Two rows are interchanged: 2. A row is multiplied by a nonzero constant: 3. A constant multiple of one row is added to another row: Note: The arrow means “replaces.” Barnett/Ziegler/Byleen Finite Mathematics 12e

Augmented Matrix Method Example 1 Solve x + 3y = 5 2x – y = 3 1. Augmented system 2. Eliminate 2 in 2nd row by row operation 3. Divide row two by –7 to obtain a coefficient of 1. 4. Eliminate the 3 in first row, second position. 5. Read solution from matrix : Barnett/Ziegler/Byleen Finite Mathematics 12e

Augmented Matrix Method Example 2 Solve x + 2y = 4 x + (1/2)y = 4 Eliminate fraction in second equation by multiplying by 2 Write system as augmented matrix. Multiply row 1 by –2 and add to row 2 Divide row 2 by –3 Multiply row 2 by –2 and add to row 1. Read solution : x = 4, y = 0 (4,0) Barnett/Ziegler/Byleen Finite Mathematics 12e

Augmented Matrix Method Example 3 Solve 10x – 2y = 6 –5x + y = –3 1. Represent as augmented matrix. 2. Divide row 1 by 2 3. Add row 1 to row 2 and replace row 2 by sum 4. Since 0 = 0 is always true, we have a dependent system. The two equations are identical, and there are infinitely many solutions. Barnett/Ziegler/Byleen Finite Mathematics 12e

Augmented Matrix Method Example 4 Solve Rewrite second equation Add first row to second row The last row is the equivalent of 0x + 0y = -5 Since we have an impossible equation, there is no solution. The two lines are parallel and do not intersect. Barnett/Ziegler/Byleen Finite Mathematics 12e

Possible Final Matrix Forms for a Linear System in Two Variables Form 1: Unique Solution (Consistent and Independent) Form 2: Infinitely Many Solutions (Consistent and Dependent) Form 3: No Solution (Inconsistent) Barnett/Ziegler/Byleen Finite Mathematics 12e