Section 9.5 Inverses of Matrices

Slides:



Advertisements
Similar presentations
CHAPTER 1 Section 1.6 إعداد د. هيله العودان (وضعت باذن معدة العرض)
Advertisements

1.5 Elementary Matrices and a Method for Finding
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.
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Matrices: Inverse Matrix
2.3 Matrix Inverses. Numerical equivalent How would we solve for x in: ax = b ? –a -1 a x = a -1 b –x=a -1 b since a -1 a = 1 and 1x = x We use the same.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
EXAMPLE 2 Solve a matrix equation SOLUTION Begin by finding the inverse of A = Solve the matrix equation AX = B for the 2 × 2 matrix X. 2 –7 –1.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
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.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall.
4.6 Matrix Equations and Systems of Linear Equations In this section, you will study matrix equations and how to use them to solve systems of linear equations.
Copyright © 2007 Pearson Education, Inc. Slide 7-1.
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.
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Multiplicative Inverses of Matrices and Matrix Equations.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
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,
Warm-Up 3) Find the determinant by hand. 4) Find the determinant using your calculator. 1) Multiply. Show work. 2) Multiply. Show work.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
Have we ever seen this phenomenon before? Let’s do some quick multiplication…
CW Matrix Division We have seen that for 2x2 (“two by two”) matrices A and B then AB  BA To divide matrices we need to define what we mean by division!
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES Read pp Stop at “Inverse of a Matrix” box.
Chapter 2 Copyright © 2015, 2011, 2007 Pearson Education, Inc. Chapter Copyright © 2015, 2011, 2007 Pearson Education, Inc. Chapter 2-1 Solving Linear.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with Matrices
2.5 – Determinants and Multiplicative Inverses of Matrices.
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.
Slide Copyright © 2009 Pearson Education, Inc. 7.4 Solving Systems of Equations by Using Matrices.
Copyright © Cengage Learning. All rights reserved. 8 Matrices and Determinants.
College Algebra Chapter 6 Matrices and Determinants and Applications
Elementary Matrix Theory
Use Inverse Matrices to Solve Linear Systems
Linear Equations in Linear Algebra
12-4: Matrix Methods for Square Systems
TYPES OF SOLUTIONS SOLVING EQUATIONS
Systems of Linear Equations: Matrices
Chapter 4 Systems of Linear Equations; Matrices
Boyce/DiPrima 10th ed, Ch 7.2: Review of Matrices Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
TYPES OF SOLUTIONS SOLVING EQUATIONS
The Inverse of a Square Matrix
10.5 Inverses of Matrices and Matrix Equations
Inverse of a Square Matrix
5 Systems of Linear Equations and Matrices
L9Matrix and linear equation
Matrices 3 1.
Basic Matrix Operations
Matrix Algebra.
Use Inverse Matrices to Solve Linear Systems
Elementary Matrix Methid For find Inverse
Chapter 7: Matrices and Systems of Equations and Inequalities
Multiplicative Inverses of Matrices and Matrix Equations
Matrix Solutions to Linear Systems
Section 8.4 Matrix Algebra
Section 11.4 Matrix Algebra
Determinants CHANGE OF BASIS © 2016 Pearson Education, Inc.
ARRAY DIVISION Identity matrix Islamic University of Gaza
Matrix Algebra.
Linear Equations in Linear Algebra
Bellwork 1) Multiply. 3) Find the determinant. 2) Multiply.
Sec 3.5 Inverses of Matrices
Chapter 4 Systems of Linear Equations; Matrices
Section 9.4 Matrix Operations
1.11 Use Inverse Matrices to Solve Linear Systems
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Solving Linear Systems of Equations - Inverse Matrix
Presentation transcript:

Section 9.5 Inverses of Matrices Copyright ©2013, 2009, 2006, 2005 Pearson Education, Inc.

Objectives Find the inverse of a square matrix, if it exists. Use inverses of matrices to solve systems of equations.

The Identity Matrix

Example For find each of the following. a) AI b) IA

Inverse of a Matrix For an n  n matrix A, if there is a matrix A1 for which A1 • A = I = A • A1, then A1 is the inverse of A. Verify that is the inverse of . We show that BA = I = AB.

Finding an Inverse Matrix To find an inverse, we first form an augmented matrix consisting of A on the left side and the identity matrix on the right side. Then we attempt to transform the augmented matrix to one of the form The 2  2 identity matrix matrix A

Example Find A1, where A = .

Example continued Thus, A1 =

Notes If a matrix has an inverse, we say that it is invertible, or nonsingular. When we cannot obtain the identity matrix on the left using the Gauss-Jordan method, then no inverse exists.

Solving Systems of Equations Matrix Solutions of Systems of Equations For a system of n linear equations in n variables, AX = B, if A is an invertible matrix, then the unique solution of the system is given by X = A1B. Since matrix multiplication is not commutative in general, care must be taken to multiply on the left by A1.

Example Use an inverse matrix to solve the following system of equations: 3x + 4y = 5 5x + 7y = 9 We write an equivalent matrix, AX = B: In the previous example we found A1 =

Example continued We now have X = A1B. The solution of the system of equations is (1, 2).