Prof. Muhammad Saeed 1.Nonlinear Equations 2.System of Linear Equations.

Slides:



Advertisements
Similar presentations
Prof. Muhammad Saeed ( Differentiation and Integration )
Advertisements

Prof. Muhammad Saeed ( Ordinary Differential Equations )
Prof. Muhammad Saeed ( Interpolation and Curve Fitting )
4.1 Introduction to Matrices
E. T. S. I. Caminos, Canales y Puertos1 Engineering Computation Lecture 7.
Beath High School - Int 1 Physics1 Physics Ohm’s Law Questions and Answers.
Numerical Solution of Linear Equations
Part 2 Chapter 6 Roots: Open Methods
Numerical Computation Lecture 4: Root Finding Methods - II United International College.
Chapter 6: Roots: Open Methods
CS-110 Computational Engineering Part 3
Lecture 5 Newton-Raphson Method
Chapter 2 Solutions of Systems of Linear Equations / Matrix Inversion
CSE 330: Numerical Methods
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 51.
Roots of Equations Open Methods (Part 2).
Lecture #18 EEE 574 Dr. Dan Tylavsky Nonlinear Problem Solvers.
Open Methods (Part 1) Fixed Point Iteration & Newton-Raphson Methods
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 20 Solution of Linear System of Equations - Iterative Methods.
Revision.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 9 Roots of Equations Open Methods.
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.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 8 Roots of Equations Open Methods.
Bracketing Methods Chapter 5 The Islamic University of Gaza
Fin500J: Mathematical Foundations in Finance Topic 3: Numerical Methods for Solving Non-linear Equations Philip H. Dybvig Reference: Numerical Methods.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Linear Algebraic Equations ~ Gauss Elimination Chapter.
Chapter 4 Roots of Polynomials.
MATH 685/ CSI 700/ OR 682 Lecture Notes Lecture 8. Nonlinear equations.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 2 Roots of Equations Why? But.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
Review Taylor Series and Error Analysis Roots of Equations
Lecture 6 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 3- Chapter 12 Iterative Methods.
Numerical Methods and Computational Techniques Solution of Transcendental and Polynomial Equations.
Lecture 5 - Single Variable Problems CVEN 302 June 12, 2002.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 5 Bracketing Methods.
Solving Non-Linear Equations (Root Finding)
Lecture 6 - Single Variable Problems & Systems of Equations CVEN 302 June 14, 2002.
SOLVING NONLINEAR EQUATIONS. SECANT METHOD MATH-415 Numerical Analysis 1.
Yasser F. O. Mohammad Assiut University Egypt. Previously in NM Bracketing Methods Bisection False Position Fixed Point Iteration Local Convergence Methods.
Intelligent Numerical Computation1 Numerical Analysis Basic structures of a flowchart Solving a nonlinear equation with one variable Bisection method Newton.
Gaoal of Chapter 2 To develop direct or iterative methods to solve linear systems Useful Words upper/lower triangular; back/forward substitution; coefficient;
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 2 / Chapter 5.
Part 3 Chapter 12 Iterative Methods
Root Finding Methods Fish 559; Lecture 15 a.
Simultaneous Linear Equations
Spring Dr. Jehad Al Dallal
Numerical Methods and Analysis
بسم الله الرحمن الرحيم.
Gauss-Siedel Method.
Iterative Methods Good for sparse matrices Jacobi Iteration
Computational Methods EML3041
Autar Kaw Benjamin Rigsby
Numerical Analysis Lecture 7.
Numerical Analysis Lecture 45.
Computers in Civil Engineering 53:081 Spring 2003
Chapter 10. Numerical Solutions of Nonlinear Systems of Equations
Unit I C Language Review Ref. Book: Yashavant Kanetkar, “Let Us C”, BPB Publications, 10/E, 2010.
SOLUTION OF NONLINEAR EQUATIONS
MATH-321 In One Slide MATH-321 & MATLAB Command.
ROOTS OF EQUATIONS.
Linear Algebra Lecture 16.
Numerical Modeling Ramaz Botchorishvili
Pivoting, Perturbation Analysis, Scaling and Equilibration
Presentation transcript:

Prof. Muhammad Saeed 1.Nonlinear Equations 2.System of Linear Equations

2M.Sc. Physics 1.Erro rs: Personal Computer Number Constraints ( eps Etc. ) Truncation Round-Off Absolute (True ) Relative Approximate Relative Local Global Propagated

M.Sc. Physics3 2. Other Definitions Accuracy Precision

M.Sc. Physics4 3.Solution Of Nonlinear Equations (Roots ): Bisection Method 1. Bracketing Methods x2x2 x3x3 x1x1

M.Sc. Physics5 Linear Interpolation ( False Position ) Method False Position Pitfalls

M.Sc. Physics6 2. Open Methods Fixed-Point Iteration Convergence Divergence

M.Sc. Physics7 Newton-Raphson Newton-Raphson Method Newton-Raphsons Pitfalls

M.Sc. Physics8 Secant

M.Sc. Physics9 4. Complex Roots Of Polynomials Muller Muller Method

M.Sc. Physics10 Bairstow

M.Sc. Physics11 3.System Of Nonlinear Equations Iterative Method Newtons Method

M.Sc. Physics12 4.Convergence Criteria Fixed-Point Iteration Method: Newtons Method: False Position Method: Secant Method:

13M.Sc. Physics 4.About Solution of Linear Equations: Pathology i)Matrix is Singular ii)System is ill-conditioned ( Small changes in input give rise to large changes in the output) Pivoting and Scaling Norms of Matrices i) ii) iii) iv) Condition No.

M.Sc. Physics14 5.Solution of Linear Equations: Simple Iterative Method Gauss-Seidel Method The diagonal element must be greater than the off-diagonal element for each row to ensure the convergence. Relaxation Method

M.Sc. Physics15