Finding the Inverse of a Matrix

Slides:



Advertisements
Similar presentations
PRECALCULUS 2 Determinants, Inverse Matrices & Solving.
Advertisements

4.5 Inverses of Matrices.
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Matrices: Inverse Matrix
12.2 Multiplication of Matrices. Matrix Multiplication The product of two matrices, A m×p and B p×n, is the matrix AB with dimensions m × n. Any element.
Finding the Inverse of a Matrix
Using Matrices to Solve a System of Equations. Multiplicative Identity Matrix The product of a square matrix A and its identity matrix I, on the left.
Matrix Algebra. Quick Review Quick Review Solutions.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
Determinants, Inverse Matrices & Solving. Notice the different symbol: the straight lines tell you to find the determinant!! (3 * 4) - (-5 * 2) 12 - (-10)
Objectives Determine whether a matrix has an inverse.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Chapter 2 Systems of Linear Equations and Matrices
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
Inverse & Identity Matrices
8.1 Matrices & Systems of Equations
Ch X 2 Matrices, Determinants, and Inverses.
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.
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.
Identity What number is the multiplication identity for real numbers? For matrices, n x n--square matrices, has 1’s on main diagonal and zeros elsewhere.
 1 is the multiplicative identify for real #’s : 1· a=a and a· 1 = a  For matrices n X n, the identity matrix has 1’s on its main diagonals and 0’s.
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.
Chapter 4 Section 4: Inverse and Identity Matrices 1.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
4.5 Matrices, Determinants, Inverseres -Identity matrices -Inverse matrix (intro) -An application -Finding inverse matrices (by hand) -Finding inverse.
2x2 Matrices, Determinants and Inverses
Sec 4.1 Matrices.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Find the determinate of both of the following matrices.
4-5 – 2x2 Matrices, Determinants, & Inverses. Objectives Evaluating Determinants of 2x2 Matrices Using Inverse Matrices to Solve Equations.
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
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.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Investigating Identity and Inverse Matrices QUESTION: What are some properties of identity and inverse matrices? 1 Let A =, B =, and C=. Consider the 2.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
College Algebra Chapter 6 Matrices and Determinants and Applications
12-4: Matrix Methods for Square Systems
Determinants.
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
Chapter 4 Systems of Linear Equations; Matrices
10.5 Inverses of Matrices and Matrix Equations
Matrix Operations Add and Subtract Matrices Multiply Matrices
Matrices 3 1.
ECON 213 Elements of Mathematics for Economists
Matrix Operations SpringSemester 2017.
Solving Matrix equations
Matrix Algebra.
Matrix Algebra.
Solving Linear Systems Using Inverse Matrices
Multiplicative Inverses of Matrices and Matrix Equations
Unit 3: Matrices
Objectives Multiply two matrices.
Inverse Matrices and Matrix Equations
Matrices.
Warm-Up 3) 1) 4) Name the dimensions 2).
3.8 Use Inverse Matrices to Solve Linear Systems
Matrix Algebra.
3.6 Multiply Matrices.
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Lesson 4: Inverses of Matrices (part 1)
Matrix Operations SpringSemester 2017.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

Finding the Inverse of a Matrix

The Multiplicative Identity The multiplicative identity for real numbers is the number 1. The property is: If a is a real number, then a x 1 = 1 x a = a. In terms of matrices we need a matrix that can be multiplied by a matrix (A) and give a product which is the same matrix (A).

The Multiplicative Identity This matrix exists and it is called the identity matrix. It is named I and it comes in different sizes. It is a square matrix with all 1’s on the main diagonal and all other entries are 0.

The Multiplicative Identity Multiply AI a11= (-2)(1) + (5)(0) = -2 a12= (-2)(0) + (5)(1) = 5 a21= (4)(1) + (0)(0) = 4 a22= (4)(0) + (0)(1) = 0

The Identity Matrix for Multiplication Let A be a square matrix with n rows and n columns. Let I be a matrix with the same dimensions and with 1’s on the main diagonal and 0’s elsewhere. Then AI = IA = A

The Multiplicative Identity Give the multiplicative identity for matrix B. This identity matrix is I4.

The Multiplicative Inverse For every nonzero real number a, there is a real number 1/a such that a(1/a) = 1. In terms of matrices, the product of a square matrix and its inverse is I.

The Inverse of a Matrix Let A be a square matrix with n rows and n columns. If there is an n x n matrix B such that AB = I and BA = I, then A and B are inverses of one another. The inverse of matrix A is denoted by A-1.

The Inverse of a Matrix To show that matrices are inverses of one another, show that the multiplication of the matrices is commutative and results in the identity matrix. Show that A and B are inverses.

The Inverse of a Matrix and 

The Inverse of a Matrix

Finding the Inverse of a Matrix - Method 1 Use the equation AB = I. Write and solve the equation:

Inverses – Method 1, cont.

Inverses – Method 1, cont. So the inverse of A = We can check this by multiplying A x A-1

Determinants can be used to find the inverse of a matrix.

Determinants can be used to find the inverse of a matrix. is called the adjoint of the original matrix. Notice it is found by switching the entries on the main diagonal and changing the signs of the entries on the other diagonal.

Find the multiplicative inverse of:

We can check to see if we are correct by multiplying We can check to see if we are correct by multiplying. Remember that AA-1 = I

Find the inverse using determinants.

Find the inverse No inverse Recall that when the determinant of a matrix is 0 the matrix will not have an inverse because division by 0 is undefined.