12-4: Matrix Methods for Square Systems

Slides:



Advertisements
Similar presentations
Identity and Inverse Matrices
Advertisements

4.5 Inverses of Matrices.
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Chapter 2 Section 3 Arithmetic Operations on Matrices.
Finding the Inverse of a Matrix
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Using Matrices to Solve a 3-Variable System
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.
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.
Matrices Write and Augmented Matrix of a system of Linear Equations Write the system from the augmented matrix Solve Systems of Linear Equations using.
Row Reduction Method Lesson 6.4.
4.5 Solving Systems using Matrix Equations and Inverses.
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
4.5 Solving Systems using Matrix Equations and Inverses OBJ: To solve systems of linear equations using inverse matrices & use systems of linear equations.
Copyright © 2007 Pearson Education, Inc. Slide 7-1.
Holt Algebra Matrix Inverses and Solving Systems A matrix can have an inverse only if it is a square matrix. But not all square matrices have inverses.
4-5 Matrix Inverses and Solving Systems Warm Up Lesson Presentation
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Multiplicative Inverses of Matrices and Matrix Equations.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
Lesson 7.6 & 7.7 Inverses of a Square Matrix & Determinant.
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.
1.10 and 1.11 Quiz : Friday Matrices Test: Oct. 20.
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.
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.
Warm-Up 3) Find the determinant by hand. 4) Find the determinant using your calculator. 1) Multiply. Show work. 2) Multiply. Show work.
Have we ever seen this phenomenon before? Let’s do some quick multiplication…
8.2 Operations With Matrices
4.7 Solving Systems using Matrix Equations and Inverses
4.8 Using matrices to solve systems! 2 variable systems – by hand 3 or more variables – using calculator!
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
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.
2.5 Determinants and Multiplicative Inverses of Matrices. Objectives: 1.Evaluate determinants. 2.Find the inverses of matrices. 3.Solve systems of equations.
4-5 – 2x2 Matrices, Determinants, & Inverses. Objectives Evaluating Determinants of 2x2 Matrices Using Inverse Matrices to Solve Equations.
Chapter 4 Section 5 and 6 Finding and Using Inverses Algebra 2 Notes February 26, 2009.
More on Matrices Quiz : Friday, Oct. 16 Unit 1 Test: Oct. 23 ( tentative ) WOTD: affable: adj: courteous and pleasant, sociable, easy to speak.
2.5 – Determinants and Multiplicative Inverses of Matrices.
3.8B Solving Systems using Matrix Equations and Inverses.
Warm Up Multiply the matrices. 1. Find the determinant. 2. –1 Welcome! I’m so glad you’re here! Please get your Calculator. Please get started on this.
Warm Up Multiple the matrices. 1. Find the determinant –1 0.
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 =
Using Matrices to Solve a 3-Variable System
College Algebra Chapter 6 Matrices and Determinants and Applications
Use Inverse Matrices to Solve Linear Systems
Determinants.
Chapter 4 Systems of Linear Equations; Matrices
Ch. 7 – Matrices and Systems of Equations
The Inverse of a Square Matrix
10.5 Inverses of Matrices and Matrix Equations
Finding the Inverse of a Matrix
Matrices 3 1.
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Percent of Crop Grown in Each Country
4-5 Matrix Inverses and Solving Systems Warm Up Lesson Presentation
Use Inverse Matrices to Solve Linear Systems
Chapter 7: Matrices and Systems of Equations and Inequalities
Multiplicative Inverses of Matrices and Matrix Equations
Unit 3: Matrices
Section 9.5 Inverses of Matrices
3.8 Use Inverse Matrices to Solve Linear Systems
Bellwork 1) Multiply. 3) Find the determinant. 2) Multiply.
1.11 Use Inverse Matrices to Solve Linear Systems
Matrix Algebra THE INVERSE OF A MATRIX © 2012 Pearson Education, Inc.
Solving Linear Systems of Equations - Inverse Matrix
Presentation transcript:

12-4: Matrix Methods for Square Systems Is this the end???

12-4: Matrix Methods for Square Systems Square System: A matrix that has the same number of equations as variables. Instead of using a single matrix to represent the system, we can break the system into three parts: the coefficients, the variables, and the constants. coefficients variables constants

12-4: Matrix Methods for Square Systems Note that for the system above: AX = B To solve a matrix equation AX = B, it is necessary to “undo” the multiplication. But that relies on the fact that there is a matrix such that [A][A-1] = 1 Thus, in order to define the inverse of a matrix, we must first define the identity for matrix multiplication.

12-4: Matrix Methods for Square Systems The n x n identity matrix In is the matrix with n rows and n columns that has 1’s on the diagonal from the top left to bottom right, and 0’s as all other entries. The identity matrix is like multiplying a number by 1. It returns the original matrix. Order doesn’t matter.

12-4: Matrix Methods for Square Systems An n x n matrix is considered invertible if there exists an n x n matrix B such that AB = In The matrix B is called the inverse of A, and is written as A-1, where AA-1 = In. Not all matrices have multiplicative inverses. Example 3: Verifying an inverse. For the given matrices, verify B is the inverse of A.

12-4: Matrix Methods for Square Systems There are several methods for finding the inverse of an invertible matrix. Method 1: Using variables Find the inverse of Suppose . Then AA-1 = I2 So you have 2w + 6y = 1 2x + 6z = 0 1w + 4y = 0 1x + 4z = 1

12-4: Matrix Methods for Square Systems Solve the systems 2w + 6y = 1 2x + 6z = 0 1w + 4y = 0 1x + 4z = 1 2w + 6y = 1 2x + 6z = 0 -2w – 8y = 0 -2x – 8z = -2 -2y = 1 -2z = -2 y = -½ z = 1 2w + 6(-½) = 1 2x + 6(1) = 0 2w – 3 = 1 2x + 6 = 0 2w = 4 2x = -6 w = 2 x = -3 A-1 therefore is

12-4: Matrix Methods for Square Systems You can use your calculator to create the inverse matrix. Create the original matrix Enter A-1, where A is your original matrix Example in class using the previous problem

12-4: Matrix Methods for Square Systems Solving square systems using inverse matrices If AX = B A is matrix of coefficients X is matrix of variables B is matrix of constants Then: AA-1X = A-1B InX = A-1B X = A-1B, which gives us a solution to our variables

12-4: Matrix Methods for Square Systems Solving square systems using inverse matrices Use an inverse matrix to solve Turn the system into two matrices (coefficient and solution matrices) (using calculator) So x = 3 & y = -1

12-4: Matrix Methods for Square Systems Use an inverse matrix to solve

12-4: Matrix Methods for Square Systems Assignment Page 819 14 – 34, evens