1. Gauss-Jordan Method for Inverses 1.  Step 1: Write down the matrix A, and on its right write an identity matrix of the same size.  Step 2: Perform.

Slides:



Advertisements
Similar presentations
Determinant The numerical value of a square array of numbers that can be used to solve systems of equations with matrices. Second-Order Determinant (of.
Advertisements

Chapter 4 Systems of Linear Equations; Matrices
Chapter 4 Systems of Linear Equations; Matrices
Example 2 Finding an Inverse Matrix Chapter 7.4 Find the inverse of.  2009 PBLPathways.
Arbitrary Rotations in 3D Lecture 18 Wed, Oct 8, 2003.
Lecture 7 Intersection of Hyperplanes and Matrix Inverse Shang-Hua Teng.
Lecture 9: Introduction to Matrix Inversion Gaussian Elimination Sections 2.4, 2.5, 2.6 Sections 2.2.3, 2.3.
Chapter 2 Matrices Finite Mathematics & Its Applications, 11/e by Goldstein/Schneider/Siegel Copyright © 2014 Pearson Education, Inc.
Inverses of n x n Matrices. The Inverse Matrix If A is an n x n matrix, the inverse of A (call it A -1 ) is the matrix such that A * A -1 is equal to.
Solving Systems of Linear Equations Part Pivot a Matrix 2. Gaussian Elimination Method 3. Infinitely Many Solutions 4. Inconsistent System 5. Geometric.
The Inverse of a Matrix (10/14/05) If A is a square (say n by n) matrix and if there is an n by n matrix C such that C A = A C = I n, then C is called.
Lecture 6 Intersection of Hyperplanes and Matrix Inverse Shang-Hua Teng.
Goldstein/Schnieder/Lay: Finite Math & Its Applications, 9e 1 of 86 Chapter 2 Matrices.
Chapter 2 Section 1 Solving a System of Linear Equations (using Matrices)
What is entry A in the matrix multiplication: ( a) 1 (b) -2(c) 5 (d) 11(e) 13 (f) 0.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Finite Mathematics & Its Applications, 10/e by Goldstein/Schneider/SiegelCopyright © 2010 Pearson Education, Inc. 1 of 86 Chapter 2 Matrices.
Gauss-Jordan Matrix Elimination Brought to you by Tutorial Services – The Math Center.
Using Matrices to Solve a 3-Variable System
Table of Contents Matrices - Inverse Matrix Definition The inverse of matrix A is a matrix A -1 such that... and Note that... 1) For A to have an inverse,
Table of Contents Matrices - Inverse of a 3  3 Matrix Recall that to find an inverse of a 2  2 matrix, apply the formula... The formula for the inverse.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Matrix Equations Step 1: Write the system as a matrix equation. A three-equation system is shown below.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
Patrick Nichols Thursday, September 18, Linear Algebra Review.
MATRICES Adapted from presentation found on the internet. Thank you to the creator of the original presentation!
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Review for Chapter 4 Important Terms, Symbols, Concepts 4.1. Systems of Linear Equations in Two Variables.
ES 240: Scientific and Engineering Computation. Matrix Inverse Chapter 11: Matrix Inverse Uchechukwu Ofoegbu Temple University.
Numerical Computation Lecture 7: Finding Inverses: Gauss-Jordan United International College.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
Matrix Solutions to Linear Systems. 1. Write the augmented matrix for each system of linear equations.
Chapter 8 By Briana, Brandon, Kyle, and Michaela.
Chapter 11 Section 11.4 Solving Larger Systems of Equations.
Chapter 1 Section 1.1 Introduction to Matrices and systems of Linear Equations.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 4.
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.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,
2.5 The Gauss-Jordan Method for Calculating Inverses Finding Inverses When the matrix is a 2 x 2, the inverse is easy to find using the determinant. What.
EXAMPLE 3 Find the inverse of a 3 × 3 matrix Use a graphing calculator to find the inverse of A. Then use the calculator to verify your result. 2 1 – 2.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
6.837 Linear Algebra Review Rob Jagnow Monday, September 20, 2004.
Lecture 8 Matrix Inverse and LU Decomposition
The Inverse of a Matrix Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
4.5 Inverse of a Square Matrix
Learning Objectives for Section 4.5 Inverse of a Square Matrix
Warm- Up Solve the following systems using elimination or substitution : 1. x + y = 6 -3x + y = x + 4y = 7 x + 2y = 7.
Find the determinate of both of the following matrices.
2.2 The Inverse of a Matrix. Example: REVIEW Invertible (Nonsingular)
Module 7 Test Review. Formulas Shifting Functions  Given g(x) on a graph, f(x) = g(x) + 7 would mean that…..  Answer: g(x) would be shifted 7 units.
Coordinate Systems and Transformations
2 2.2 © 2016 Pearson Education, Ltd. Matrix Algebra THE INVERSE OF A MATRIX.
1 SYSTEM OF LINEAR EQUATIONS BASE OF VECTOR SPACE.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
Pitfalls of Gauss Elimination ● Division by zero (avoid by pivoting) ● Round-off errors – Important with >100 eqns – Substitute answer into original eqn.
Section 6-1: Multivariate Linear Systems and Row Operations A multivariate linear system (also multivariable linear system) is a system of linear equations.
Using Matrices to Solve a 3-Variable System
12-4: Matrix Methods for Square Systems
The Inverse of a Square Matrix
Matrices 3 1.
Unit 3: Matrices
Applications of Matrices
Learning Objectives for Section 4.5 Inverse of a Square Matrix
The Inverse of a Matrix Prepared by Vince Zaccone
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Chapter 4 Systems of Linear Equations; Matrices
Presentation transcript:

1. Gauss-Jordan Method for Inverses 1

 Step 1: Write down the matrix A, and on its right write an identity matrix of the same size.  Step 2: Perform elementary row operations on the left-hand matrix so as to transform it into an identity matrix. These same operations are performed on the right-hand matrix.  Step 3: When the matrix on the left becomes an identity matrix, the matrix on the right is the desired inverse. 2

 Find the inverse of 3 Step 1: Step 2:

4 Step 3:

 To calculate the inverse of a matrix by the Gauss-Jordan method, append an identity matrix to the right of the original matrix and perform pivots to reduce the original matrix to an identity matrix. The matrix on the right will then be the inverse of the original matrix. (If the original matrix cannot be reduced to an identity matrix, then the original matrix does not have an inverse.) 5