1 Faculty of Applied Engineering and Urban Planning Civil Engineering Department ECGD3110 Numerical Analysis Lecture 11 1 st Semester 2009/2010 UoP Copyrights.

Slides:



Advertisements
Similar presentations
Part 3 Chapter 9 Gauss Elimination
Advertisements

Chapter 9 Gauss Elimination The Islamic University of Gaza
Ecuaciones Algebraicas lineales. An equation of the form ax+by+c=0 or equivalently ax+by=- c is called a linear equation in x and y variables. ax+by+cz=d.
Linear Algebraic Equations
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.
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 14 Elimination Methods.
Dr. Jie Zou PHY Chapter 3 Solution of Simultaneous Linear Algebraic Equations: Lecture (II) Note: Besides the main textbook, also see Ref: Applied.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 15 Solution of Systems of Equations.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Part 31 Chapter.
Using Inverse Matrices Solving Systems. You can use the inverse of the coefficient matrix to find the solution. 3x + 2y = 7 4x - 5y = 11 Solve the system.
Copyright © 2009 Pearson Education, Inc. CHAPTER 9: Systems of Equations and Matrices 9.1 Systems of Equations in Two Variables 9.2 Systems of Equations.
Gabriel Cramer was a Swiss mathematician ( )
3.5 Solution by Determinants. The Determinant of a Matrix The determinant of a matrix A is denoted by |A|. Determinants exist only for square matrices.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
Cramer’s Rule for 2x2 systems
Lesson 9.7 Solve Systems with Quadratic Equations
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Part 31 Linear.
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
System of Linear Equations with One Solution Solve the given system of linear equations by graphing both equations on the same integer screen. 1. The point.
1.3 The Intersection Point of Lines System of Equation A system of two equations in two variables looks like: – Notice, these are both lines. Linear Systems.
Adjoint matrix Yes! The array of algebraic complements!
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Lecture 28: Mathematical Insight and Engineering.
1 Ch. 4 Linear Models & Matrix Algebra Matrix algebra can be used: a. To express the system of equations in a compact manner. b. To find out whether solution.
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Determinants and Cramer’s Rule.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 3 - Chapter 9 Linear Systems of Equations: Gauss Elimination.
Algebra a Niagara Falls Get ready for a “Small Quiz” to be written on your grade sheet.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Introduction Course Outline.
ME 142 Engineering Computation I Matrix Operations in Excel.
Chapter 9 Gauss Elimination The Islamic University of Gaza
Systems of Equations and Inequalities Ryan Morris Josh Broughton.
Objective 1 You will be able to find the determinant of a 2x2 and a 3x3 matrix.
Chapter 7 Solving systems of equations substitution (7-1) elimination (7-1) graphically (7-1) augmented matrix (7-3) inverse matrix (7-3) Cramer’s Rule.
4-8 Cramer’s Rule We can solve a system of linear equations that has a unique solution by using determinants and a pattern called Cramer’s Rule (named.
Solving Systems of Equations
SYSTEMS OF LINEAR EQUATIONS College Algebra. Graphing and Substitution Solving a system by graphing Types of systems Solving by substitution Applications.
Notes Over 4.3 Evaluate Determinants of 2 x 2 Matrices
EXAMPLE 1 Solve a system graphically Graph the linear system and estimate the solution. Then check the solution algebraically. 4x + y = 8 2x – 3y = 18.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Cramer’s Rule for solving linear systems Part 1.
Solving Systems of Equations Chapter 3. System of Linear Equations 0 Consists of two or more equations. 0 The solution of the equations is an ordered.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 3 - Chapter 9.
Downhill product – Uphill product.
Cramer’s Rule (because Cramer RULES!)
LINEAR ALGEBRA.
ECE 3301 General Electrical Engineering
Bracketing Methods (Bisection Method)
Mr. Hartzer, Hamtramck High School
4.3 Determinants and Cramer’s Rule
4.3 Determinants & Cramer’s Rule
Solving Linear Systems Algebraically
4.3 Determinants and Cramer’s Rule
Lesson 13-3: Determinants & Cramer’s Rule
Part 3 - Chapter 9.
Evaluate Determinants & Apply Cramer’s Rule
Fundamentals of Engineering Analysis
Simultaneous Equations
Use Inverse Matrices to Solve 2 Variable Linear Systems
Students will write a summary explaining how to use Cramer’s rule.
ELL100: INTRODUCTION TO ELECTRICAL ENG.
Fundamentals of Engineering Analysis
Simultaneous Equations
SIMULTANEOUS EQUATIONS 1
ARRAY DIVISION Identity matrix Islamic University of Gaza
4.4 Objectives Day 1: Find the determinants of 2  2 and 3  3 matrices. Day 2: Use Cramer’s rule to solve systems of linear equations. Vocabulary Determinant:
4.3 Determinants and Cramer’s Rule
College Algebra Chapter 6 Matrices and Determinants and Applications
Systems of Equations Solve by Graphing.
Multiply by 5/40 and sum with 2nd row
Presentation transcript:

1 Faculty of Applied Engineering and Urban Planning Civil Engineering Department ECGD3110 Numerical Analysis Lecture 11 1 st Semester 2009/2010 UoP Copyrights 2009 Solution of Linear Systems Graphical Methods Cramer's Method

2 Noncomputer Methods for Solving Systems of Equations For small number of equations (n ≤ 3) linear equations can be solved readily by simple techniques such as “ method of elimination. ” Linear algebra provides the tools to solve such systems of linear equations. Nowadays, easy access to computers makes the solution of large sets of linear algebraic equations possible and practical.

3 Solving Small Numbers of Equations There are many ways to solve a system of linear equations: –Graphical methods –Cramer ’ s rule –Method of elimination –Computer methods For n ≤ 3 Noncomputer Methods for Solving Systems of Equations

4 Graphical Methods For two equations: Solve both equations for x 2:

5 Graphical Methods

6 Plot x 2 vs. x 1 on rectilinear paper, the intersection of the lines present the solution.

7 ill-Condition System

8 Determinants and Cramer ’ s Rule Determinant can be illustrated for a set of three equations:Determinant can be illustrated for a set of three equations: Where A is the coefficient matrix:Where A is the coefficient matrix:

9 Assuming all matrices are square matrices, there is a number associated with each square matrix A called the determinant, D, of A. If [A] is order 1, then [A] has one element: A=[a 11 ] D=a 11 For a square matrix of order 2, A= the determinant is a 11 a 12 a 21 a 22 Determinants and Cramer ’ s Rule

10 For a square matrix of order 3

11 Cramer’s rule expresses the solution of a systems of linear equations in terms of ratios of determinants of the array of coefficients of the equations. For example, x 1 would be computed as:

12 Example

13

14

15 Exercise 15

16 n = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, …. F(n) = 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, …. Fibonacci Numbers