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.

Slides:



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

1.5 Elementary Matrices and a Method for Finding
Linear Equations in Linear Algebra
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.
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.
2 2.3 © 2012 Pearson Education, Inc. Matrix Algebra CHARACTERIZATIONS OF INVERTIBLE MATRICES.
The Characteristic Equation of a Square Matrix (11/18/05) To this point we know how to check whether a given number is an eigenvalue of a given square.
Coordinate Systems (11/4/05) It turns out that every vector space V which has a finite basis can be “realized” as one of the spaces R n as soon as we pick.
Chapter 1 Systems of Linear Equations
Section 9.6 Determinants and Inverses Objectives To understand how to find a determinant of a 2x2 matrix. To understand the identity matrix. Do define.
1 © 2012 Pearson Education, Inc. Matrix Algebra THE INVERSE OF A MATRIX.
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Row Reduction and Echelon Forms (9/9/05) A matrix is in echelon form if: All nonzero rows are above any all-zero rows. Each leading entry of a row is in.
Orthogonal Sets (12/2/05) Recall that “orthogonal” matches the geometric idea of “perpendicular”. Definition. A set of vectors u 1,u 2,…,u p in R n is.
LIAL HORNSBY SCHNEIDER
Chapter 1 Section 1.2 Echelon Form and Gauss-Jordan Elimination.
1 Chapter 2 Matrices Matrices provide an orderly way of arranging values or functions to enhance the analysis of systems in a systematic manner. Their.
1.7 Diagonal, Triangular, and Symmetric Matrices 1.
Multivariate Linear Systems and Row Operations.
Matrix Solution of Linear Systems The Gauss-Jordan Method Special Systems.
Math Dept, Faculty of Applied Science, HCM University of Technology
 Row and Reduced Row Echelon  Elementary Matrices.
Elementary Operations of Matrix
MATH 250 Linear Equations and Matrices
More on Inverse. Last Week Review Matrix – Rule of addition – Rule of multiplication – Transpose – Main Diagonal – Dot Product Block Multiplication Matrix.
Guass-jordan Reduction :
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
4 4.4 © 2012 Pearson Education, Inc. Vector Spaces COORDINATE SYSTEMS.
Matrix. REVIEW LAST LECTURE Keyword Parametric form Augmented Matrix Elementary Operation Gaussian Elimination Row Echelon form Reduced Row Echelon form.
2.5 - Determinants & Multiplicative Inverses of Matrices.
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.
8.3 Another Way of Solving a System of Equations Objectives: 1.) Learn to find the inverse matrix 2.) Use the inverse matrix to a system of equations.
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,
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Objectives  Find the inverse of a matrix  Find matrix inverses with technology  Solve matrix equations  Solve matrix equations with technology Inverse.
Matrices A matrix is a table or array of numbers arranged in rows and columns The order of a matrix is given by stating its dimensions. This is known as.
More on Determinants; Area and Volume (10/19/05) How is det(A) affected by row operations? Replacing one row with a multiple of another row has no effect.
Chapter 3 Determinants Linear Algebra. Ch03_2 3.1 Introduction to Determinants Definition The determinant of a 2  2 matrix A is denoted |A| and is given.
4 © 2012 Pearson Education, Inc. Vector Spaces 4.4 COORDINATE SYSTEMS.
The Inverse of a Matrix Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
CHARACTERIZATIONS OF INVERTIBLE MATRICES
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
2.2 The Inverse of a Matrix. Example: REVIEW Invertible (Nonsingular)
Copyright ©2015 Pearson Education, Inc. All rights reserved.
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.
A function is a rule f that associates with each element in a set A one and only one element in a set B. If f associates the element b with the element.
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.
Section 4.3 Properties of Linear Transformations from R n to R m.
2 2.2 © 2016 Pearson Education, Ltd. Matrix Algebra THE INVERSE OF A MATRIX.
The Matrix Equation A x = b (9/16/05) Definition. If A is an m  n matrix with columns a 1, a 2,…, a n and x is a vector in R n, then the product of A.
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.
College Algebra Chapter 6 Matrices and Determinants and Applications
MAT 322: LINEAR ALGEBRA.
Linear Equations in Linear Algebra
The Inverse of a Square Matrix
Inverse of a Square Matrix
1.6 Further Results on Systems
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Linear Algebra Lecture 4.
Linear Equations in Linear Algebra
Elementary Matrix Methid For find Inverse
Section 9.5 Inverses of Matrices
Domain range A A-1 MATRIX INVERSE.
The Inverse of a Matrix Prepared by Vince Zaccone
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
CHARACTERIZATIONS OF INVERTIBLE MATRICES
Presentation transcript:

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 the inverse of A, is denoted A -1, and A is said to be an invertible matrix. Viewed as functions from R n to R n, this says that A and A -1 are inverse functions of each other (since I n is the identity function).

The 2 by 2 Case If A = then the determinant of A is the number a d – b c. This is denoted det(A). It is easy to check that: If det(A)  0 then the inverse of A is 1/det(A) If det(A) = 0, then A is not invertible.

Using Inverses If A is an invertible (hence square) matrix and if we wish to solve the matrix equation A x = b (x and b vectors in R n ), then x = A -1 b. That is, you can either solve the equation by our standard method, or you can compute A -1 and multiply b by it. In general, the former way is less work (but not always).

Computing Inverses An algorithm for computing A -1 is: Write down the n by 2n augmented matrix [A I n ] Do row reduction until the A half is in reduced echelon form. If the left half is now I n, then the matrix on the right is A -1. If the left half is not I n (i.e., not a pivot in every row/column), then A is not invertible.

The Invertible Matrix Theorem See Page 129 of our text. The theorem is a list of equivalent ways of saying that a given matrix A is invertible. It basically boils down to the fact that A is invertible if and only if as a linear transformation from R n to R n A is one-to-one (and hence also onto).

Assignment for Monday Catch up on any problems you have left behind in Chapter 2 so far. Read Section 2.3. Do the Practice and Exercises 1–7 odd, 11, 13 and 19.