Chapter 2 System of Linear Equations Sensitivity and Conditioning (2.3) Solving Linear Systems (2.4) January 19, 2010.

Slides:



Advertisements
Similar presentations
Example 1 Matrix Solution of Linear Systems Chapter 7.2 Use matrix row operations to solve the system of equations  2009 PBLPathways.
Advertisements

Linear Systems LU Factorization CSE 541 Roger Crawfis.
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
MATH 685/ CSI 700/ OR 682 Lecture Notes
Scientific Computing Linear Systems – Gaussian Elimination.
Section 9.2 Systems of Equations
CISE301_Topic3KFUPM1 SE301: Numerical Methods Topic 3: Solution of Systems of Linear Equations Lectures 12-17: KFUPM Read Chapter 9 of the textbook.
Matrix Operations. Matrix Notation Example Equality of Matrices.
1 Systems of Linear Equations Error Analysis and System Condition.
Vector Norms CSE 541 Roger Crawfis.
Mujahed AlDhaifallah (Term 342) Read Chapter 9 of the textbook
17 Jul 2007 KKKQ 3013 PENGIRAAN BERANGKA Week 2 – Systems of Linear Equations 17 July am – 9.00 am.
1 Systems of Linear Equations Error Analysis and System Condition.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
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.
Section 8.3 – Systems of Linear Equations - Determinants Using Determinants to Solve Systems of Equations A determinant is a value that is obtained from.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Finite Mathematics Dr. Saeid Moloudzadeh Using Matrices to Solve Systems of Equations 1 Contents Algebra Review Functions and Linear Models.
8.1 Vector spaces A set of vector is said to form a linear vector space V Chapter 8 Matrices and vector spaces.
1.1.2 INTRODUCTION TO SYSTEMS OF LINEAR EQUATIONS Chapter 1: Systems of Linear Equations and Matrices SWBAT: Redefine algebraic operations as Elementary.
Determinants In this chapter we will study “determinants” or, more precisely, “determinant functions.” Unlike real-valued functions, such as f(x)=x 2,
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Solutions to Linear Systems.
Matrix Solutions to Linear Systems. 1. Write the augmented matrix for each system of linear equations.
Part 3 Chapter 11 Matrix Inverse and Condition PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The McGraw-Hill.
Do Now: Evaluate: 3AB. Algebra II 3.7: Evaluate Determinants HW: p.207 (4-14 even) Test : Friday, 12/6.
Lecture 8 Matrix Inverse and LU Decomposition
Co. Chapter 3 Determinants Linear Algebra. Ch03_2 Let A be an n  n matrix and c be a nonzero scalar. (a)If then |B| = …….. (b)If then |B| = …..... (c)If.
Section 10.3 and Section 9.3 Systems of Equations and Inverses of Matrices.
Matrix Condition Numbers
Finite Mathematics Dr. Saeid Moloudzadeh Sets and Set Operations 1 Contents Algebra Review Functions and Linear Models Systems of Linear.
Dr. Mubashir Alam King Saud University. Outline LU Factorization (6.4) Solution by LU Factorization Compact Variants of Gaussian Elimination, (Doolittle’s.
Use Inverse Matrices to Solve Linear Systems Objectives 1.To find the inverse of a square matrix 2.To solve a matrix equation using inverses 3.To solve.
Copyright © Cengage Learning. All rights reserved. 7.7 The Determinant of a Square Matrix.
5 minutes Warm-Up Solve. 2) 1).
Gaoal of Chapter 2 To develop direct or iterative methods to solve linear systems Useful Words upper/lower triangular; back/forward substitution; coefficient;
Notes Over 4.3 Evaluate Determinants of 2 x 2 Matrices
Unit #1 Linear Systems Fall Dr. Jehad Al Dallal.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Matrices and systems of Equations. Definition of a Matrix * Rectangular array of real numbers m rows by n columns * Named using capital letters * First.
1 Matrix Math ©Anthony Steed Overview n To revise Vectors Matrices.
Ch. 7 – Matrices and Systems of Equations 7.3 – Multivariable Linear Systems.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Use Inverse Matrices to Solve Linear Systems
PreCalculus Section 14.3 Solve linear equations using matrices
TYPES OF SOLUTIONS SOLVING EQUATIONS
Solving Linear Systems Syed Nasrullah
Modeling of geochemical processes Linear system of differential equations J. Faimon.
TYPES OF SOLUTIONS SOLVING EQUATIONS
Matrices and vector spaces
Spring Dr. Jehad Al Dallal
System of Linear Equations
Matrix Inverse and Condition
Elementary Linear Algebra
CHAPTER OBJECTIVES The primary objective of this chapter is to show how to compute the matrix inverse and to illustrate how it can be.
Solve System by Linear Combination / Addition Method
Lesson 13-3: Determinants & Cramer’s Rule
MATLAB EXAMPLES Matrix Solution Methods
Use Inverse Matrices to Solve Linear Systems
Solving Linear Systems Using Inverse Matrices
3.8 Use Inverse Matrices to Solve Linear Systems
Lecture 8: Image alignment
Linear Algebra Lecture 29.
Linear Equations and Vectors
The Determinant of a 2  2 Matrix
Lecture 8 Matrix Inverse and LU Decomposition
Solving a System of Linear Equations
Chapter 2 Determinants.
Matrices and Linear Equations
STATE STANDARDS S.P.I Apply properties to evaluate expressions, simplify expressions, and justify solutions to problems. S.P.I Write.
Presentation transcript:

Chapter 2 System of Linear Equations Sensitivity and Conditioning (2.3) Solving Linear Systems (2.4) January 19, 2010

Vector Norms

Example: Vector Norm

Properties of Vector Norms

Matrix Norm Since A is linear, we can evaluate the max for ||x||=1

Illustration

Matrix Norms

Properties of Matrix Norms

Example

Condition Number

Properties of Condition Number

Error Bounds

Error Bounds, cont’d For example, if ε = 10 -6, cond(A) = 100 X = [ , ]

Computing Matrix Condition Number

Residual

Solving Linear System (2.4) What should the form be for MA ?

Triangular Linear System

Triangular Matrices

Back-Substitution

Forward-Substitution

Example: Permutations

Example: Diagonal Scaling