Further Pure 1 Inverse Matrices. Reminder from lesson 1 Note that any matrix multiplied by the identity matrix is itself. And any matrix multiplied by.

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

Chapter 4 Euclidean Vector Spaces
3D Geometry for Computer Graphics
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.
Further Pure 1 Transformations. 2 × 2 matrices can be used to describe transformations in a 2-d plane. Before we look at this we are going to look at.
Vocabulary and Properties. Determine the word or phrase described in each slide.
HCI 530 : Seminar (HCI) Damian Schofield. HCI 530: Seminar (HCI) Transforms –Two Dimensional –Three Dimensional The Graphics Pipeline.
Chapter 4.1 Mathematical Concepts
Chapter 4.1 Mathematical Concepts. 2 Applied Trigonometry Trigonometric functions Defined using right triangle  x y h.
CSCE 590E Spring 2007 Basic Math By Jijun Tang. Applied Trigonometry Trigonometric functions  Defined using right triangle  x y h.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
Finding the Inverse of a Matrix
4.3 The Inverse of a Matrix Warm-up (IN)
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
Further Pure 1 Solving Simultaneous equations. Simultaneous equations You have already learnt how to solve simultaneous equations at GCSE and AS level.
Whiteboardmaths.com © 2011 All rights reserved
1 February 24 Matrices 3.2 Matrices; Row reduction Standard form of a set of linear equations: Chapter 3 Linear Algebra Matrix of coefficients: Augmented.
Matrices And Linear Systems
Slide Chapter 7 Systems and Matrices 7.1 Solving Systems of Two Equations.
Matrices. Given below is a record of all the types of books kept in a class library. TypeFictionGeneral Malay2547 Chinese4072 English8085.
Introduction This chapter reminds us of how to calculate midpoints and distances between co-ordinates We will see lots of Algebraic versions as well We.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
Review of Matrices Or A Fast Introduction.
To transform something is to change it. In geometry, there are specific ways to describe how a figure is changed. The transformations you will learn about.
Objectives Determine whether a matrix has an inverse.
Chapter 2 Systems of Linear Equations and Matrices
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
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.
Unit 6 : Matrices.
Solutions to the Symmetry WS 1. a 2. b 3. a 4. c 5. a 6. c 7. b 8. a 9. c 10. a SIDE 1 1. yes No 6. 4 SIDE 2.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Transformation in Geometry Transformation A transformation changes the position or size of a shape on a coordinate plane.
Unit 39 Matrices Presentation 1Matrix Additional and Subtraction Presentation 2Scalar Multiplication Presentation 3Matrix Multiplication 1 Presentation.
Matrices A matrix is an array of numbers, the size of which is described by its dimensions: An n x m matrix has n rows and m columns Eg write down the.
AccPeCalc Matrices review Definition of an Inverse Given a n x n matrix A, if there exists an inverse (A -1 ) of matrix A then A A -1 = A -1 A =
2x2 Matrices, Determinants and Inverses
Chapter 1. Introduction In this chapter we will: model relationships using variables, expressions, and equations. apply order of operations to simplify.
Lesson 6 – Complex Numbers
Some examples for identity matrixes are I 1 =, I 2 =, I 3 = … Let’s analyze the multiplication of any matrix with identity matrix. = We can conclude that.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Revision on Matrices Finding the order of, Addition, Subtraction and the Inverse of Matices.
Copyright © Ed2Net Learning Inc.1. 2 Warm Up x y y = 3x - 11) x y y = x - 62)
Unit 10 Transformations. Lesson 10.1 Dilations Lesson 10.1 Objectives Define transformation (G3.1.1) Differentiate between types of transformations (G3.1.2)
Chapter 5 Notes. 5.6 Reflections ▪ Reflection (flip) – a transformation in which a figure is reflected over a line of reflection (the x and y axes are.
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.
Sections 2-1, 2-2, 2-3. Notes Identity Property of Addition: x + 0 = x ex: = 5 The opposite of a number is its additive inverse: x + -x = 0 ex:
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
College Algebra Chapter 6 Matrices and Determinants and Applications
Lesson 4 – Solving Simultaneous equations
Determinants.
A1 Algebraic manipulation
The Inverse of a Square Matrix
Co-ordinate Geometry in the (x, y) Plane.
Linear Algebraic Equations and Matrices
The Unit Square Saturday, 22 September 2018.
Matrix Algebra (5).
CorePure1 Chapter 7 :: Linear Transformations
Topic Past Papers – Matrices
Graphing & Describing “Translations”
Unit 3: Matrices
Dr Huw Owens Room B44 Sackville Street Building Telephone Number 65891
3.8 Use Inverse Matrices to Solve Linear Systems
Lesson 4: Inverses of Matrices (part 1)
Using matrices to solve Systems of Equations
Presentation transcript:

Further Pure 1 Inverse Matrices

Reminder from lesson 1 Note that any matrix multiplied by the identity matrix is itself. And any matrix multiplied by the zero matrix is the zero matrix.

Inverse Matrix All operations have an opposite. We discussed in lesson 2 about using matrices to perform transformations. An inverse matrix will undo the transformation and return you to where you started. If a matrix is called A, then its inverse is known as A -1. In lesson 1 we briefly met the concept of an identity matrix (seen on first slide). So if multiplying A by A -1 returns you to where you started and multiplying by the identity matrix leaves you where you are, we can conclude that AA -1 = A -1 A = I

Challenge 1 You need to know the general formula for the inverse of a 2 × 2 matrix. Can you find the inverse to the following matrix? Use the property TT -1 = I From this we can form 2 pairs of simultaneous equations. 2p + 3q = 1 2r + 3s= 0 p + 4q = 0 r + 4s= 1

Challenge 1 The solutions to these equations are So the inverse of T is

Challenge 1 Lets now take any 2 × 2 matrix. Can you use T and T -1 to find the inverse of M and hence the general formula for the inverse of any 2 × 2 matrix?

The Determinant of a 2 × 2 matrix We have just found the general equation for the inverse of any 2 × 2 matrix. The Δ symbol is a capital delta and will always be a numerical value. The value can be calculated from the matrix and is known as the determinant of the matrix. Using T and T -1 can you spot how to calculate it?

The Determinant of a 2 × 2 matrix To calculate the determinant of a matrix M you multiply a by d and subtract b by c. Below is the official notation. If the det is zero then the inverse does not exist and the matrix is known as singular. If the det is not zero then the inverse does exist and the matrix is known as non-singular. Note: Only square matrices have inverses.

Challenge 2 This is above the scope of the course and not required for you to do. However it is a challenging question that will test your algebraic manipulation skills. Can you find the inverse of M using the identity below and the method we used a few slides ago. This will also prove where the formula for the determinant comes from.

Questions Find the inverse of the following matrices.

Inverse of a product Find the inverse of AB. Lets call the inverse of AB, X. So as we already know X(AB) = I First multiply by B -1 X(AB)B -1 = I×B -1 XA = B -1 Next multiply by A -1 XAA -1 = B -1 A -1 X = B -1 A -1 This is an important result that you need to know (AB) -1 = B -1 A -1

Properties of the determinant The orange square is an enlargement of the black square by a scale factor 2. What is the area of the object? Area = 9 units 2 What is the area of the image? Area = 36 units 2 The transformation performed can be described by the following matrix What do you notice about the determinant of the matrix and the enlargement shown. The determinant of a matrix indicates the scale factor of the area of enlargement. The det T is known as the signed scale factor as it can be negative. The negative signifies that the rotation direction has been reversed.

Task Can you explain how we know that the area of any shape rotated θ degrees anti- clockwise about the origin remains the same.

Matrices with det = 0 The determinant of a matrix tells us the scale factor of the areas` enlargement. What would be the area of a shape transformed by a matrix with det = 0? The area would be 0. All the points will have been transformed so what will the image look like? The image will be a straight line. We can see an example of this on the next slide.

Example 1 Lets start with a rectangle on a 2D pair of axes. We can write the co-ordinates of the vertices in matrix form. Next transform the object using a matrix with a det = 0 The image becomes a series of points that are in a straight line.

Example 1 In fact although we used a rectangle for the example any point in the plane will transform to the line. From the diagram its clear to see what the equation of the line will be. y = x

Example 1 We can reach the same result as the last slide using an algebraic method. Lets look at the general co- ordinate (x,y). Under the transformation we get the co-ordinates (x`,y`) Using matrix multiplication we can see that. x + 2y = x` x + 2y = y` From this we get y` = x + 2y = x` Or y = x

Example 2 The plane is transformed by the matrix. Show that the whole plane is mapped to a straight line and find the equation of this line. Using matrix multiplication gives us the simultaneous equations. x` = 2x – y y` = -4x + 2y From the equations we get y` = -2(2x – y) = -2x` All the points will map to the line y = -2x

Example 2 All points in a plane transform to a straight line. This is because there are infinitely many lines that transform to a single point.

Example 3 For the matrix T find the equation of the line of points that map to (5,-10). We use matrix multiplication to find what equations will be equal to the co-ordinate (5,-10) This gives us the equations 2x – y = 5 -4x + y = -10 These two equations give the exact same information. 2x – y = 5

Summary 1 The inverse of a matrix Is Where

Summary 2 MM -1 = M -1 M = I X = B -1 A -1