4.4 Identity and Inverse Matrices

Slides:



Advertisements
Similar presentations
Using Matrices in Real Life
Advertisements

4.5 2x2 Matrices, Determinants and Inverses
4.5 Inverses of Matrices.
Chapter 4 Systems of Linear Equations; Matrices
Chapter 4 Systems of Linear Equations; Matrices
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Warm-up 23-1 A = 0-54 B = C = 9 4 D = Find 8A 2. Find AC 3. Find CD 4. Find BD.
4-5 Matrix Inverses and Solving Systems Warm Up Lesson Presentation
Finding the Inverse of a Matrix
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.
Copyright © Cengage Learning. All rights reserved. 7.8 Applications of Matrices and Determinants.
3.8 – Use Inverse Matrices to Solve Linear Systems The n x n identity matrix is a matrix with 1’s on the main diagonal and 0’s elsewhere. If A is any n.
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.
4-6 3x3 Matrices, Determinants, & Inverses
4.5, x 2 and 3 x 3 Matrices, Determinants, and Inverses Date: _____________.
2.4 Inverse of Linear Transformations For an animation of this topic visit: Is the transformation.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall.
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.
Ch X 2 Matrices, Determinants, and Inverses.
Using Inverse Matrices in Real Life
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
What you will learn 1. What an identity matrix is
1.10 and 1.11 Quiz : Friday Matrices Test: Oct. 20.
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.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
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.
2x2 Matrices, Determinants and Inverses
Learning Objectives for Section 4.5 Inverse of a Square Matrix
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
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.
Notes Over 10.5 Using Cramer’s Rule for a 2 x 2 System
Notes Over 4.4 Finding the Inverse of 2 x 2 Matrix.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Cryptography Cryptography is the use of mathematics to encode messages and prevent them from being read by anyone who doesn’t know the code. One way that.
Warm UP: Review of Inequalities What do each of the symbols represent: 1. > 2. < Greater Than 2. Less than 3. Less than or equal to 4. Greater.
Unit 1.11 – Use Inverse Matrices to Solve Linear Systems
Warm Up Multiple the matrices. 1. Find the determinant –1 0.
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.
Chapter 4 Systems of Linear Equations; Matrices
Use Inverse Matrices to Solve Linear Systems
12-4: Matrix Methods for Square Systems
Determinants.
Chapter 4 Systems of Linear Equations; Matrices
10.5 Inverses of Matrices and Matrix Equations
Warm-up 1. Find A-1 , A = 2. Solve AX = B when B =
Finding the Inverse of a Matrix
Applications of Matrices
Matrix Algebra.
Section 6.4 Multiplicative Inverses of Matices and Matrix Equations
4-5 Matrix Inverses and Solving Systems Warm Up Lesson Presentation
Use Inverse Matrices to Solve Linear Systems
Applications of Inverse Matrices
Multiplicative Inverses of Matrices and Matrix Equations
Section 9.4 Multiplicative Inverses of Matices and Matrix Equations
Learning Objectives for Section 4.5 Inverse of a Square Matrix
3.8 Use Inverse Matrices to Solve Linear Systems
Matrix Algebra.
Chapter 4 Systems of Linear Equations; Matrices
Bellwork 1) Multiply. 3) Find the determinant. 2) Multiply.
1.11 Use Inverse Matrices to Solve Linear Systems
Chapter 4 Systems of Linear Equations; Matrices
Presentation transcript:

4.4 Identity and Inverse Matrices What is a 2 by 2 identity matrix? A 3 by 3? How do you create an inverse matrix? What symbol is used for an inverse matrix? How do you encode or decode a message with a matrix?

Using Inverse Matrices The number 1 is a multiplicative identity for real numbers because 1 • a = a and a • 1 = a. For matrices, the n  n identity matrix is the matrix that has 1’s on the main diagonal and 0’s elsewhere. 2  2 Identity Matrix 3  3 Identity Matrix 1 0 0 0 1 0 0 0 1 1 0 0 1 I = I = If A is any n  n matrix and I is the n  n identity matrix, then IA = A and AI = A. Two n  n matrices are inverses of each other if their product (in both orders) is the n  n identity matrix. For example, matrices A and B below are inverses of each other. 3 –1 –5 2 = 2 1 5 3 = 1 0 0 1 I 2 1 5 3 = 3 –1 –5 2 = 1 0 0 1 I AB BA The symbol used for the inverse of A is A –1.

Using Inverse Matrices The number 1 is a multiplicative identity for real numbers because 1 • a = a and a • 1 = a. For matrices, the n  n identity matrix is the matrix that has 1’s on the main diagonal and 0’s elsewhere. THE INVERSE OF A 2  2 MATRIX The inverse of the matrix A = is a b c d A –1 = = provided a d – c b  0. d –b –c a 1 | A| a d – c b

Finding the Inverse of a 2  2 Matrix Find the inverse of A = . 3 1 4 2 SOLUTION 1 –2 2 3 = 2 –1 –4 3 1 6 – 4 = 2 –1 –4 3 1 2 = A –1 CHECK You can check the inverse by showing that AA –1 = I = A –1A. 3 1 4 2 1 –2 2 3 1 –2 2 3 3 1 4 2 = 1 0 0 1 and 1 0 0 1 =

Solving a Matrix Equation Solve the matrix equation AX = B for the 2  2 matrix X. A B 4 –1 –3 1 8 –5 –6 3 X = SOLUTION Begin by finding the inverse of A. 1 1 3 4 1 4 – 3 = = 1 1 3 4 A –1

Solving a Matrix Equation Solve the matrix equation AX = B for the 2  2 matrix X. A B 4 –1 –3 1 8 –5 –6 3 X = To solve the equation for X, multiply both sides of the equation by A –1 on the left. 1 1 3 4 4 –1 –3 1 X = 8 –5 –6 3 1 1 3 4 A –1AX = A –1B 1 0 0 1 X = 2 –2 0 –3 IX = A –1B X = 2 –2 0 –3 X = A –1B CHECK You can check the solution by multiplying A and X to see if you get B.

Using Inverse Matrices Some matrices do not have an inverse. You can tell whether a matrix has an inverse by evaluating its determinant. If det A = 0, then A does not have an inverse. If det A  0, then A has an inverse. The inverse of a 3  3 matrix is difficult to compute by hand. A calculator that will compute inverse matrices is useful in this case.

Using Inverse Matrices in Real Life A cryptogram is a message written according to a secret code. (The Greek word kruptos means hidden and the Greek word gramma means letter.) The following technique uses matrices to encode and decode messages. First assign a number to each letter in the alphabet with 0 assigned to a blank space. _ = 0 E = 5 J = 10 O = 15 T = 20 Y = 25 A = 1 F = 6 K = 11 P = 16 U = 21 Z = 26 B = 2 G = 7 L = 12 Q = 17 V = 22 C = 3 H = 8 M = 13 R = 18 W = 23 D = 4 I = 9 N = 14 S = 19 X = 24 Then convert the message to numbers partitioned into 1  2 uncoded row matrices. To encode a message, choose a 2  2 matrix A that has an inverse and multiply the uncoded row matrices by A on the right to obtain coded row matrices.

Use the list below to convert the message GET HELP to row matrices. Converting a Message Use the list below to convert the message GET HELP to row matrices. _ = 0 E = 5 J = 10 O = 15 T = 20 Y = 25 A = 1 F = 6 K = 11 P = 16 U = 21 Z = 26 B = 2 G = 7 L = 12 Q = 17 V = 22 C = 3 H = 8 M = 13 R = 18 W = 23 D = 4 I = 9 N = 14 S = 19 X = 24 SOLUTION G E T _ H L P [7 5] [20 0] [8 5] [12 16]

CRYPTOGRAPHY Use A = to encode the message GET HELP. 2 3 –1 –2 Encoding a Message CRYPTOGRAPHY Use A = to encode the message GET HELP. 2 3 –1 –2 SOLUTION The coded row matrices are obtained by multiplying each of the uncoded row matrices from the previous example by the matrix A on the right. UNCODED ROW MATRIX ENCODING MATRIX A CODED ROW MATRIX 2 3 –1 –2 [7 5] = [9 11] The coded message is 9, 11, 40, 60, 11, 14, 8, 4. 2 3 –1 –2 [20 0] = [40 60] 2 3 –1 –2 [8 5] = [11 14] 2 3 –1 –2 [12 16] = [8 4]

Decoding a Message DECODING USING MATRICES For an authorized decoder who knows the matrix A, decoding is simple. The receiver only needs to multiply the coded row matrices by A –1 on the right to retrieve the uncoded row matrices. CRYPTOGRAPHY Use the inverse of A = to decode this message: 3 –1 –2 1 SOLUTION 1 1 2 3 1 3 – 2 A –1 = = 1 1 2 3 First find A –1: To decode the message, partition it into groups of two numbers to form coded row matrices. Then multiply each coded row matrix by A –1 on the right to obtain the uncoded row matrices.

CRYPTOGRAPHY Use the inverse of A = to decode this message: 3 –1 –2 1 Decoding a Message CRYPTOGRAPHY Use the inverse of A = to decode this message: 3 –1 –2 1 CODED ROW MATRIX DECODING MATRIX A –1 UNCODED ROW MATRIX 1 1 2 3 [– 4 3] = [2 5] 1 1 2 3 [–23 12] = [1 13] 1 1 2 3 [–26 13] = [0 13] 1 1 2 3 [15 –5] = [5 0]

CRYPTOGRAPHY Use the inverse of A = to decode this message: 3 –1 –2 1 Decoding a Message CRYPTOGRAPHY Use the inverse of A = to decode this message: 3 –1 –2 1 CODED ROW MATRIX DECODING MATRIX A –1 UNCODED ROW MATRIX 1 1 2 3 [31 –5] = [21 16] 1 1 2 3 [–38 19] = [0 19] 1 1 2 3 [–21 12] = [3 15] 1 1 2 3 [20 0] = [20 20]

CRYPTOGRAPHY Use the inverse of A = to decode this message: 3 –1 –2 1 Decoding a Message CRYPTOGRAPHY Use the inverse of A = to decode this message: 3 –1 –2 1 CODED ROW MATRIX DECODING MATRIX A –1 UNCODED ROW MATRIX 1 1 2 3 [75 –25] = [25 0] The uncoded row matrices are as follows. [2 5][1 13][0 13][5 0][21 16][0 19][3 15][20 20][25 0]

Decoding a Message CRYPTOGRAPHY Use the inverse of A = to decode this message: 3 –1 –2 1 _ = 0 E = 5 J = 10 O = 15 T = 20 Y = 25 A = 1 F = 6 K = 11 P = 16 U = 21 Z = 26 B = 2 G = 7 L = 12 Q = 17 V = 22 C = 3 H = 8 M = 13 R = 18 W = 23 D = 4 I = 9 N = 14 S = 19 X = 24 You can read the message as follows: [2 5][1 13][0 13][5 0][21 16][0 19][3 15][20 20][25 0] B E A M _ M E _ U P _ S C O T T Y _

What is a 2 by 2 identity matrix? A 3 by 3? How do you create an inverse matrix? What symbol is used for an inverse matrix? How do you encode or decode a message with a matrix?

Assignment 4.4 Page 227, 13-29 odd, skip 25