10.1 Gaussian Elimination Method

Slides:



Advertisements
Similar presentations
Gauss Elimination.
Advertisements

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.
12.1 Systems of Linear Equations: Substitution and Elimination.
Solving systems using matrices
Chapter 1 Systems of Linear Equations
Section 8.1 – Systems of Linear Equations
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Introduction Information in science, business, and mathematics is often organized into rows and columns to form rectangular arrays called “matrices” (plural.
Linear Algebra – Linear Equations
Multivariate Linear Systems and Row Operations.
SYSTEMS OF LINEAR EQUATIONS
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Math Dept, Faculty of Applied Science, HCM University of Technology
Chap. 1 Systems of Linear Equations
Chapter 1 Systems of Linear Equations and Matrices
Systems and Matrices (Chapter5)
ECON 1150 Matrix Operations Special Matrices
System of Linear Equations Nattee Niparnan. LINEAR EQUATIONS.
Reduced Row Echelon Form
 Row and Reduced Row Echelon  Elementary Matrices.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
Matrices King Saud University. If m and n are positive integers, then an m  n matrix is a rectangular array in which each entry a ij of the matrix is.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
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.
Systems of Linear Equation and Matrices
Matrix Algebra. Quick Review Quick Review Solutions.
Slide Chapter 7 Systems and Matrices 7.1 Solving Systems of Two Equations.
Three variables Systems of Equations and Inequalities.
MATH 250 Linear Equations and Matrices
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,
CHAPTER 2 MATRIX. CHAPTER OUTLINE 2.1 Introduction 2.2 Types of Matrices 2.3 Determinants 2.4 The Inverse of a Square Matrix 2.5 Types of Solutions to.
1 Part II: Linear Algebra Chapter 8 Systems of Linear Algebraic Equations; Gauss Elimination 8.1 Introduction There are many applications in science and.
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.
Using Matrices A matrix is a rectangular array that can help us to streamline the solving of a system of equations The order of this matrix is 2 × 3 If.
Systems of Equations and Inequalities Systems of Linear Equations: Substitution and Elimination Matrices Determinants Systems of Non-linear Equations Systems.
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
Chapter 1 Linear Algebra S 2 Systems of Linear Equations.
Matrices and Systems of Equations
Meeting 19 System of Linear Equations. Linear Equations A solution of a linear equation in n variables is a sequence of n real numbers s 1, s 2,..., s.
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.
Chapter 1 Systems of Linear Equations Linear Algebra.
Arab Open University Faculty of Computer Studies M132: Linear Algebra
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
Gaussian Elimination Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Gaussian elimination with back-substitution.
College Algebra Chapter 6 Matrices and Determinants and Applications
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
Chapter 1 Linear Equations and Vectors
Chapter 1 Systems of Linear Equations
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Chapter 1 Systems of Linear Equations and Matrices
Matrices and Systems of Equations
Gaussian Elimination and Gauss-Jordan Elimination
Chapter 4 Systems of Linear Equations; Matrices
Chapter 1: Linear Equations in Linear Algebra
College Algebra Chapter 6 Matrices and Determinants and Applications
Chapter 4 Systems of Linear Equations; Matrices
Section 8.1 – Systems of Linear Equations
Matrices are identified by their size.
Presentation transcript:

10.1 Gaussian Elimination Method Linear Algebra 10.1 Gaussian Elimination Method Quiz # 3, Monday 20 on sections: 9.3, 10.1

Objective Introduction to Matrices Elementary Row Operations Gaussian Elimination Method

Matrices Definition An equation such as x+3y=9 is called a linear equation. The graph of this equation is a straight line in the x-y plane. A pair of values of x and y that satisfy the equation is called a solution.

Definition A linear equation in n variables x1, x2, x3, …, xn has the form a1 x1 + a2 x2 + a3 x3 + … + an xn = b where the coefficients a1, a2, a3, …, an and b are real numbers.

Solutions for System of Linear Equations Figure 1.2 No solution –2x + y = 3 –4x + 2y = 2 Lines are parallel. No point of intersection. No solutions. Figure 1.3 Many solution) 4x – 2y = 6 6x – 3y = 9 Both equations have the same graph. Any point on the graph is a solution. Many solutions. Figure 1.1 Unique solution x + 3y = 9 –2x + y = –4 Lines intersect at (3, 2) Unique solution: x = 3, y = 2.

A linear equation in three variables corresponds to a plane in three-dimensional space. ※ Systems of three linear equations in three variables: Unique solution( one solution)

No solutions Many solutions

How to solve a system of linear equations? Gaussian Elimination Method. Gaussian –Jordan Method Grammars Rule ….etc

Definition A matrix is a rectangular array of numbers. The numbers in the array are called the elements of the matrix. Examples of Matrices

General Form of A Matrix: (i, j)-th entry: Number of rows: m Number of columns: n size: m×n

Row and Column

Size and Type Location Identity Matrices aijrow i, column j diagonal 1,0,I size

Diagonal matrix: Square matrix: m = n

Example 1

Row Echelon Form Definition A matrix is in row echelon form if Any rows consisting entirely of zeros are grouped at the bottom of the matrix. The first nonzero element of each other row is 1. This element is called a leading 1. The leading 1 of each row after the first is positioned to the right of the leading 1 of the previous row.

Examples for reduced echelon form () () () () elementary row operations are used to put a matrix in the row echelon form.

Elementary Row Operations of Matrices Elementary Transformation Interchange two equations. 2. Multiply both sides of an equation by a nonzero constant. 3. Add a multiple of one equation to another equation. Elementary Row Operation Interchange two rows of a matrix. Multiply the elements of a row by a nonzero constant. Add a multiple of the elements of one row to the corresponding elements of another row.

Example 2 Use the elementary row operations to find the row echelon form of the following matrix. Solution pivot leading 1) pivot pivot The matrix is the row echelon form of the given matrix.

Solving Linear Systems by Gaussian Elimination Method System of linear equations  form augmented matrix  put the augmented matrix in row echelon from  solve by back substitution

Matrix form of a system of linear equations: = A x b

matrix of coefficient and augmented matrix

Example 3 Solving the following system of linear equation. Solution row equivalent Solution Equation Method Initial system: Analogous Matrix Method Augmented matrix: Eq2+(–2)Eq1 Eq3+(–1)Eq1 R2+(–2)R1 R3+(–1)R1 

Eq3+(2)Eq2 R3+(2)R2  (–1/5)Eq3 Back substitution (–1/5)R3  The solution is The solution is

Example 4 Solving the following system of linear equation. Solution

Example 5 Solve the system Solution

Example 6 Solve, if possible, the system of equations Solution The general solution to the system is

Example 7 Solve the system of equations  many sol. Solution

Example 8 Solve the system of equations Solution

Example 9 This example illustrates a system that has no solution. Let us try to solve the system Solution 0x1+0x2+0x3=1 The system has no solution.

Homogeneous System of linear Equations Note. trivial solution The system has other nontrivial solutions. Example: Theorem A system of homogeneous linear equations that has more variables than equations has many solutions.

Summary If , then the system is independent If , then the system is dependent If , then the system is inconsistent

Exercises Ex 55: Find all values of a for which the following system has a unique solution

Ex :Find the interpolating polynomial that passes through the points ( -3,28), (-1,6) and (2,3)