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.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
CSCE 590E Spring 2007 Basic Math By Jijun Tang. Applied Trigonometry Trigonometric functions  Defined using right triangle  x y h.
Lecture # 9 Matrix Representation of Symmetry Groups
Wednesday, July 15, 2015 EQ: What are the similarities and differences between matrices and real numbers ? Warm Up Evaluate each expression for a = -5,
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Reflection symmetry If you can draw a line through a shape so that one half is the mirror image of the other then the shape has reflection or line symmetry.
By: Suhas Navada and Antony Jacob
Lecture 7: Matrix-Vector Product; Matrix of a Linear Transformation; Matrix-Matrix Product Sections 2.1, 2.2.1,
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
Whiteboardmaths.com © 2011 All rights reserved
Unit 9: Vectors, Matrices and Transformations
ECON 1150 Matrix Operations Special Matrices
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
Matrices. Given below is a record of all the types of books kept in a class library. TypeFictionGeneral Malay2547 Chinese4072 English8085.
Geometric Transformation. So far…. We have been discussing the basic elements of geometric programming. We have discussed points, vectors and their operations.
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
4.1 Matrix Operations What you should learn: Goal1 Goal2 Add and subtract matrices, multiply a matrix by a scalar, and solve the matrix equations. Use.
4.2 An Introduction to Matrices Algebra 2. Learning Targets I can create a matrix and name it using its dimensions I can perform scalar multiplication.
Chapter 8 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
1 What you will learn  We need to review several concepts from Algebra II: Solving a system of equations graphically Solving a system of equations algebraically.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Unit 6 : Matrices.
Algebra 2 Chapter 4 Notes Matrices & Determinants Algebra 2 Chapter 4 Notes Matrices & Determinants.
Matrices A matrix is a table or array of numbers arranged in rows and columns The order of a matrix is given by stating its dimensions. This is known as.
Transformation in Geometry Transformation A transformation changes the position or size of a shape on a coordinate plane.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Transformations Objective: to develop an understanding of the four transformations. Starter – if 24 x 72 = 2016, find the value of: 1)2.8 x 72 = 2)2.8.
4.1: Matrix Operations Objectives: Students will be able to: Add, subtract, and multiply a matrix by a scalar Solve Matrix Equations Use matrices to organize.
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
Unit 39 Matrices Presentation 1Matrix Additional and Subtraction Presentation 2Scalar Multiplication Presentation 3Matrix Multiplication 1 Presentation.
Chapter 6 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Matrix Operations and Their Applications.
4.1 Using Matrices Warm-up (IN) Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
4.1: Matrix Operations Objectives: Students will be able to:
Starter Convert the following: 4000 m = __________km
Section 9-1 An Introduction to Matrices Objective: To perform scalar multiplication on a matrix. To solve matrices for variables. To solve problems using.
4.1: Matrix Operations Objectives: Students will be able to: Add, subtract, and multiply a matrix by a scalar Solve Matrix Equations Use matrices to organize.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with Matrices
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
Honors Geometry.  We learned how to set up a polygon / vertex matrix  We learned how to add matrices  We learned how to multiply matrices.
 An image is the new figure, and the preimage is the original figure  Transformations-move or change a figure in some way to produce an image.
Starter Fill in all the blank boxes.
4.2 Matrix Multiplication Objectives: Multiply 2 matrices. Use matrix multiplication to solve mathematical and real-world problems. Standard:
Matrices Presentation by : Miss Matkar Pallavi. P.
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
YEAR 11 MATHS REVISION Transformations.
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 =
Matrices.
Matrices Introduction.
2. Matrix Methods
Matrix Operations Monday, August 06, 2018.
The Unit Square Saturday, 22 September 2018.
FP1 Matrices Transformations
Matrix Algebra.
Transformations Example Draw the line Draw 1 at , ,
CorePure1 Chapter 7 :: Linear Transformations
Topic Past Papers – Matrices
FP1 Matrices Transformations
4-4 Geometric Transformations with Matrices
Matrices.
Matrix Algebra.
Matrix Operations Ms. Olifer.
Game Programming Algorithms and Techniques
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

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 dimensions of these matrices:

Matrix addition & subtraction This can only take place between matrices of the same dimension, by simply adding or subtracting values in corresponding positions in the matrix array. Eg if and , find A + B and A – B Eg if and , find C + D and C – D Now try Ex4A

Scalar multiplication Multiply every number in the array by the scalar. Eg if , find 3A and -2A Eg if , find 5C and -C Now try Ex4B

Requires a form of ‘cross multiplication’ and careful calculation: Matrix multiplication Requires a form of ‘cross multiplication’ and careful calculation: If and , then C1 C2 R1 R2 NB: Matrix multiplication is commutative - order matters. AB does not equal BA. Eg if and

Matrix multiplication can only take place if the number of columns of the matrix on the left is equal to the number of rows of the matrix on the right. Eg for the matrices given, which pairs can be multiplied? Possible: AC , BD , CB , DA , DC The product PQ will have the number of rows of P and the number of columns of Q Eg for the possible products in the example above, a) write down the dimensions of the products b) Evaluate the products Product will be 1 x 2 Product will be 2 x 1 Product will be 2 x 3 Product will be 3 x 2 Now try Ex4C

Matrix multiplication NB: Matrix multiplication is associative, meaning A(BC) = (AB)C Eg if , and

Inverse matrices Inverse of is where Eg Find M–1. A matrix M is described as singular if det(M) = 0 Eg Show that M is singular A singular matrix has no inverse

WB22 , where a is a real constant. (a) Given that a = 2, find M–1. Inverse of is where (b) Find the values of a for which M is singular. Singular

WB24 , where a is real. (a) Find det A in terms of a. (b) Show that the matrix A is non-singular for all values of a. Singular Has no real roots Given that a = 0, (c) find A–1. Inverse of is

Why do inverse matrices work?

Using inverse matrices Eg Ex 4G Q4a) Given that ABC = I, prove that B-1 = CA ABC = I Multiply on the left by A-1 BC = A-1 Multiply on the right by A BCA = I Multiply on the left by B-1 CA = B-1 b) Given that and , find B Using (a), CA = B-1 Then B is the inverse of this Now try Ex4G, Q5, 6, 7

Q5a) Given that AB = C, find an expression for B Multiply on the left by A-1 B = A-1C b) Given that and , find B Using (a), B = A-1C

Q6a) Given that BAC = B, where B is a non-singular matrix, find an expression for A b) When , find A Multiply on the left by B-1 AC = I Multiply on the right by C-1 A = C-1 Using (a), A = C-1 7) The matrix and , . Find the matrix B B = A-1AB

Eg transform the shape T shown below using the matrix Matrix transformations Eg transform the shape T shown below using the matrix You can express coordinates as column vectors Use matrix multiplication to transform the shape AT T Giving: Original point Image (1,1) (2,2) The geometrical transformation represented by the matrix (2,3) (4,6) (5,2) (10,4) is an enlargement about the origin, scale factor k

Matrix transformations The effect of a matrix transformation can be established by considering what happens to just the coordinates (1,0) and (0,1). The coordinates (1,0) and (0,1) are represented by the identity matrix Applying any matrix to this will give the matrix itself Hence the effect of a matrix can be found by taking the 1st and 2nd columns as the positions taken by the coordinates (1,0) and (0,1) respectively, and interpreting a diagram of this. (0,1) becomes (-1,0) Eg Given that describe fully the geometrical transformation represented by C, Before After (1,0) becomes (0,1) Rotation 90o anticlockwise about the origin

Matrix transformations Compare with the coordinates (1,0) and (0,1) Describe fully the geometrical transformation represented by the given matrices: Reflection in the x - axis Rotation 180o about (0,0) Reflection in the line y=x Rotation 90o clockwise about the origin Reflection in the y - axis Reflection in the line y=-x

Compare with the coordinates (1,0) and (0,1) Matrix transformations Compare with the coordinates (1,0) and (0,1) Describe fully the geometrical transformation represented by the given matrices:

Rotations by multiples of 45o Eg Describe fully the geometrical transformation represented by the matrix A. Before After Rotation 135o anticlockwise about the origin The transformation given by a power of a matrix can be understood by considering its geometric representation Describe the transformation represented by: Now try Ex4E a) A2 Two 135o rotations gives a 270o rotation b) A-1 The inverse of an anticlockwise rotation is a clockwise rotation

WB21 (a) Find AB. Product will be 2 x 2 Given that (b) describe fully the geometrical transformation represented by C, Before After Reflection in y - axis (c) write down C100. Doing C again will return the images to their original position, as will any even power of C

WB23(a) Given that (i) find A2, (ii) describe fully the geometrical transformation represented by A2. An enlargement about the origin, scale factor 3 (b) Given that Before After describe fully the geometrical transformation represented by B. Reflection in line (c) Given that where k is a constant, find the value of k for which the matrix C is singular. Singular

WB28 (a) Describe fully the geometrical transformation represented by the matrix M. Before After Rotation 45o anticlockwise about the origin The transformation represented by M maps the point A with coordinates (p, q) onto the point B with coordinates (3√2, 4√2). (b) Find the value of p and the value of q.

(c) Find, in its simplest surd form, the length OA, where O is the origin. (d) Find M2. The point B is mapped onto the point C by the transformation represented by M2. (e) Find the coordinates of C.

Matrix transformations using the formulae booklet The formulae booklet provides you with general rules: Anticlockwise rotation through θ about 0: Reflection in the line : Eg to rotate 90o anticlockwise about 0 Eg to reflect in the y = x Eg to reflect in the x-axis Now try Ex4E, Q4-5

Combined transformations Eg Find AB A represents a rotation 90o clockwise about the origin. B represents a reflection in the y – axis. Hence describe fully the geometrical transformation represented by AB Consider a triangle T AB represents a reflection in the line y = x T BT Eg using the same A and B above, write down: B7 A20 7 reflections in the y-axis is the same as 1 20 rotations of 90o will get back to where you started ABT Now try Ex4F, Q2 onwards

WB26 Write down the 2 × 2 matrix that represents (a) an enlargement with centre (0, 0) and scale factor 8, (b) a reflection in the x-axis. Change sign of y coordinate only (c) Hence, or otherwise, find the matrix T that represents an enlargement with centre (0, 0) and scale factor 8, followed by a reflection in the x-axis. and where k and c are constants. (d) Find AB. Given that AB represents the same transformation as T, (e) find the value of k and the value of c.

Using inverse matrices in geometric situations Eg A triangle P is transformed to a triangle Q by the matrix M The triangle Q has vertices at the points (3, -1), (7, -9) and (24, 2). Find the coordinates of the vertices of P. You can apply M-1 to the image to find the original points Coordinates are (1,-1), (3,-5), (7,-4)

Determining the area If then If a shape is transformed by a matrix M, then: Area factor =

WB25 , where a and b are constants. Given that the matrix A maps the point with coordinates (4, 6) onto the point with coordinates (2, −8), (a) find the value of a and the value of b. A quadrilateral R has area 30 square units. It is transformed into another quadrilateral S by the matrix A. Using your values of a and b, (b) find the area of quadrilateral S. Area factor of transformation under M = where

WB27 (a) Find det A. (b) Find A–1. Inverse of is The triangle R is transformed to the triangle S by the matrix A. Given that the area of triangle S is 72 square units, (c) find the area of triangle R. Area factor = Area of R The triangle S has vertices at the points (0, 4), (8, 16) and (12, 4). (d) Find the coordinates of the vertices of R. Coordinates (2,2), (14,10), (11,5) Now try Ex4I

Using inverse matrices to solve simultaneous equations Eg use an inverse matrix to solve the simultaneous equations Multiply on the left by M-1 Solution Now try Ex4J

Rotation 90o anticlockwise about (0,0) Matrix algebra Using Compare with Describe fully the geometrical transformation represented by B Before After Rotation 90o anticlockwise about (0,0) The triangle R is transformed to the triangle S by the matrix C. Given that the area of triangle R is 6 square units, find the area of triangle S. Area factor = Area of S The triangle S has vertices at the points (-2,2), (-10,2) and (-8,6). Find the coordinates of the vertices of R. Coordinates (1,1), (1,5), (3,4)