Gaussian Elimination.

Slides:



Advertisements
Similar presentations
Chapter 2 Solutions of Systems of Linear Equations / Matrix Inversion
Advertisements

4/26/ LU Decomposition Civil Engineering Majors Authors: Autar Kaw Transforming.
Simultaneous Linear Equations
Simultaneous Linear Equations
Major: All Engineering Majors Authors: Autar Kaw
SOLVING SYSTEMS OF LINEAR EQUATIONS. Overview A matrix consists of a rectangular array of elements represented by a single symbol (example: [A]). An individual.
Lecture 9: Introduction to Matrix Inversion Gaussian Elimination Sections 2.4, 2.5, 2.6 Sections 2.2.3, 2.3.
Part 3 Chapter 9 Gauss Elimination
Chapter 9 Gauss Elimination The Islamic University of Gaza
Major: All Engineering Majors Author(s): Autar Kaw
1 Simultaneous Linear Equations Gaussian Elimination.
Linear Algebraic Equations
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 17 Solution of Systems of Equations.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 15 Solution of Systems of Equations.
Algorithm for Gauss elimination 1) first eliminate for each eq. j, j=1 to n-1 for all eq.s k greater than j a) multiply eq. j by a kj /a jj b) subtract.
ECIV 301 Programming & Graphics Numerical Methods for Engineers REVIEW II.
Simultaneous Linear Equations
Mujahed AlDhaifallah (Term 342) Read Chapter 9 of the textbook
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 10 LU Decomposition and Matrix.
Systems of Linear Equations
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Part 31 Chapter.
Major: All Engineering Majors Author(s): Autar Kaw
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
MECN 3500 Inter - Bayamon Lecture 7 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Yasser F. O. Mohammad Assiut University Egypt. Previously in NM Introduction to NM Solving single equation System of Linear Equations Vectors and Matrices.
ΑΡΙΘΜΗΤΙΚΕΣ ΜΕΘΟΔΟΙ ΜΟΝΤΕΛΟΠΟΙΗΣΗΣ 4. Αριθμητική Επίλυση Συστημάτων Γραμμικών Εξισώσεων Gaussian elimination Gauss - Jordan 1.
Chapter 3 Solution of Algebraic Equations 1 ChE 401: Computational Techniques for Chemical Engineers Fall 2009/2010 DRAFT SLIDES.
Chemical Engineering Majors Author(s): Autar Kaw
Lecture 7 - Systems of Equations CVEN 302 June 17, 2002.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 3 - Chapter 9 Linear Systems of Equations: Gauss Elimination.
Gaussian Elimination Electrical Engineering Majors Author(s): Autar Kaw Transforming Numerical Methods Education for.
Chapter 9 Gauss Elimination The Islamic University of Gaza
Simultaneous Linear Equations
Gaussian Elimination Industrial Engineering Majors Author(s): Autar Kaw Transforming Numerical Methods Education for.
Gaussian Elimination Mechanical Engineering Majors Author(s): Autar Kaw Transforming Numerical Methods Education for.
1/18/ LU Decomposition Industrial Engineering Majors Authors: Autar Kaw Transforming.
Linear Systems Numerical Methods. 2 Jacobi Iterative Method Choose an initial guess (i.e. all zeros) and Iterate until the equality is satisfied. No guarantee.
3/1/ LU Decomposition Computer Engineering Majors Authors: Autar Kaw Transforming.
3/6/ Gauss-Siedel Method Major: All Engineering Majors Author: دکتر ابوالفضل رنجبر نوعی
Gaussian Elimination Civil Engineering Majors Author(s): Autar Kaw Transforming Numerical Methods Education for STEM.
Unit #1 Linear Systems Fall Dr. Jehad Al Dallal.
Autar Kaw Benjamin Rigsby Transforming Numerical Methods Education for STEM Undergraduates.
Linear Algebra Review Tuesday, September 7, 2010.
Autar Kaw Benjamin Rigsby Transforming Numerical Methods Education for STEM Undergraduates.
Numerical Methods.  LU Decomposition is another method to solve a set of simultaneous linear equations  For most non-singular matrix [A] that one could.
Lecture 9 Numerical Analysis. Solution of Linear System of Equations Chapter 3.
Numerical Methods. Introduction Prof. S. M. Lutful Kabir, BRAC University2  One of the most popular techniques for solving simultaneous linear equations.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 3 - Chapter 9.
Numerical Methods. Prof. S. M. Lutful Kabir, BRAC University2  One of the most popular techniques for solving simultaneous linear equations is the Gaussian.
Pitfalls of Gauss Elimination ● Division by zero (avoid by pivoting) ● Round-off errors – Important with >100 eqns – Substitute answer into original eqn.
Part 3 Chapter 9 Gauss Elimination
Simultaneous Linear Equations
Spring Dr. Jehad Al Dallal
Gauss-Siedel Method.
Simultaneous Linear Equations
Naïve Gauss Elimination Pitfalls
Autar Kaw Benjamin Rigsby
Part 3 - Chapter 9.
Chemical Engineering Majors Authors: Autar Kaw
Simultaneous Linear Equations
Major: All Engineering Majors Author(s): Autar Kaw
Numerical Analysis Lecture14.
Numerical Computation and Optimization
Numerical Analysis Lecture10.
Simultaneous Linear Equations
Lecture 13 Simultaneous Linear Equations – Gaussian Elimination (2) Partial Pivoting Dr .Qi Ying.
Major: All Engineering Majors Authors: Autar Kaw
Simultaneous Linear Equations Gaussian Elimination with Partial Pivoting
Naïve Gauss Elimination Pitfalls
Numerical Analysis Lecture11.
Presentation transcript:

Gaussian Elimination

Naïve Gauss Elimination

Naïve Gaussian Elimination A method to solve simultaneous linear equations of the form [A][X]=[C] Two steps 1. Forward Elimination 2. Back Substitution

Forward Elimination The goal of forward elimination is to transform the coefficient matrix into an upper triangular matrix

Forward Elimination Step 1 For Equation 2, divide Equation 1 by and multiply by .

Forward Elimination Subtract the result from Equation 2. − or _________________________________________________ or

Forward Elimination Repeat this procedure for the remaining equations to reduce the set of equations as . . . End of Step 1

Forward Elimination Step 2 Repeat the same procedure for the 3rd term of Equation 3. . . End of Step 2

Forward Elimination At the end of (n-1) Forward Elimination steps, the system of equations will look like . . End of Step (n-1)

Matrix Form at End of Forward Elimination

Back Substitution Example of a system of 3 equations Solve each equation starting from the last equation Example of a system of 3 equations

Back Substitution Starting Eqns . .

Naïve Gauss Elimination Example

Example 1 The upward velocity of a rocket is given at three different times Table 1 Velocity vs. time data. Time, Velocity, 5 106.8 8 177.2 12 279.2 The velocity data is approximated by a polynomial as: Find the velocity at t=6 seconds .

Example 1 Cont. Assume Results in a matrix template of the form: Using data from Table 1, the matrix becomes:

Example 1 Cont. Forward Elimination Back Substitution 16

Forward Elimination 17

Forward Elimination: Step 1 Divide Equation 1 by 25 and multiply it by 64, . . Subtract the result from Equation 2 Substitute new equation for Equation 2 18

Forward Elimination: Step 1 (cont.) Divide Equation 1 by 25 and multiply it by 144, . . Subtract the result from Equation 3 Substitute new equation for Equation 3 19

Forward Elimination: Step 2 Divide Equation 2 by −4.8 and multiply it by −16.8, . Subtract the result from Equation 3 Substitute new equation for Equation 3 20

Back Substitution 21

Back Substitution Solving for a3 22

Back Substitution (cont.) Solving for a2 23

Back Substitution (cont.) Solving for a1 24

Naïve Gaussian Elimination Solution 25

Example 1 Cont. Solution The solution vector is The polynomial that passes through the three data points is then:

Naïve Gauss Elimination Pitfalls

Pitfall#1. Division by zero

Pitfall#2. Large Round-off Errors Exact Solution

Solve it on a computer using 6 significant digits with chopping Pitfall#2. Large Round-off Errors Solve it on a computer using 6 significant digits with chopping

Pitfall#2. Large Round-off Errors Solve it on a computer using 5 significant digits with chopping Is there a way to reduce the round off error?

Avoiding Pitfalls Increase the number of significant digits Decreases round-off error Does not avoid division by zero

Avoiding Pitfalls Gaussian Elimination with Partial Pivoting Avoids division by zero Reduces round off error

Gauss Elimination with Partial Pivoting

Avoiding Pitfalls Increase the number of significant digits Decreases round-off error Does not avoid division by zero

Avoiding Pitfalls Gaussian Elimination with Partial Pivoting Avoids division by zero Reduces round off error

What is Different About Partial Pivoting? At the beginning of the kth step of forward elimination, find the maximum of If the maximum of the values is in the p th row, then switch rows p and k.

Matrix Form at Beginning of 2nd Step of Forward Elimination

Which two rows would you switch? Example (2nd step of FE) Which two rows would you switch?

Example (2nd step of FE) Switched Rows

Gaussian Elimination with Partial Pivoting A method to solve simultaneous linear equations of the form [A][X]=[C] Two steps 1. Forward Elimination 2. Back Substitution

Gauss Elimination with Partial Pivoting Example

Example 2 Solve the following set of equations by Gaussian elimination with partial pivoting 51

Example 2 Cont. Forward Elimination Back Substitution 52

Forward Elimination 53

Forward Elimination: Step 1 Examine absolute values of first column, first row and below. Largest absolute value is 144 and exists in row 3. Switch row 1 and row 3.

Forward Elimination: Step 1 (cont.) Divide Equation 1 by 144 and multiply it by 64, . . Subtract the result from Equation 2 Substitute new equation for Equation 2 56

Forward Elimination: Step 1 (cont.) Divide Equation 1 by 144 and multiply it by 25, . . Subtract the result from Equation 3 Substitute new equation for Equation 3 57

Forward Elimination: Step 2 Examine absolute values of second column, second row and below. Largest absolute value is 2.917 and exists in row 3. Switch row 2 and row 3.

Forward Elimination: Step 2 (cont.) Divide Equation 2 by 2.917 and multiply it by 2.667, . Subtract the result from Equation 3 Substitute new equation for Equation 3 59

Back Substitution 60

Back Substitution Solving for a3 61

Back Substitution (cont.) Solving for a2 62

Back Substitution (cont.) Solving for a1 63

Gaussian Elimination with Partial Pivoting Solution 64

Gauss Elimination with Partial Pivoting Another Example

Partial Pivoting: Example Consider the system of equations In matrix form = Solve using Gaussian Elimination with Partial Pivoting using five significant digits with chopping

Partial Pivoting: Example Forward Elimination: Step 1 Examining the values of the first column |10|, |-3|, and |5| or 10, 3, and 5 The largest absolute value is 10, which means, to follow the rules of Partial Pivoting, we switch row1 with row1. Performing Forward Elimination

Partial Pivoting: Example Forward Elimination: Step 2 Examining the values of the first column |-0.001| and |2.5| or 0.0001 and 2.5 The largest absolute value is 2.5, so row 2 is switched with row 3 Performing the row swap

Partial Pivoting: Example Forward Elimination: Step 2 Performing the Forward Elimination results in:

Partial Pivoting: Example Back Substitution Solving the equations through back substitution

Partial Pivoting: Example Compare the calculated and exact solution The fact that they are equal is coincidence, but it does illustrate the advantage of Partial Pivoting

Determinant of a Square Matrix Using Naïve Gauss Elimination Example 72

Theorem of Determinants The determinant of an upper triangular matrix [A]nxn is given by 73

Forward Elimination of a Square Matrix Using forward elimination to transform [A]nxn to an upper triangular matrix, [U]nxn. 74

Example Using naïve Gaussian elimination find the determinant of the following square matrix. 75

Forward Elimination 76

Forward Elimination: Step 1 Divide Equation 1 by 25 and multiply it by 64, . . Subtract the result from Equation 2 Substitute new equation for Equation 2 77

Forward Elimination: Step 1 (cont.) Divide Equation 1 by 25 and multiply it by 144, . . Subtract the result from Equation 3 Substitute new equation for Equation 3 78

Forward Elimination: Step 2 Divide Equation 2 by −4.8 and multiply it by −16.8, . . Subtract the result from Equation 3 Substitute new equation for Equation 3 79

Finding the Determinant After forward elimination . 80

Tugas Kerjakan soal berikut menggunakan eliminasi Gaussian. 𝟔 𝟐 𝟑 𝟎 𝟏𝟎 −𝟕 𝟓 −𝟏 𝟓 𝑿𝟏 𝑿𝟐 𝑿𝟑 = 𝟏𝟏 𝟑 𝟗