250 likes | 381 Vues
This resource provides an in-depth exploration of matrix inverses, focusing on the definition and properties of inversible matrices. Key topics include the use of elementary row operations and Gauss-Jordan elimination to find inverses for both 2x2 and n x n matrices. It covers the criteria for matrix invertibility, the formulation of inverses, and alternative methods for solving systems of linear equations, which can enhance understanding and problem-solving skills in calculus and linear algebra.
E N D
MAT 1234Calculus I 9.6 Inverses of Matrices http://myhome.spu.edu/lauw
HW • WebAssign 9.6 • Wednesday/Monday Quiz: 9.4, 9.5, 9.6
Recall (9.4) • Introduce Elementary Row Operations • Gauss-Jordan Eliminations
Preview • The definition of the Inverse of a matrix. • Formula of the inverse for 2x2 matrices. • Use row operations to find the inverse of nxn matrices. • A second method of solving system of linear equations.
Recall Identity Matrix nxn Square Matrix
Inverse Matrix • Let A be a square matrix. Then the inverse for A is a square matrix A-1 of the same size as A such that AA-1 = I = A-1A
Inverse Matrix • Let A be a square matrix. Then the inverse for A is a square matrix A-1 of the same size as A such that AA-1 = I = A-1A • If such inverse A-1 exists, then the matrix A is said to be invertible.
Inverse Matrix • Let A be a square matrix. Then the inverse for A is a square matrix A-1 of the same size as A such that AA-1 = I = A-1A • If such inverse A-1 exists, then the matrix A is said to be invertible. • We will focus only on invertible matrices (to save time).
How to Find Inverses? • 2x2 -> Formula • nxn -> Row Operations
Example 1 (c) Use matrix inverse to solve
Inverse of an 3x3 Matrix (Same for nxn matrices) Given matrix A, we set up the following matrix
Inverse of an 3x3 Matrix (Same for nxn matrices) Given matrix A, Use row operations to get to the second matrix. A-1(if exists) is the matrix on the right half.
Idea The row operations “effectively” multiply the matrix A by A-1to get I.
Example 2 (a) Find the inverse of
Q&A We can use two methods to solve a system of equations. (a) Gauss-Jordan Elimination (b) Matrix Inverse Q: Why use (b) when (a) is easier? A: