Engineering Analysis ENG 3420 Fall 2009

Slides:



Advertisements
Similar presentations
Numerical Solution of Linear Equations
Advertisements

Lecture 5 Newton-Raphson Method
Numerical Solution of Nonlinear Equations
Linear Systems of Equations
Special Matrices and Gauss-Siedel
1 Systems of Linear Equations Iterative Methods. 2 B. Iterative Methods 1.Jacobi method and Gauss Seidel 2.Relaxation method for iterative methods.
Iterative methods for solving matrix equations 1. Jacobi 2. Gauss-Seidel 3. Successive overrelaxation (SOR) Idea behind iterative methods: Convert Ax=b.
1 Systems of Linear Equations Iterative Methods. 2 B. Direct Methods 1.Jacobi method and Gauss Seidel 2.Relaxation method for iterative methods.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 20 Solution of Linear System of Equations - Iterative Methods.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 19 Solution of Linear System of Equations - Iterative Methods.
ENGG 1801 Engineering Computing MATLAB Lecture 7: Tutorial Weeks Solution of nonlinear algebraic equations (II)
Special Matrices and Gauss-Siedel
Systems of Non-Linear Equations
Probability & Statistics for Engineers & Scientists, by Walpole, Myers, Myers & Ye ~ Chapter 11 Notes Class notes for ISE 201 San Jose State University.
Newton's Method for Functions of Several Variables
Principles of the Global Positioning System Lecture 10 Prof. Thomas Herring Room A;
Section 8.3 – Systems of Linear Equations - Determinants Using Determinants to Solve Systems of Equations A determinant is a value that is obtained from.
Chapter 8 Objectives Understanding matrix notation.
ITERATIVE TECHNIQUES FOR SOLVING NON-LINEAR SYSTEMS (AND LINEAR SYSTEMS)
Taylor Series.
Lecture Objectives Review SIMPLE CFD Algorithm SIMPLE Semi-Implicit Method for Pressure-Linked Equations Define Residual and Relaxation.
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
Biostatistics Lecture 17 6/15 & 6/16/2015. Chapter 17 – Correlation & Regression Correlation (Pearson’s correlation coefficient) Linear Regression Multiple.
Lecture Objectives: Explicit vs. Implicit Residual, Stability, Relaxation Simple algorithm.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 3- Chapter 12 Iterative Methods.
Lecture Objectives Review Define Residual and Relaxation SIMPLE CFD Algorithm SIMPLE Semi-Implicit Method for Pressure-Linked Equations.
MECN 3500 Inter - Bayamon Lecture 9 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Circuits Theory Examples Newton-Raphson Method. Formula for one-dimensional case: Series of successive solutions: If the iteration process is converged,
BE207 Numerical Analysis using Matlab Lecturer DR Abdullah Awad Faculty of Engineering.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 4 Chapter 15 General Least Squares and Non- Linear.
Elliptic PDEs and Solvers
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
Part 3 Chapter 12 Iterative Methods
Algebra Review. Systems of Equations Review: Substitution Linear Combination 2 Methods to Solve:
Statistics 350 Lecture 13. Today Last Day: Some Chapter 4 and start Chapter 5 Today: Some matrix results Mid-Term Friday…..Sections ; ;
Statistics 350 Lecture 2. Today Last Day: Section Today: Section 1.6 Homework #1: Chapter 1 Problems (page 33-38): 2, 5, 6, 7, 22, 26, 33, 34,
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
Physics 114: Lecture 13 Probability Tests & Linear Fitting
Part 3 Chapter 12 Iterative Methods
Root Finding Methods Fish 559; Lecture 15 a.
Adjustment of Trilateration
Solving Systems of Linear Equations: Iterative Methods
بسم الله الرحمن الرحيم.
Gauss-Siedel Method.
Numerical Analysis Lecture12.
© Fluent Inc. 1/10/2018L1 Fluids Review TRN Solution Methods.
Iterative Methods Good for sparse matrices Jacobi Iteration
Engineering Analysis – Fall 2009
Warm Up 3x + 5y = 25 4x + 7y = 34 Find the value of x and y so that both equations are true.
Autar Kaw Benjamin Rigsby
ENGG 1801 Engineering Computing
Solving Nonlinear Equation
Numerical Analysis Lecture 45.
Today’s class Multiple Variable Linear Regression
Computers in Civil Engineering 53:081 Spring 2003
Engineering Analysis ENG 3420 Fall 2009
Piecewise Quiz!.
Simultaneous Equations
Solving Systems of non-linear Equations
Nonlinear regression.
Matrix Solutions to Linear Systems
Introduction to Scientific Computing II
Applied Numerical Methods
Numerical Analysis Lecture13.
Linear Systems Numerical Methods.
COT 5611 Operating Systems Design Principles Spring 2012
Linear Algebra Lecture 16.
Regression and Correlation of Data
Multiple linear regression
Presentation transcript:

Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00

Lecture 20 Last time: Today Next Time The inverse of a matrix Iterative methods for solving sytems of linear equations Gauss-Siedel Jacobi Today Relaxation Non-linear systems Random variables, probability distributions, Matlab support for random variables. Next Time Linear regression Linear least squares regression Lecture 20 2

Relaxation To enhance convergence, an iterative program can introduce relaxation where the value at a particular iteration is made up of a combination of the old value and the newly calculated value: where  is a weighting factor that is assigned a value between 0 and 2. 0<<1: underrelaxation =1: no relaxation 1<≤2: overrelaxation

Nonlinear Systems Nonlinear systems can also be solved using the same strategy as the Gauss-Seidel method - solve each system for one of the unknowns and update each unknown using information from the previous iteration. This is called successive substitution.

Newton-Raphson Nonlinear systems may also be solved using the Newton-Raphson method for multiple variables. For a two-variable system, the Taylor series approximation and resulting Newton-Raphson equations are:

Probability and statistics concepts See class notes: Probability NASA lecture