Finding the Inverse of a Matrix

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

4.5 Inverses of Matrices.
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and 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.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
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.
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,
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Multiplicative Inverses of Matrices and Matrix Equations.
Ch X 2 Matrices, Determinants, and Inverses.
Unit 6 : Matrices.
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.
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.
For real numbers a and b,we always have ab = ba, which is called the commutative law for multiplication. For matrices, however, AB and BA need not be equal.
2x2 Matrices, Determinants and Inverses
Sec 4.1 Matrices.
Find the determinate of both of the following matrices.
Some examples for identity matrixes are I 1 =, I 2 =, I 3 = … Let’s analyze the multiplication of any matrix with identity matrix. = We can conclude that.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with 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.
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.
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 =
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
Using Matrices to Solve a 3-Variable System
College Algebra Chapter 6 Matrices and Determinants and Applications
12-4: Matrix Methods for Square Systems
Determinants.
Chapter 4 Systems of Linear Equations; Matrices
1.4 Inverses; Rules of Matrix Arithmetic
10.5 Inverses of Matrices and Matrix Equations
Finding the Inverse of a Matrix
Matrix Operations Add and Subtract Matrices Multiply Matrices
Matrices 3 1.
ECON 213 Elements of Mathematics for Economists
Matrix Operations SpringSemester 2017.
Matrix Algebra.
4-5 Matrix Inverses and Solving Systems Warm Up Lesson Presentation
Solving Linear Systems Using Inverse Matrices
MATRICES MATRIX OPERATIONS.
Chapter 7: Matrices and Systems of Equations and Inequalities
Unit 3: Matrices
Objectives Multiply two matrices.
Warm-Up 3) 1) 4) Name the dimensions 2).
MATRICES Operations with Matrices Properties of Matrix Operations
3.8 Use Inverse Matrices to Solve Linear Systems
Matrix Algebra.
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

Properties of Matrices We have discovered that the commutative property for multiplication does not work for matrix multiplication. Let’s consider some of the other properties of real numbers. Is there a multiplicative identity for matrices? Is there a multiplicative inverse for matrices?

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

Finding the Inverse with a Calculator To find the inverse of a matrix using the calculator, enter the matrix into the calculator and use the x-1 key.

Finding the Inverse with a Calculator Find the inverse of each matrix using the calculator.

Finding the Inverse with a Calculator This error message means that the matrix does not have an inverse. A matrix that does not have an inverse is called an invertible matrix.

Determinants Each square matrix can be assigned a real number called the determinant of the matrix. It is denoted by the symbol . means the determinant of A.

Determinants The determinant of a 2 x 2 matrix is found as follows:

Determinants Find the determinant of the matrix.

Determinants Find the determinant of the matrix. If the determinant of a matrix = 0, the matrix does not have an inverse. Matrix H is invertible.

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.

Finding the determinant of a 3 x 3 matrix

Finding the determinant of a 3x3 matrix. One way to find the determinant of a 3x3 matrix is the formula below.

Find the determinant using the formula

Find the determinant using the formula

Find the determinant using the formula

Find the determinant using the formula