4.7 Identity and Inverse Matrices

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

Identity and Inverse Matrices
Further Pure 1 Matrices Introduction. Definitions A matrix is just a rectangle of numbers. It’s a bit like a two-way table. You meet this concept in D1.
Chapter 4 Systems of Linear Equations; Matrices
Chapter 4 Systems of Linear Equations; Matrices
Matrices: Inverse Matrix
Matrix Revolutions: Solving Matrix Equations Matrix 3 MathScience Innovation Center Betsey Davis
Finding the Inverse of a Matrix
Matrix Definition A Matrix is an ordered set of numbers, variables or parameters. An example of a matrix can be represented by: The matrix is an ordered.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
4.7 Identity and Inverse Matrices. What is an identity? In math the identity is the number you multiply by to have equivalent numbers. For multiplication.
Table of Contents Matrices - Calculator Operations The graphing calculator can be used to do a variety of matrix calculations, as shown in the following.
Warm-Up Solving Systems of Equations Learning Targets l Refresher on solving systems of equations l Matrices –Operations –Uses –Reduced Row Echelon.
4-6 3x3 Matrices, Determinants, & Inverses
Mrs. Martinez CHS MATH DEPT.
Copyright © 2007 Pearson Education, Inc. Slide 7-1.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
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
Matrices This chapter is not covered By the Textbook 1.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrix Determinants and Inverses
Chapter 2 Systems of Linear Equations and Matrices
Inverse & Identity Matrices
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.
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.
What you will learn 1. What an identity matrix is
Unit 6 : Matrices.
Inverse Matrices and Matrix Equations Dr. Shildneck Fall, 2015.
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.
Unit 3: Matrices.
The Matrix Reloaded
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
4.5 Inverse of a Square Matrix
4.5 Matrices, Determinants, Inverseres -Identity matrices -Inverse matrix (intro) -An application -Finding inverse matrices (by hand) -Finding inverse.
4.4 Identity and Inverse Matrices
Chapter 8 Matrices and Determinants Matrix Solutions to Linear Systems.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Learning Objectives for Section 4.5 Inverse of a Square Matrix
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.
Notes Over 4.4 Finding the Inverse of 2 x 2 Matrix.
2.5 – Determinants and Multiplicative Inverses of Matrices.
(4-2) Adding and Subtracting Matrices Objectives: To Add and subtract Matrices To solve certain Matrix equations.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Mathematics Medicine What is meant by a matrix A matrix is a set of numbers arranged in the form of a rectangle and enclosed in curved brackets.
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
Chapter 7: Systems of Equations and Inequalities; Matrices
Linear Algebra Review.
Chapter 4 Systems of Linear Equations; Matrices
Finding the Inverse of a Matrix
Matrix Operations Add and Subtract Matrices Multiply Matrices
Matrix Operations SpringSemester 2017.
Matrix Algebra.
Determinants and Multiplicative Inverses of Matrices
Applications of Inverse Matrices
Unit 3: Matrices
Learning Objectives for Section 4.5 Inverse of a Square Matrix
3.8 Use Inverse Matrices to Solve Linear Systems
Chapter 4 Systems of Linear Equations; Matrices
Chapter 4 Systems of Linear Equations; Matrices
Matrix Operations SpringSemester 2017.
Chapter 4 Systems of Linear Equations; Matrices
Presentation transcript:

4.7 Identity and Inverse Matrices Identity matrices Inverse matrix (intro) An application Finding inverse matrices (by hand) Finding inverse matrices (using calculator)

A review of the Identity For real numbers, what is the additive identity? Zero…. Why? Because for any real number b, 0 + b = b What is the multiplicative identity? 1 … Why? Because for any real number b, 1 * b = b

Identity Matrices The identity matrix is a square matrix (same # of rows and columns) that, when multiplied by another matrix, equals that same matrix If A is any n x n matrix and I is the n x n Identity matrix, then A * I = A and I*A = A

Examples The 2 x 2 Identity matrix is: The 3 x 3 Identity matrix is: Notice any pattern? Most of the elements are 0, except those in the diagonal from upper left to lower right, in which every element is 1!

Inverse review Recall that we defined the inverse of a real number b to be a real number a such that a and b combined to form the identity For example, 3 and -3 are additive inverses since 3 + -3 = 0, the additive identity Also, -2 and – ½ are multiplicative inverses since (-2) *(- ½ ) = 1, the multiplicative identity

Matrix Inverses Two n x n matrices are inverses of each other if their product is the identity Not all matrices have inverses (more on this later) Often we symbolize the inverse of a matrix by writing it with an exponent of (-1) For example, the inverse of matrix A is A-1 A * A-1 = I, the identity matrix.. Also A-1 *A = I To determine if 2 matrices are inverses, multiply them and see if the result is the Identity matrix!

Determine whether X and Y are inverses. Check to see if X • Y = I. Write an equation. Matrix multiplication Example 7-1a

Matrix multiplication Now find Y • X. Write an equation. Matrix multiplication Answer: Since X • Y = Y • X = I, X and Y are inverses. Example 7-1b

Determine whether P and Q are inverses. Check to see if P • Q = I. Write an equation. Matrix multiplication Answer: Since P • Q  I, they are not inverses. Example 7-1c

Determine whether each pair of matrices are inverses. a. b. Answer: no Answer: yes Example 7-1d

An Application of Inverse Matrices You can use matrices to encode and decode a message In other words, matrices are useful for encrypting information First, translate your message into numbers using the key A = 1, B = 2, etc.. (perhaps 0 = space) Organize your message into a matrix with 2 columns and as many rows as needed Multiply the matrix by a 2 x 2 encoding matrix To decipher the message, multiply the coded message by a 2 x 2 decoding matrix The decoding matrix will be the inverse of the encoding matrix Finally, you can translate the numbers back into letters using you’re the key mentioned above

Convert the message to numbers using the table. Use the table to assign a number to each letter in the message ALWAYS_SMILE. Then code the message with the matrix Code _ 0 I 9 R 18 A 1 J 10 S 19 B 2 K 11 T 20 C 3 L 12 U 21 D 4 M 13 V 22 E 5 N 14 W 23 F 6 O 15 X 24 G 7 P 16 Y 25 H 8 Q 17 Z 26 Convert the message to numbers using the table. A L W Y S _ M I E 1 12 23 25 19 13 9 5 Example 7-3a

Write the message in matrix form Write the message in matrix form. Then multiply the message matrix B by the coding matrix A. Write an equation. Example 7-3b

Matrix multiplication Example 7-3c

Simplify. Answer: The coded message is 13 | 38 | 24 | 49 | 44 | 107 | 19 | 57 | 22 | 53 | 17 | 39. Example 7-3d

Now decode the message 13 | 38 | 24 | 49 | 44 | 107 | 19 | 57 | 22 | 53 | 17 | 39 Decode by: expressing the coded message as a matrix with 2 columns Multiplying this matrix by the inverse of A The inverse of A is shown below:

Next, decode the message by multiplying the coded matrix C by A–1. Example 7-3f

Example 7-3g

Example 7-3h

Code _ 0 I 9 R 18 A 1 J 10 S 19 B 2 K 11 T 20 C 3 L 12 U 21 D 4 M 13 V 22 E 5 N 14 W 23 F 6 O 15 X 24 G 7 P 16 Y 25 H 8 Q 17 Z 26 Use the table again to convert the numbers to letters. You can now read the message. Answer: 1 12 23 25 19 13 9 5 A L W Y S _ M I E Example 7-3i

a. Use the table to assign a number to each letter in the message FUN_MATH. Then code the message with the matrix A = Code _ 0 I 9 R 18 A 1 J 10 S 19 B 2 K 11 T 20 C 3 L 12 U 21 D 4 M 13 V 22 E 5 N 14 W 23 F 6 O 15 X 24 G 7 P 16 Y 25 H 8 Q 17 Z 26 Answer: 12 | 63 | 28 | 14 | 26 | 16 | 40 | 44 Example 7-3j

Use the inverse matrix shown below to decode the message!! Example 7-3k Code _ 0 I 9 R 18 A 1 J 10 S 19 B 2 K 11 T 20 C 3 L 12 U 21 D 4 M 13 V 22 E 5 N 14 W 23 F 6 O 15 X 24 G 7 P 16 Y 25 H 8 Q 17 Z 26 Use the inverse matrix shown below to decode the message!! Answer: 6 21 14 13 1 20 8 F U N _ M A T H

How do we find the inverse??? 1st you find what is called the determinant The determinant not only determines whether the inverse of a matrix exists, but also influences what elements the inverse contains For the matrix shown below, the determinant is equal to ad – bc In other words, multiply the elements in each diagonal, then subtract the products!

More about determinants If the determinant of a matrix equals zero, then the inverse of that matrix does not exist! Every square matrix has a determinant, however 2 x 2 matrices are the only ones we will calculate determinants for by hand For larger matrices, finding the determinant is considerably more complicated (if you take a linear programming course in college, or AP Physics here at WHS, you may learn how to find 3 x 3 determinants by hand)

Finding the inverse of a 2 x 2 matrix For the matrix: The inverse is found by calculating: In other words: Switch the elements a and d Reverse the signs of the elements b and c Multiply by the fraction (1 / determinant)

Find the inverse of the matrix, if it exists. Find the value of the determinant. Since the determinant is not equal to 0, S –1 exists. Example 7-2a

a = –1, b = 0, c = 8, d = –2 Definition of inverse Answer: Simplify. Example 7-2b

Check: Example 7-2c

Find the inverse of the matrix, if it exists. Find the value of the determinant. Answer: Since the determinant equals 0, T –1 does not exist. Example 7-2d

Find the inverse of each matrix, if it exists. a. b. Answer: No inverse exists. Answer: Example 7-2e

Finding inverses for larger matrices We will not calculate inverses of 3 x 3 or larger matrices by hand However, we CAN find these using the TI-83 Enter your matrix using the EDIT menu, then print it on your TI screen using the NAMES menu Now hit the “X-1” button to indicate that you want to find the inverse of this matrix! Let’s try some examples on the TI-83!!