Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.

Slides:



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

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.
Warm-Up 1.Is matrix multiplication commutative? P 539 # 1,3,5, 11 a b c and d, 19, 20, 32.
4.5 Inverses of Matrices.
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Warm-up 23-1 A = 0-54 B = C = 9 4 D = Find 8A 2. Find AC 3. Find CD 4. Find BD.
Finding the Inverse of a Matrix
Matrix-Matrix Multiplication An Example. 4 0 –  ======== 12 0 –
12.4 Inverses of Matrices. Remember if A and B are inverses, AB = I and BA = I *only square matrices can have multiplicative inverses* Ex 1) Show that.
EXAMPLE 2 Solve a matrix equation SOLUTION Begin by finding the inverse of A = Solve the matrix equation AX = B for the 2 × 2 matrix X. 2 –7 –1.
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
4.5, x 2 and 3 x 3 Matrices, Determinants, and Inverses Date: _____________.
3.5 Solution by Determinants. The Determinant of a Matrix The determinant of a matrix A is denoted by |A|. Determinants exist only for square matrices.
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.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
Determinants and Multiplicative Inverses of Matrices
Objectives Determine whether a matrix has an inverse.
Matrix Determinants and Inverses
Find inverse and determinants of matrices. A -1 is the inverse of A A x A -1 = I.
2.5 - Determinants & Multiplicative Inverses of Matrices.
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.
1. Inverse of A 2. Inverse of a 2x2 Matrix 3. Matrix With No Inverse 4. Solving a Matrix Equation 1.
Matrices NamingCalculatorApplication. Making & Naming a Matrix Matrix A.
Inverse Matrices and Matrix Equations Dr. Shildneck Fall, 2015.
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,
Chapter 4 Section 4: Inverse and Identity Matrices 1.
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!
2 x 2 Matrices, Determinants, and Inverses.  Definition 1: A square matrix is a matrix with the same number of columns and rows.  Definition 2: For.
Multiplicative inverse and solving matrix equations
4.5 Matrices, Determinants, Inverseres -Identity matrices -Inverse matrix (intro) -An application -Finding inverse matrices (by hand) -Finding inverse.
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
SHOP ATVRADIO DAY 153 DAY 278 DAY 345 SHOP BTVRADIO DAY 194 DAY 285 DAY 363 TOTALTVRADIO DAY 1147 DAY DAY 3108 This can be written in matrix form.
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.
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.
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.
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
Solving Equations. An equation links an algebraic expression and a number, or two algebraic expressions with an equals sign. For example: x + 7 = 13 is.
MATRICES MATRIX Multiplication. Warm-up Subtract (don’t forget to KCC):
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
College Algebra Chapter 6 Matrices and Determinants and Applications
Use Inverse Matrices to Solve Linear Systems
Determinants.
The Inverse of a Square Matrix
10.5 Inverses of Matrices and Matrix Equations
Inverse of a Square Matrix
Finding the Inverse of a Matrix
Matrix Operations Add and Subtract Matrices Multiply Matrices
Solving Matrix equations
Warm-Up BC 3. |A|.
Determinants and Multiplicative Inverses of Matrices
MATRICES MATRIX OPERATIONS.
Chapter 7: Matrices and Systems of Equations and Inequalities
Inverse & Identity MATRICES Last Updated: October 12, 2005.
INVERSE MATRICES TO SOLVE LINEAR SYSTEMS
( ) ( ) ( ) ( ) Matrices Order of matrices
Inverse Matrices and Matrix Equations
Matrix Algebra.
A square matrix is a matrix with the same number of columns as rows.
MATRICES MATRIX OPERATIONS.
Matrices - Operations INVERSE OF A MATRIX
Solving Linear Systems of Equations - Inverse Matrix
Presentation transcript:

Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix

Inverse of a number Solving the equation 3x = 5 If x is a natural number then the process is: Divide both sides by 3 X = 5 / 3 Alternatively multiply both sides by: 1/31/3

Inverse of a Matrix Solving the equation Ax = B If A is a matrix then the process is not so simple: How do you divide by a matrix

Inverse of a number When we are talking about our natural numbers, the inverse of a number is it’s reciprocal. When we multiply a number by it’s inverse we get 1. For example:

Inverse of a matrix What do you think we would get if we multiplied a matrix by it’s inverse? A matrix multiplied by its inverse always gives us an identity matrix.

Let A -1 = Multiplying out gives.. So AA -1 = I So A –1 = Solvingc = –  d =  3c + d = 0 2c + 2d = 1 3a + b = 1 2a + 2b = 0 Solvinga =  b = –  Find A -1 Rows × Columns What do you notice

Finding Inverses 2x2 In words: Take the original matrix. Switch a and d. Change the signs of b and c. Multiply the new matrix by 1 over the determinant of the original matrix. a  d – b  c is called the determinant of A. Det A = |A|= ad - bc Link to notes

= Example: Find the inverse of A. Finding Inverses 2x2

Inverse of a matrix Not all matrices have an inverse. If the determinant of a matrix is 0, then it has no inverse and is said to be SINGULAR. All others are said to be NON-SINGULAR

Finding Inverses 2x2 Link to notes

Effect on Area of Determinant The matrixis applied to the unit square. Determine the area of the transformed square.

The area of the parallelogram is sq units. The determinant has transformed the area by a factor of DetA = |A| = 5  2 – 2  3 = 4 4 Link to notes Link to Spreadsheet x x x x 4