Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc. 2.6 Inverse of a Matrix Let A be a square matrix. A square matrix A -1 of equal size.

Slides:



Advertisements
Similar presentations
Example 1 Matrix Solution of Linear Systems Chapter 7.2 Use matrix row operations to solve the system of equations  2009 PBLPathways.
Advertisements

Functions Solving Equations Simplifying & Solving Variables.
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
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.
Matrices & Systems of Linear Equations
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Using Inverse Matrices Solving Systems. You can use the inverse of the coefficient matrix to find the solution. 3x + 2y = 7 4x - 5y = 11 Solve the system.
Section 8.3 – Systems of Linear Equations - Determinants Using Determinants to Solve Systems of Equations A determinant is a value that is obtained from.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc. 2.6 Inverse of a Matrix Let A be a square matrix. A square matrix A -1 of equal size.
MAT 2401 Linear Algebra 2.3 The Inverse of a Matrix
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
Matrix Solutions to Linear Systems. 1. Write the augmented matrix for each system of linear equations.
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.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
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.1 Matrices & Systems of Equations
Lesson 7.6 & 7.7 Inverses of a Square Matrix & Determinant.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
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.
1. Inverse of A 2. Inverse of a 2x2 Matrix 3. Matrix With No Inverse 4. Solving a Matrix Equation 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,
EXAMPLE 3 Find the inverse of a 3 × 3 matrix Use a graphing calculator to find the inverse of A. Then use the calculator to verify your result. 2 1 – 2.
Identity & Inverse Matrices
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
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!
Objective : Solving systems of linear equations by graphing System of linear equation two or more linear equations How do I solve linear systems of equations?
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES Read pp Stop at “Inverse of a Matrix” box.
2.2 Systems of Linear Equations: Unique Solutions.
Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc. 2.5 Matrix Multiplication Size of the product: If A is a matrix of size m x n and B.
Copyright © 2007 Pearson Education, Inc. Slide 7-1.
GUIDED PRACTICE for Example – – 2 12 – 4 – 6 A = Use a graphing calculator to find the inverse of the matrix A. Check the result by showing.
Module 7 Test Review. Formulas Shifting Functions  Given g(x) on a graph, f(x) = g(x) + 7 would mean that…..  Answer: g(x) would be shifted 7 units.
Copyright ©2015 Pearson Education, Inc. All rights reserved.
Solving Linear Equations with Justification of Properties.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Lesson Menu Five-Minute Check (over Lesson 6-2) Then/Now New Vocabulary Key Concept:Invertible Square Linear Systems Example 1:Solve a 2 × 2 System Using.
3.8B Solving Systems using Matrix Equations and Inverses.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
Copyright © Cengage Learning. All rights reserved. 8 Matrices and Determinants.
Using Matrices to Solve a 3-Variable System
College Algebra Chapter 6 Matrices and Determinants and Applications
Use Inverse Matrices to Solve Linear Systems
Systems of Linear Equations: Matrices
Determinants.
2.5 Matrix Multiplication
Ch. 7 – Matrices and Systems of Equations
The Inverse of a Square Matrix
Inverse of a Square Matrix
L9Matrix and linear equation
Larger Systems of Linear Equations
Warm Up #6 1. Let a = 4, b = – 5, c = – 2, and d = 7. Find ad – bc.
Splash Screen.
Chapter 7: Matrices and Systems of Equations and Inequalities
Lial/Hungerford/Holcomb/Mullins: Mathematics with Applications 11e Finite Mathematics with Applications 11e Copyright ©2015 Pearson Education, Inc. All.
Equations with Variables on Both Sides Day 2
Unit 3: Matrices
Applications of Systems of Linear Equations
Applications of Matrices
6 minutes Warm-Up Find each product..
Section 9.5 Inverses of Matrices
Solving Linear Systems Using Inverses and Cramer’s Rule
Functions Solving Equations Simplifying & Solving Variables on Both
A square matrix is a matrix with the same number of columns as rows.
Straight Lines and Linear Functions
Systems of Linear Equations:
Solving Linear Systems of Equations - Inverse Matrix
Presentation transcript:

Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc. 2.6 Inverse of a Matrix Let A be a square matrix. A square matrix A -1 of equal size such that A -1 A = AA -1 = I is called the inverse of A. Example.

Not every square matrix has an inverse. A square matrix that has an inverse is said to be nonsigular. A matrix that does not have an inverse is said to be singular. Example: Reason:

Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc. Finding the Inverse of a Matrix Given the square matrix A. 1.Adjoin the identity matrix I (of the same size) to form the augmented matrix: [A | I] 2.Use row operations to reduce the matrix to the form: [I | B] (if possible) Matrix B is the inverse of A. or use a graphing calculator.

Solution:

Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc. Solution:

Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc. Formula for the Inverse of a 2 x 2 Matrix Let Example.

Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc. Solving a System of Equations Using an Inverse If AX = B is a linear system of equations (number of equations = number of variables) and A -1 exists, then X = A -1 B is the unique solution of the system.

Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc. Example. Use an inverse matrix to solve:

Example: The Carver Foundation funds three nonprofit organizations Engaged in alternate-energy research activities. From past data, the Proportion of funds spent by each organization in research on solar energy, energy from harnessing the wind, and energy from the motion of Ocean tides is given in the accompanying table. Proportion of Money Spent Solar Wind Tides Organization I Organization II Organization III

Find the amount awarded to each organization if the total amount spent By all three organizations on solar, wind, and tidal research is a.$9.2 million, $9.6 million, and $5.2 million, respectively. b.$8.2 million, $7.2 million, and $3.6 million, respectively.