Computers in Civil Engineering 53:081 Spring 2003 Lecture #8 Roots of Equations: Systems of Equations.

Slides:



Advertisements
Similar presentations
Numerical Solution of Nonlinear Equations
Advertisements

Open Methods Chapter 6 The Islamic University of Gaza
ROOTS OF EQUATIONS Student Notes ENGR 351 Numerical Methods for Engineers Southern Illinois University Carbondale College of Engineering Dr. L.R. Chevalier.
Empirical Maximum Likelihood and Stochastic Process Lecture VIII.
CSCE 641: Forward kinematics and inverse kinematics Jinxiang Chai.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
CSCE 641: Forward kinematics and inverse kinematics Jinxiang Chai.
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.
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
CSCE 689: Forward Kinematics and Inverse Kinematics
COMP322/S2000/L23/L24/L251 Camera Calibration The most general case is that we have no knowledge of the camera parameters, i.e., its orientation, position,
CHE/ME 109 Heat Transfer in Electronics LECTURE 11 – ONE DIMENSIONAL NUMERICAL MODELS.
Systems of Non-Linear Equations
Open Methods Chapter 6 The Islamic University of Gaza
Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis
Newton's Method for Functions of Several Variables
PETE 603 Lecture Session #28 Tuesday, 7/27/ Direct/Iterative Methods Iterative methods (systems of linear equations) –Computer time increases.
Solving Rational Equations A Rational Equation is an equation that contains one or more rational expressions. The following are rational equations:
Differential Equations and Boundary Value Problems
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Linear Algebraic Equations ~ Gauss Elimination Chapter.
EGR 1101 Unit 7 Systems of Linear Equations in Engineering (Chapter 7 of Rattan/Klingbeil text)
1 Linear Methods for Classification Lecture Notes for CMPUT 466/551 Nilanjan Ray.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
Taylor Series.
Math 201 for Management Students
Advanced Algebra Notes
Class 5: Question 1 Which of the following systems of equations can be represented by the graph below?
Table of Contents Solving Linear Systems of Equations - Dependent Systems The goal in solving a linear system of equations is to find the values of the.
Block 4 Nonlinear Systems Lesson 14 – The Methods of Differential Calculus The world is not only nonlinear but is changing as well 1 Narrator: Charles.
University of Memphis Mathematical Sciences Numerical Analysis “Algebra” (from the Arabic al-jabr, (the mending of) “broken bones”) literally refers to.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Roots of Equations ~ Open Methods Chapter 6 Credit:
1 Faculty of Applied Engineering and Urban Planning Civil Engineering Department ECGD3110 Numerical Analysis Lecture 11 1 st Semester 2009/2010 UoP Copyrights.
Linear Equations in Two Variables A Linear Equation in Two Variables is any equation that can be written in the form where A and B are not both zero.
1 Solution of Nonlinear Equation Dr. Asaf Varol
559 Fish 559; Lecture 25 Root Finding Methods. 559 What is Root Finding-I? Find the value for such that the following system of equations is satisfied:
LINEARIZATION AND NEWTON’S METHOD Section 4.5. Linearization Algebraically, the principle of local linearity means that the equation of the tangent.
1 ECE 1304 Introduction to Electrical and Computer Engineering Section 1.7 Linear Algebra with MATLAB.
1 EEE 431 Computational Methods in Electrodynamics Lecture 18 By Dr. Rasime Uyguroglu
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 27.
Solving Linear Systems by Substitution
Sullivan Algebra and Trigonometry: Section 1.1 Objectives of this Section Solve an Equation in One Variable Solve a Linear Equation Solve Equations That.
Searching a Linear Subspace Lecture VI. Deriving Subspaces There are several ways to derive the nullspace matrix (or kernel matrix). ◦ The methodology.
Computers in Civil Engineering 53:081 Spring 2003 Lecture #10 Pipe Network as a Systems of Non-Linear Equations.
Advanced Algorithms Analysis and Design By Dr. Nazir Ahmad Zafar Dr Nazir A. Zafar Advanced Algorithms Analysis and Design.
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
Solving Linear Systems
Simultaneous Equations 1
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
Root Finding Methods Fish 559; Lecture 15 a.
The exact values can be found by solving the equations simultaneously
We will be looking for a solution to the system of linear differential equations with constant coefficients.
Advanced Numerical Methods (S. A. Sahu) Code: AMC 51151
Solving Linear Systems Algebraically
Phys102 Lecture 12 Kirchhoff’s Rules
Chapter 6.
CSCE 441: Computer Graphics Forward/Inverse kinematics
Chapter 27.
Computers in Civil Engineering 53:081 Spring 2003
Use power series to solve the differential equation. {image}
Simultaneous Equations
Linear Algebra Lecture 3.
6.5 Taylor Series Linearization
3.4 Solving Systems of Linear Equations in 3 Variables
Solving Linear Equations by Graphing
Lucan Community College Leaving Certificate Mathematics
Chapter 6.
Phys102 Lecture 12 Kirchhoff’s Rules
Multiply by 5/40 and sum with 2nd row
Presentation transcript:

Computers in Civil Engineering 53:081 Spring 2003 Lecture #8 Roots of Equations: Systems of Equations

Problem Statement Up to now we have considered finding the root(s) of a single equation: Now consider finding roots of a set of simultaneous equations: That is, finding a set of x values that simultaneously result in all functions being zero.

Example Consider the set of equations: This can be written as (think of x,y as x 1, x 2 ): Roots simultaneously make both functions zero:

Discussion of Methods lGraphical Representation –Not so easy to plot 2- or 3-dimensional systems. For example: –How does one plot 4-, 5-, and higher dimensional systems? lBracketing Methods –Inefficient as they would imply search over multi- dimensional space lIterative Methods – Approach of choice

Newton-Raphson Algorithm Recall single equation derivation: recall i denotes latest estimate; i+1 is new estimate

Newton-Raphson 2-D Generalization Denote: Now our system is: 2-D Taylor series expansion (a.k.a. chain rule):

Compare with 1-D case:

Our objective for i+1 st iteration is: Rearrange: This is a set of linear equations (no products or roots of variables, all variables occur only to first power) with the only unknowns. Since the system is linear, one can use algebraic manipulations to solve for

Solution Denominator is called the “determinant of the Jacobian of the system”

Generalization to n-dimensions As before, at the location of the root:

and rearrange:Set This is a again as set of linear equations with the only unknowns. Since the system is linear, one can use algebraic manipulations solve.

Example Recall the following equation from the 2-D generalization of the Newton-Raphson method: In matrix form:

Next: Solving Linear Systems Read the Text