STRAND J: TRANSFORMATIONS, VECTORS and MATRICES

Size: px
Start display at page:

Download "STRAND J: TRANSFORMATIONS, VECTORS and MATRICES"

Transcription

1 Mathematics SKE, Strand J STRAND J: TRANSFORMATIONS, VECTORS and MATRICES J4 Matrices Text Contents * * * * Section J4. Matrices: Addition and Subtraction J4.2 Matrices: Multiplication J4.3 Inverse Matrices: Solving Linear Equations J4.4 Geometrical Transformations

2 J4 Matrices J4. Matrices: Addition and Subtraction The numbers shown in a matrix can be in many different shapes and sizes; for example, (a) 2 4 (b) (c) 5 3 (d) We describe these shapes and sizes by giving the dimension of the matrix. The dimension is (number of rows in the matrix) by (number of columns) (Rows are along the horizontal; columns are vertical.) Worked Example What is the dimension of each of the matrices shown above? (a) (b) by 3 (c) 2 by (d) 3 by 2 2 by 2 (as it has 2 rows and 2 columns) In general, if a matrix has m rows and n columns, its dimension is We often write this as m by n m n but the ' ' sign does not mean multiply; you read this as "m by n". You can add and subtract matrices by adding and subtracting their corresponding elements. Matrices have to have the same dimensions in order to be added or subtracted. Worked Example 2 Calculate (a)

3 J4. (b) (a) = (b) = = = Matrices are equal if they have the same dimensions and corresponding elements are equal. Worked Example 3 Given that a 3 4 b d c 5 0 = 5, find the values of a, b, c and d. 0 5 a 3 4 b d c 5 0 = That is, a 4 3 c = d b As the matrices are equal, each element must be equal; that is a 4 = 5 a = 9 3 c = 0 c = 3 d = 0 d = b + 5 = 5 b = 0 2

4 J4. Exercises. What is the dimension of each of the following matrices? (a) (b) 3 6 (c) (d) ( 2 ) (e) For the matrices, find A = (a) A + B (b) A B (c) A + B C (d) C A B 2 B = 0 4 C = For the matrices 2 A = B = ( ) C = ( ) D = 0 0 E = 0 ( ) F = ( 5 2) find, where possible, (a) A + B (b) E A (c) F D C (d) B + C (e) F D C (f) A F (g) C ( F + D) 3

5 J4. 4. Given that a b d c 0 0 = 4 0 find the value of the constants a, b, c and d. 5. Given that a b c = 3 4 d e f find the value of the constants a, b, c, d, e and f. J4.2 Matrices: Multiplication There are two types of multiplication defined for matrices. (A) SCALAR multiplication Here each element of the matrix is multiplied by a scalar (number). For example, = = Worked Example If A = 5 2 and B = 6 0 what are (a) 2A (b) 5 2 (a) 2 A = 2 = A (c) ( 4) B? = (b) A = = = 3 0 (c) ( 4) B = ( 4) ( ) = ( 4) ( 4) ( ) ( 4) = ( 4 4 4) 4

6 J4.2 (B) MATRIX multiplication You can multiply two matrices, A and B, together and write C = AB (or A B) only if the number of columns of A = number of rows of B; that is, A has dimension m n, B has dimension n k. The resulting matrix, C, has dimensions m k. To find C, we multiply corresponding elements of each row of A by elements of each column of B and add. The following examples show you how the calculation is done. Worked Example 2 If A = B = and, find AB First check the dimension: A is 2 2 and B is 2, so C = AB is defined. (The number of columns of A = the number of rows of B) and C is a 2 matrix: C = = + ( ) + 2 ( 2) 3 2 = = 3 8 Worked Example 3 If A = 2 B = 2 and, calculate AB and BA A is 2 2 and B is 2 2, so AB is defined and AB = = ( ) + ( ) = =

7 J4.2 Similarly, BA is defined and BA = = ( ) ( ) = = Note AB BA and this shows that matrix multiplication is not commutative (that is, the calculation cannot be reversed with the same result). Worked Example 4 Given that A = 0, B = ( 2 2 ), C = 2 4 ( ) determine whether or not the following multiplications are defined, and, if they are, find the resulting matrix. (a) AB (b) BC (c) AC (d) CA (e) BCA (a) AB is not defined, as A is 3 and B is 2, and 3. (b) BC is defined. As B is 2 and C is 2, BC is. That is BC = = ( ) = ( 4 8) = ( 4) (c) AC is not defined, as A is 3 and C is 2. 6

8 J4.2 (d) CA is defined; C is 2 and A is 3 so CA is 2 3. That is 2 4 ( 0 ) = = (e) We already know that BC is a matrix and A is 3, so BCA is defined and is 3. That is BCA = Worked Example Let A =, B = Calculate (a) A + B ( 4) ( 0 ) = (b) AB (c) BA 2 2 (d) A B A means AA (a) A + B = + = (b) AB = = 2 ( ) + ( ) ( ) = 9 6 (c) BA = = ( ) + ( ) = 5 6 7

9 J4.2 (d) A 2 0 B = = = = Exercises 2 0. For the matrices A = B =,, find 4 6 (a) 3A (b) A (c) 2B 2 2. Find the value of k and the value of x so that = k x 0 3. Find the values of a, b, c and d so that a c 3 3 b d = Find the values of a, b, c and d so that 5 b a c = 0 3 d 5. Given the dimensions of the following matrices, Matrix A B C D E Dimension give the dimensions of these matrix products: (a) BA (b) DE (c) CD (d) ED (e) AE (f) DA 8

10 J Find these products: (a) (b) The matrix A = 2 and the matrix B = Find: (a) AB (b) A 2 8. The matrices A, B and C are given by A = 2, b = 3 2, C = 3 2 Determine whether or not the following products are possible and find the products of those that are. (a) AB (b) AC (c) BC (d) BA (e) CA (f) CB 9. Find in terms of a, 2 a Find in terms of x, 3 2 x x The matrix A = 2 0 Find: (a) A 2 (b) A 3 J4.3 Inverse Matrices: Solving Linear Equations In this section, we will restrict ourselves to square matrices, that is, matrices in which the number of rows = number of columns ( m = n). For example, A = B = C = D 4 3, 4 2,, = ( 5) 9

11 J4.3 We will concentrate on 2 2 matrices (examples A and C above). We start by defining the determinant of a 2 2 matrix. a b If M =, its determinant is defined by c d det M = ad cb Note that it is just a number, So, for the examples above, det A = 4 ( 2) = and = 6 det C = = 2 2 = 0 For matrix M, if det M = 0 we call it singular and if det M 0, it is non-singular. Hence A is non-singular and C is singular. Worked Example 4 x M is the matrix. 0 5 Calculate the value of x which would make M a singular matrix. M is singular if det M = 0. det M ( ) ( ) = 4 5 x 0 So det M = 0 when x = 0 = x 0x x = 20 = 2 For a 2 2 matrix, we will define its inverse, denoted by M, as the matrix that satisfies XM = MX = I Here I is the identity matrix, defined as 0, and we denote X by M. 0 It is not always possible to find an inverse, as we will see in the following result. 0

12 J4.3 Theorem The inverse of M = a b is given by c d M = d det M c b a and only exists if det M 0. d b The matrix is called the adjoint matrix and in denoted by adj A. Note that, c a on one diagonal the numbers are reversed and on the other they are multiplied by. Proof We will show that M M = I. Note that det M d c b a a c b = d det M da bc db bd ca + ac cb + ad = ad bc 0 det M 0 ad bc ad bc = det M 0 0 ad bc det M = 0 (since det M = ad bc) 0 = I So M M = I and you can show that MM = I in the same way. Thus we can find the inverse of a 2 2 matrix provided that det M 0; that is, it is non-singular. Worked Example 2 Find the inverse of A = and show that AA = A A = I.

13 J4.3 Since det A = = 0 9 =, A is non-singular and A 2 3 = = det A = We now check this by calculating and similarly, AA = A 2 3 = A = 5 3 = Note We can use this concept of finding the inverse to solve simultaneous equations. For example, if 5x + 3y = 4 3x + 2y = 2 then this can be written as AX = B x when A = X B 5 3 = y = 4,, Check: AX x = 5 3 y = 3 2 5x + 3y = x + y 4 = B Multiply AX = B by A to give A AX = A B But A A = I from the result above, so IX = A B But IX x x = 0 y = y = 0 X giving X = A B = That is, x y = 2 2 2

14 J4.3 So the solution is x = 2, y = 2. We will check these values in the original equation: and this verifies the solution. Worked Example 3 5x + 3y = = 0 6 = 4 3x + 2y = = 6 4 = 2 Given that M = (a) Show that M is a non-singular matrix. (b) Write down the inverse of M. (c) Write down the 2 2 matrix which is equal to the product of M M (d) Pre-multiply both sides of the following matrix equation by M x = y Hence solve for x and y. (a) det M = = = = So det M 0 and M is non-singular. (b) M = det M (c) M M = 5 adj M = = = 0 I 0. (d) M x y = 3 7 Multiply by M to give M M x M y = 7 3 3

15 J4.3 x I y = x y 26 = So x = 26 and y =. Exercises. Determine which of these matrices are singular and which are non-singular. For those that are non-singular find the inverse matrix. (a) (b) 3 3 (c) (d) (e) (f) Find the value of a for which these matrices are singular. (a) a + a 3 2 (b) + a 3 a a + 2 a (c) 2 + a a a a 3. Given that AB = C, (a) find an expression for B 2 (b) find B when A = C = 3 6 and Use inverse matrices to solve these simultaneous equation. (a) 4x y= 2x + 3y = 8 (b) 4x y= 3x + 2y = 0 (c) 5x + 2y = 3 3x + 4y = 3 5. Solve, using matrix methods, 3x 2y = 3 x + 4y = 8 4

16 J Solve, using matrix methods as far as possible, each of the following sets of simultaneous equations. (a) x + y = 2 (b) x + y = 2 (c) x + y = 2 2x + 3y = 5 2x + 2y = 4 2x + 2y = 5 7. (a) Find the matrix P if PQ = QP = I where Q is the matrix (b) Using part (a), solve the equation 2x + y = 4x + 5y = J4.4 Geometrical Transformations In earlier units in this strand we met transformations, including rotations, reflections and enlargements. A convenient way to define these is by using a matrix approach. For example, consider a reflection in the line x = y. The point A, (4, 2) is transformed to A' (2, 4) as shown opposite. Similarly, the point P (x, y) is transformed to P' (y, x). We can write the new coordinates in matrix form as X' = MX or x' x = y' 0 0 y y (2, 4) A' y = x A (4, 2) x as multiplying out the matrix on the right hand side gives x' = y y' = x that is, the coordinates of P' are (x, y). So the matrix M = 0 0 defines the transformation "reflection in the line y = x". 5

17 J4.4 Similarly for other reflections; all are summarised below. Reflection In the line y = x Matrix Transformation 0 0 In the line y In the y-axis In the x-axis = x A similar process is used for rotations. Consider a rotation of 90 in the clockwise direction about the origin, O, as shown opposite for the point y (4, 2) Similarly, ( 4, 2) ( 2, 4) ( x, y) ( y, x) O 90 x for any point of the shape, and in matrix (2, -4) form, X = MX, or x' 0 x = y' 0 y y = x That is, x' = y y' = x So the coordinates of P x, y shown, ( 0, 2) ( 2, 0) ( 4, 0) ( 0, 4) ( 0, 0) ( 0, 0) become P' ( y, x) and for the rotation of the shape 6

18 J4.4 The matrix 0 M = 0 corresponds to a rotation of 90 in the clockwise direction. Similarly for other rotations; all are summarised below. Rotation 90 clockwise 90 anticlockwise 80 (clockwise or anticlockwise) Matrix Transformation Enlargements can be treated in a similar way. For an enlargement of the shape shown, centre O and scale factor 2, the diagram opposite shows that and similarly ( 4, 2) ( 8, 4) ( x, y) ( 2x, 2y) y O A (4, 2) A' (8, 4) x For example, ( 0, 2) ( 0, 4) ( 4, 0) ( 8, 0) ( 0, 0) ( 0, 0) In matrix terms, X = MX when x y = x y = 2x 2y That is, x = 2x y = 2y so that the coordinates of P x, y become P' 2x, 2y. 7

19 J4.4 The matrix M = represents an enlargement of scale factor 2. For scale factor n, with centre of enlargement being the origin, the matrix will be M n = 0 0 n For the CXC examination, you do need to know these matrix transformations, as you will see in the Worked Examples. Note Points that do not change position after transformation are called invariant points. For example, points on the line y = x remain in the same position after reflection in the line y = x. These are the invariant points for the transformation "reflective in the line y = x". Finally, we can look at translations in a similar way. y If we move x x + 3 and y y + 2 then for the point A (4, 2), A (4, 2) (7, 4) A' is (7, 4) and P( x, y) is translated where to P' x', y' x' = x + 3 y' = y + 2 O x In matrix form, we have x' x X' = M + X X' =, M, X = y' 3 when = 2 y In general, for the translation x x + a, y y + b, then a X' = M + X where M = b 8

20 J4.4 Worked Example The matrix, K, maps the point S,4 onto S' (, ) T' ( 5, 3). Given that K = a b c d, (a) Express as a matrix equation, the relationship between (i) K, S and S' (ii) K, T and T'. 4 and the point T3,5 onto (b) Hence, determine the values of a, b, c and d. (c) Describe COMPLETELY the geometric transformation which is represented by the matrix K. (a) (i) a c b d = 4 4 (ii) a c b d 3 = (b) a + 4b = 4 c + 4d = 2 3a + 5b = 5 3 3c + 5d = 3 4 We can solve for a and b from and 3 : Multiply by 3 to give 3a + 2b = 2 Taking 3 from this gives 7b = = 7 b =. From, = = a a 0 and a = 0, b = satisfies 3. Multiply 2 by 3 to give 3c + 2d = 3 Taking 4 from this equation gives 7d = 0 d = 0 9

21 J4.4 and substituting in 2 gives c =. Hence, 0 K = 0 (c) This is a reflection in the line y = x. Worked Example 2 A triangle XYZ, with coordinates X (4, 5), Y ( 3, 2) and Z (, 4) is mapped onto triangle XYZ ' ' ' by a transformation M = 0 0. (a) Calculate the coordinates of the vertices of triangle XYZ ' ' '. 0 (b) A matrix N = 0 maps triangle XYZ ' ' ' onto triangle X'' Y'' Z'''. Determine the 2 2 matrix, Q, which maps triangle XYZ onto X'' Y'' Z''. (c) Show that the matrix which maps triangle X'' Y'' Z'' back onto triangle XYZ is equal to Q. (a) X' = MX = = 4 5 i.e. X' 4, 5 Y' = MY = = 3 2 i.e. Y' ( 32, ) Z' = MZ = = 4 i.e. Z' ( 4, ) (b) X'' = NX' = NMX, so X'' = QX where Q = NM = = (c) Check: 0 2 QX'' = Q X and Q 2 = = 0 0 Hence QX'' = X and similarly for Y'' and Z''. 20

22 J4.4 Worked Example 3 (a) Write down the matrix (i) M y that represents reflection in the y-axis (ii) R l that represents a rotation of 80 about the origin. (b) (c) Determine the single matrix, U, that represents a transformation, M y, followed by another transformation, R l. Describe geometrically the transformation represented by (i) R p = 0 0 (ii) E = (d) (e) On graph paper, using a scale of cm to represent unit on each axis, draw the pentagon ABCDE with vertices A (, 2), B (4, 2), C (4, 5), D (2, 6) and E (, 5). Draw the image of ABCDE under the transformation represented by (i) R p, and label that image ABCDE ' ' ' ' ' (ii) E, and label that image A'' B'' C'' D'' E''. (a) (i) M y = 0 0 (ii) R l = 0 0 (b) U = = (c) (i) Rotation, about origin, of 90, anticlockwise. (ii) Enlargement with scale factor 2. (d) (e) Shown on graph (see next page). Shown on graph (see next page). 2

23 J4.4 s for Worked Example 3 (d) and (e). y D'' 0 E'' C'' 8 D' 6 D C' E' E C 4 A'' B'' B' A' 2 A B x

24 J4.4 Worked Example 4 (a) Using the graph paper below, perform the following transformations: (i) Reflect triangle P in the y-axis. Label its image Q. (ii) Draw the line y = x and reflect triangle Q in this line. Label its image R. (iii) (iv) Describe, in words, the single geometric transformation which maps triangle P onto triangle R. Reflect triangle Q in the x-axis. Label its image S. y P x

25 J4.4 (v) Write down the 2 2 matrix for the transformation which maps triangle P onto triangle S. (b) (i) Write down the 2 2 matrices for a) a reflection in the y-axis b) a reflection in the line y = x. (ii) Using the two matrices in (b) (i) above, obtain a SINGLE matrix for a reflection in the y-axis followed by a reflection in the line y = x. (a) (i) and (ii) See diagram below. y 8 7 y = x 6 P 5 4 Q 3 2 R x S (iii) (iv) (v) Rotation about origin of 90 in clockwise direction See diagram above

26 J4.4 (b) (i) a) b) (ii) = Exercises. (a) Write down the 2 2 matrix, R, which represents a reflection in the y-axis. (b) Write down the 2 2 matrix, N, which represents a clockwise rotation of 80 about the origin. (c) Write down the 2 matrix, T, which represents a translation of 3 units parallel to the x-axis and 5 units parallel to the y-axis. (d) The point P (6, ) undergoes the following combined transformations such that RN( P) maps P to P' T( P) maps P to P'' Determine the coordinates of P' and P''. 2. The vertices of triangle ABC have coordinates A (, ), B (2, ) and C (, 2). Matrix T transforms triangle ABC into triangle ABC ' ' '. The coordinates of the vertices of triangle ABC ' ' ' are A' (3, 3), B' (6, 3) and C' (3, 6). (a) Express the transformation matrix, T, in the form s u t. v (b) Write a complete geometrical description of the transformation T. (c) State the ratio of the areas of triangle ABC to ABC ' ' '. 3. (a) Using a scale of cm to represent unit on BOTH the x and the y-axes, draw on graph paper the triangle PQR and PQR ' ' ' such that P( 3, 2), Q( 2, 2), R( 2, 4) and P' ( 6, 4), Q' ( 4, 4) and R' ( 4, 8). (b) Describe FULLY the transformation, G, which maps triangle PQR onto triangle PQR ' ' '. 25

27 J4.4 (c) The transformation, M, is a reflection in the line y = x. On the same diagram, draw and label the triangle P'' Q'' R'', the image of triangle PQR ' ' ' under the transformation M. (d) Write down the 2 2 matrix for (i) (ii) transformation G transformation M (iii) transformation G followed by M The matrix R = 0 (a) Give a geometrical interpretation of the transformation represented by R. (b) Find R. (c) Give a geometrical interpretation of the transformation represented by R. 5. The transformations L, M and N are defined by 0 L = M = N 2 0,, = (a) Explain the geometrical effect of the transformation M followed by L. (b) Show that N = LM. 6. R = S 0 0 and = 0 0 (a) Find R 2. (b) (c) Find RS. Describe the geometrical transformation represented by RS The matrix R is given by R = (a) Find R 2. (b) Describe the geometrical transformation represented by R 2. (c) Describe the geometrical transformation represented by R. 26

Matrix Algebra. Learning Objectives. Size of Matrix

Matrix Algebra. Learning Objectives. Size of Matrix Matrix Algebra 1 Learning Objectives 1. Find the sum and difference of two matrices 2. Find scalar multiples of a matrix 3. Find the product of two matrices 4. Find the inverse of a matrix 5. Solve a system

More information

MATHS (O) NOTES. SUBJECT: Maths LEVEL: Ordinary Level TEACHER: Jean Kelly. The Institute of Education Topics Covered: Complex Numbers

MATHS (O) NOTES. SUBJECT: Maths LEVEL: Ordinary Level TEACHER: Jean Kelly. The Institute of Education Topics Covered: Complex Numbers MATHS (O) NOTES The Institute of Education 07 SUBJECT: Maths LEVEL: Ordinary Level TEACHER: Jean Kelly Topics Covered: COMPLEX NUMBERS Strand 3(Unit ) Syllabus - Understanding the origin and need for complex

More information

Mathematics SKE: STRAND J. UNIT J4 Matrices: Introduction

Mathematics SKE: STRAND J. UNIT J4 Matrices: Introduction UNIT : Learning objectives This unit introduces the important topic of matrix algebra. After completing Unit J4 you should be able to add and subtract matrices of the same dimensions (order) understand

More information

MEP Pupil Text 13-19, Additional Material. Gradients of Perpendicular Lines

MEP Pupil Text 13-19, Additional Material. Gradients of Perpendicular Lines Graphs MEP Pupil Text -9, Additional Material.B Gradients of Perpendicular Lines In this section we explore the relationship between the gradients of perpendicular lines and line segments. Worked Example

More information

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2 Week 22 Equations, Matrices and Transformations Coefficient Matrix and Vector Forms of a Linear System Suppose we have a system of m linear equations in n unknowns a 11 x 1 + a 12 x 2 + + a 1n x n b 1

More information

MATRICES EXAM QUESTIONS

MATRICES EXAM QUESTIONS MATRICES EXAM QUESTIONS (Part One) Question 1 (**) The matrices A, B and C are given below in terms of the scalar constants a, b, c and d, by 2 3 A =, 1 a b 1 B =, 2 4 1 c C =. d 4 Given that A + B = C,

More information

I.G.C.S.E. Matrices and Transformations. You can access the solutions from the end of each question

I.G.C.S.E. Matrices and Transformations. You can access the solutions from the end of each question I.G..S.E. Matrices and Transformations Index: Please click on the question number you want Question 1 Question 2 Question 3 Question 4 Question 5 Question 6 You can access the solutions from the end of

More information

x + 2y + 3z = 8 x + 3y = 7 x + 2z = 3

x + 2y + 3z = 8 x + 3y = 7 x + 2z = 3 Chapter 2: Solving Linear Equations 23 Elimination Using Matrices As we saw in the presentation, we can use elimination to make a system of linear equations into an upper triangular system that is easy

More information

MATRICES The numbers or letters in any given matrix are called its entries or elements

MATRICES The numbers or letters in any given matrix are called its entries or elements MATRICES A matrix is defined as a rectangular array of numbers. Examples are: 1 2 4 a b 1 4 5 A : B : C 0 1 3 c b 1 6 2 2 5 8 The numbers or letters in any given matrix are called its entries or elements

More information

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

Algebraic Expressions

Algebraic Expressions Algebraic Expressions 1. Expressions are formed from variables and constants. 2. Terms are added to form expressions. Terms themselves are formed as product of factors. 3. Expressions that contain exactly

More information

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full n n matrices Matrices Definitions Diagonal, Identity, and zero matrices Addition Multiplication Transpose and inverse The system of m linear equations in n variables x 1, x 2,..., x n a 11 x 1 + a 12 x

More information

Coordinate Geometry. Exercise 13.1

Coordinate Geometry. Exercise 13.1 3 Exercise 3. Question. Find the distance between the following pairs of points (i) ( 3) ( ) (ii) ( 5 7) ( 3) (iii) (a b) ( a b) Solution (i) Let A( 3 ) and B( ) be the given points. Here x y 3and x y

More information

Linear Algebra and Matrix Inversion

Linear Algebra and Matrix Inversion Jim Lambers MAT 46/56 Spring Semester 29- Lecture 2 Notes These notes correspond to Section 63 in the text Linear Algebra and Matrix Inversion Vector Spaces and Linear Transformations Matrices are much

More information

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices Graphics 2009/2010, period 1 Lecture 4 Matrices m n matrices Matrices Definitions Diagonal, Identity, and zero matrices Addition Multiplication Transpose and inverse The system of m linear equations in

More information

GROUPS. Chapter-1 EXAMPLES 1.1. INTRODUCTION 1.2. BINARY OPERATION

GROUPS. Chapter-1 EXAMPLES 1.1. INTRODUCTION 1.2. BINARY OPERATION Chapter-1 GROUPS 1.1. INTRODUCTION The theory of groups arose from the theory of equations, during the nineteenth century. Originally, groups consisted only of transformations. The group of transformations

More information

Math Bootcamp An p-dimensional vector is p numbers put together. Written as. x 1 x =. x p

Math Bootcamp An p-dimensional vector is p numbers put together. Written as. x 1 x =. x p Math Bootcamp 2012 1 Review of matrix algebra 1.1 Vectors and rules of operations An p-dimensional vector is p numbers put together. Written as x 1 x =. x p. When p = 1, this represents a point in the

More information

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true?

chapter 1 vector geometry solutions V Consider the parallelogram shown alongside. Which of the following statements are true? chapter vector geometry solutions V. Exercise A. For the shape shown, find a single vector which is equal to a)!!! " AB + BC AC b)! AD!!! " + DB AB c)! AC + CD AD d)! BC + CD!!! " + DA BA e) CD!!! " "

More information

Calculus II - Basic Matrix Operations

Calculus II - Basic Matrix Operations Calculus II - Basic Matrix Operations Ryan C Daileda Terminology A matrix is a rectangular array of numbers, for example 7,, 7 7 9, or / / /4 / / /4 / / /4 / /6 The numbers in any matrix are called its

More information

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION A FIRST COURSE IN LINEAR ALGEBRA An Open Text by Ken Kuttler R n : Vectors Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) This

More information

Introduction to Matrix Algebra

Introduction to Matrix Algebra Introduction to Matrix Algebra August 18, 2010 1 Vectors 1.1 Notations A p-dimensional vector is p numbers put together. Written as x 1 x =. x p. When p = 1, this represents a point in the line. When p

More information

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices Matrices A. Fabretti Mathematics 2 A.Y. 2015/2016 Table of contents Matrix Algebra Determinant Inverse Matrix Introduction A matrix is a rectangular array of numbers. The size of a matrix is indicated

More information

3.1 SOLUTIONS. 2. Expanding along the first row: Expanding along the second column:

3.1 SOLUTIONS. 2. Expanding along the first row: Expanding along the second column: . SOLUIONS Notes: Some exercises in this section provide practice in computing determinants, while others allow the student to discover the properties of determinants which will be studied in the next

More information

POLI270 - Linear Algebra

POLI270 - Linear Algebra POLI7 - Linear Algebra Septemer 8th Basics a x + a x +... + a n x n b () is the linear form where a, b are parameters and x n are variables. For a given equation such as x +x you only need a variable and

More information

STEP Support Programme. STEP 2 Matrices Topic Notes

STEP Support Programme. STEP 2 Matrices Topic Notes STEP Support Programme STEP 2 Matrices Topic Notes Definitions............................................. 2 Manipulating Matrices...................................... 3 Transformations.........................................

More information

Chapter 2 Notes, Linear Algebra 5e Lay

Chapter 2 Notes, Linear Algebra 5e Lay Contents.1 Operations with Matrices..................................1.1 Addition and Subtraction.............................1. Multiplication by a scalar............................ 3.1.3 Multiplication

More information

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of . Matrices A matrix is any rectangular array of numbers. For example 3 5 6 4 8 3 3 is 3 4 matrix, i.e. a rectangular array of numbers with three rows four columns. We usually use capital letters for matrices,

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

More information

Section 5.5: Matrices and Matrix Operations

Section 5.5: Matrices and Matrix Operations Section 5.5 Matrices and Matrix Operations 359 Section 5.5: Matrices and Matrix Operations Two club soccer teams, the Wildcats and the Mud Cats, are hoping to obtain new equipment for an upcoming season.

More information

Algebraic Expressions and Identities

Algebraic Expressions and Identities ALGEBRAIC EXPRESSIONS AND IDENTITIES 137 Algebraic Expressions and Identities CHAPTER 9 9.1 What are Expressions? In earlier classes, we have already become familiar with what algebraic expressions (or

More information

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 11 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,, a n, b are given real

More information

OCR Maths FP1. Topic Questions from Papers. Matrices. Answers

OCR Maths FP1. Topic Questions from Papers. Matrices. Answers OCR Maths FP Topic Questions from Papers Matrices Answers PhysicsAndMathsTutor.com . (i) A = 8 PhysicsAndMathsTutor.com Obtain given answer correctly Attempt to find A, elements correct All elements correct

More information

1 Matrices and vector spaces

1 Matrices and vector spaces Matrices and vector spaces. Which of the following statements about linear vector spaces are true? Where a statement is false, give a counter-example to demonstrate this. (a) Non-singular N N matrices

More information

= = 3( 13) + 4(10) = = = 5(4) + 1(22) =

= = 3( 13) + 4(10) = = = 5(4) + 1(22) = . SOLUIONS Notes: If time is needed for other topics, this chapter may be omitted. Section 5. contains enough information about determinants to support the discussion there of the characteristic polynomial

More information

Solutions for Chapter 3

Solutions for Chapter 3 Solutions for Chapter Solutions for exercises in section 0 a X b x, y 6, and z 0 a Neither b Sew symmetric c Symmetric d Neither The zero matrix trivially satisfies all conditions, and it is the only possible

More information

81-E If set A = { 2, 3, 4, 5 } and set B = { 4, 5 }, then which of the following is a null set? (A) A B (B) B A (C) A U B (D) A I B.

81-E If set A = { 2, 3, 4, 5 } and set B = { 4, 5 }, then which of the following is a null set? (A) A B (B) B A (C) A U B (D) A I B. 81-E 2 General Instructions : i) The question-cum-answer booklet contains two Parts, Part A & Part B. ii) iii) iv) Part A consists of 60 questions and Part B consists of 16 questions. Space has been provided

More information

Kevin James. MTHSC 3110 Section 2.2 Inverses of Matrices

Kevin James. MTHSC 3110 Section 2.2 Inverses of Matrices MTHSC 3110 Section 2.2 Inverses of Matrices Definition Suppose that T : R n R m is linear. We will say that T is invertible if for every b R m there is exactly one x R n so that T ( x) = b. Note If T is

More information

Mathematics 1EM/1ES/1FM/1FS Notes, weeks 18-23

Mathematics 1EM/1ES/1FM/1FS Notes, weeks 18-23 2 MATRICES Mathematics EM/ES/FM/FS Notes, weeks 8-2 Carl Dettmann, version May 2, 22 2 Matrices 2 Basic concepts See: AJ Sadler, DWS Thorning, Understanding Pure Mathematics, pp 59ff In mathematics, a

More information

Chapter 2. Matrix Arithmetic. Chapter 2

Chapter 2. Matrix Arithmetic. Chapter 2 Matrix Arithmetic Matrix Addition and Subtraction Addition and subtraction act element-wise on matrices. In order for the addition/subtraction (A B) to be possible, the two matrices A and B must have the

More information

A shape which can be divided by a straight line, so that each part is the mirror image of the other has reflective symmetry.

A shape which can be divided by a straight line, so that each part is the mirror image of the other has reflective symmetry. SYMMETRY There are two kinds of symmetry: a) reflective symmetry b) rotational symmetry a) Reflective Symmetry A shape which can be divided by a straight line, so that each part is the image of the other

More information

PLC Papers. Created For:

PLC Papers. Created For: PLC Papers Created For: Area of a Triangle 2 Grade 7 Objective: Know and apply the formula A = ½absinC to calculate the area, sides or angles of a triangle Question 1. AB = 8cm BC = 14cm Angle ABC = 106

More information

Geometry Midterm Exam Review 3. Square BERT is transformed to create the image B E R T, as shown.

Geometry Midterm Exam Review 3. Square BERT is transformed to create the image B E R T, as shown. 1. Reflect FOXY across line y = x. 3. Square BERT is transformed to create the image B E R T, as shown. 2. Parallelogram SHAQ is shown. Point E is the midpoint of segment SH. Point F is the midpoint of

More information

TRIANGLES CHAPTER 7. (A) Main Concepts and Results. (B) Multiple Choice Questions

TRIANGLES CHAPTER 7. (A) Main Concepts and Results. (B) Multiple Choice Questions CHAPTER 7 TRIANGLES (A) Main Concepts and Results Triangles and their parts, Congruence of triangles, Congruence and correspondence of vertices, Criteria for Congruence of triangles: (i) SAS (ii) ASA (iii)

More information

Linear Algebra Homework and Study Guide

Linear Algebra Homework and Study Guide Linear Algebra Homework and Study Guide Phil R. Smith, Ph.D. February 28, 20 Homework Problem Sets Organized by Learning Outcomes Test I: Systems of Linear Equations; Matrices Lesson. Give examples of

More information

Mathematics (www.tiwariacademy.com: Focus on free education)

Mathematics (www.tiwariacademy.com: Focus on free education) (: Focus on free education) Exercise 3.7 Question 1: The ages of two friends Ani and Biju differ by 3 years. Ani s father Dharam is twice as old as Ani and Biju is twice as old as his sister Cathy. The

More information

2.1 Matrices. 3 5 Solve for the variables in the following matrix equation.

2.1 Matrices. 3 5 Solve for the variables in the following matrix equation. 2.1 Matrices Reminder: A matrix with m rows and n columns has size m x n. (This is also sometimes referred to as the order of the matrix.) The entry in the ith row and jth column of a matrix A is denoted

More information

Triangles. Example: In the given figure, S and T are points on PQ and PR respectively of PQR such that ST QR. Determine the length of PR.

Triangles. Example: In the given figure, S and T are points on PQ and PR respectively of PQR such that ST QR. Determine the length of PR. Triangles Two geometric figures having the same shape and size are said to be congruent figures. Two geometric figures having the same shape, but not necessarily the same size, are called similar figures.

More information

Mathematics. Exercise 6.4. (Chapter 6) (Triangles) (Class X) Question 1: Let and their areas be, respectively, 64 cm 2 and 121 cm 2.

Mathematics. Exercise 6.4. (Chapter 6) (Triangles) (Class X) Question 1: Let and their areas be, respectively, 64 cm 2 and 121 cm 2. () Exercise 6.4 Question 1: Let and their areas be, respectively, 64 cm 2 and 121 cm 2. If EF = 15.4 cm, find BC. Answer 1: 1 () Question 2: Diagonals of a trapezium ABCD with AB DC intersect each other

More information

Physics 772 Peskin and Schroeder Problem 3.4.! R R (!,! ) = 1 ı!!

Physics 772 Peskin and Schroeder Problem 3.4.! R R (!,! ) = 1 ı!! Physics 77 Peskin and Schroeder Problem 3.4 Problem 3.4 a) We start with the equation ı @ ım = 0. Define R L (!,! ) = ı!!!! R R (!,! ) = ı!! +!! Remember we showed in class (and it is shown in the text)

More information

CHAPTER 1 MATRICES SECTION 1.1 MATRIX ALGEBRA. matrices Configurations like π 6 1/2

CHAPTER 1 MATRICES SECTION 1.1 MATRIX ALGEBRA. matrices Configurations like π 6 1/2 page 1 of Section 11 CHAPTER 1 MATRICES SECTION 11 MATRIX ALGEBRA matrices Configurations like 2 3 4 1 6 5, 2 3 7 1 2 π 6 1/2 are called matrices The numbers inside the matrix are called entries If the

More information

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 2: Matrices, Elimination and Determinant m n matrices The system of m linear equations in n variables x 1, x 2,, x n a 11 x 1 + a 12 x 2 + + a 1n x n = b 1

More information

Matrices and Determinants

Matrices and Determinants Chapter1 Matrices and Determinants 11 INTRODUCTION Matrix means an arrangement or array Matrices (plural of matrix) were introduced by Cayley in 1860 A matrix A is rectangular array of m n numbers (or

More information

Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Ismailia Road Branch

Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Ismailia Road Branch Cairo Governorate Department : Maths Nozha Directorate of Education Form : 2 nd Prep. Nozha Language Schools Sheet Ismailia Road Branch Sheet ( 1) 1-Complete 1. in the parallelogram, each two opposite

More information

COORDINATE GEOMETRY BASIC CONCEPTS AND FORMULAE. To find the length of a line segment joining two points A(x 1, y 1 ) and B(x 2, y 2 ), use

COORDINATE GEOMETRY BASIC CONCEPTS AND FORMULAE. To find the length of a line segment joining two points A(x 1, y 1 ) and B(x 2, y 2 ), use COORDINATE GEOMETRY BASIC CONCEPTS AND FORMULAE I. Length of a Line Segment: The distance between two points A ( x1, 1 ) B ( x, ) is given b A B = ( x x1) ( 1) To find the length of a line segment joining

More information

CHAPTER 1 POLYNOMIALS

CHAPTER 1 POLYNOMIALS 1 CHAPTER 1 POLYNOMIALS 1.1 Removing Nested Symbols of Grouping Simplify. 1. 4x + 3( x ) + 4( x + 1). ( ) 3x + 4 5 x 3 + x 3. 3 5( y 4) + 6 y ( y + 3) 4. 3 n ( n + 5) 4 ( n + 8) 5. ( x + 5) x + 3( x 6)

More information

BREVET BLANC N 1 JANUARY 2012

BREVET BLANC N 1 JANUARY 2012 Exercise. (5 pts) duration: h Presentation and explanations (4 points) Numerical Activities Consider the figure opposite, which is made up of two squares.. a) Calculate the area A of the white part. b)

More information

Grade 8(Mathematics) EV 4( )

Grade 8(Mathematics) EV 4( ) Chapter-2 (Number system) Grade 8(Mathematics) EV 4(2016-17) Q. Find the three rational numbers between 3/5 and 3/4. Sol:- let,, be the required rational numbers. = ½ (3/5 + 3/4) = ½ ( ) = ½ 27/20 = 27/40

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 1998 Comments to the author at krm@maths.uq.edu.au Contents 1 LINEAR EQUATIONS

More information

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS NAME: PERIOD: DATE: MATH ANALYSIS 2 MR. MELLINA CHAPTER 12: VECTORS & DETERMINANTS Sections: v 12.1 Geometric Representation of Vectors v 12.2 Algebraic Representation of Vectors v 12.3 Vector and Parametric

More information

8.4. Systems of Equations in Three Variables. Identifying Solutions 2/20/2018. Example. Identifying Solutions. Solving Systems in Three Variables

8.4. Systems of Equations in Three Variables. Identifying Solutions 2/20/2018. Example. Identifying Solutions. Solving Systems in Three Variables 8.4 Systems of Equations in Three Variables Copyright 2010 Pearson Education, Inc. Publishing as Pearson Addison- Wesley Identifying Solutions Solving Systems in Three Variables Dependency, Inconsistency,

More information

Introduction to Matrices

Introduction to Matrices 214 Analysis and Design of Feedback Control Systems Introduction to Matrices Derek Rowell October 2002 Modern system dynamics is based upon a matrix representation of the dynamic equations governing the

More information

AQA IGCSE FM "Full Coverage": Matrix Algebra

AQA IGCSE FM Full Coverage: Matrix Algebra AQA IGCSE FM "Full Coverage": Matrix Algebra This worksheet is designed to cover one question of each type seen in past papers, for each AQA IGCSE Further Maths topic. This worksheet was automatically

More information

Lecture 7: Vectors and Matrices II Introduction to Matrices (See Sections, 3.3, 3.6, 3.7 and 3.9 in Boas)

Lecture 7: Vectors and Matrices II Introduction to Matrices (See Sections, 3.3, 3.6, 3.7 and 3.9 in Boas) Lecture 7: Vectors and Matrices II Introduction to Matrices (See Sections 3.3 3.6 3.7 and 3.9 in Boas) Here we will continue our discussion of vectors and their transformations. In Lecture 6 we gained

More information

Mathematics Revision Guide. Shape and Space. Grade C B

Mathematics Revision Guide. Shape and Space. Grade C B Mathematics Revision Guide Shape and Space Grade C B 1 A of = b h 2 Area 6cm = 10 6 2 = 60 2 8cm = 30cm 2 6cm 12cm A of = (a+b) h 2 = (6+12) 5 2 = (18) 5 2 = 90 2 = 4 2 7cm 1 6cm A of = π r r = π 6 6 =

More information

Modern Geometry Homework.

Modern Geometry Homework. Modern Geometry Homework 1 Cramer s rule We now wish to become experts in solving two linear equations in two unknowns over our field F We first recall that a 2 2 matrix a b A = c b its determinant is

More information

CHAPTER 8: Matrices and Determinants

CHAPTER 8: Matrices and Determinants (Exercises for Chapter 8: Matrices and Determinants) E.8.1 CHAPTER 8: Matrices and Determinants (A) means refer to Part A, (B) means refer to Part B, etc. Most of these exercises can be done without a

More information

1. Groups Definitions

1. Groups Definitions 1. Groups Definitions 1 1. Groups Definitions A group is a set S of elements between which there is defined a binary operation, usually called multiplication. For the moment, the operation will be denoted

More information

SUMMATIVE ASSESSMENT I, IX / Class IX

SUMMATIVE ASSESSMENT I, IX / Class IX I, 0 SUMMATIVE ASSESSMENT I, 0 0 MATHEMATICS / MATHEMATICS MATHEMATICS CLASS CLASS - IX - IX IX / Class IX MA-0 90 Time allowed : hours Maximum Marks : 90 (i) (ii) 8 6 0 0 (iii) 8 (iv) (v) General Instructions:

More information

Visit: ImperialStudy.com For More Study Materials Class IX Chapter 12 Heron s Formula Maths

Visit: ImperialStudy.com For More Study Materials Class IX Chapter 12 Heron s Formula Maths Exercise 1.1 1. Find the area of a triangle whose sides are respectively 150 cm, 10 cm and 00 cm. The triangle whose sides are a = 150 cm b = 10 cm c = 00 cm The area of a triangle = s(s a)(s b)(s c) Here

More information

Express g(x) in the form f(x) + ln a, where a (4)

Express g(x) in the form f(x) + ln a, where a (4) SL 2 SUMMER PACKET PRINT OUT ENTIRE PACKET, SHOW YOUR WORK FOR ALL EXERCISES ON SEPARATE PAPER. MAKE SURE THAT YOUR WORK IS NEAT AND ORGANIZED. WORK SHOULD BE COMPLETE AND READY TO TURN IN THE FIRST DAY

More information

Homework 2. Solutions T =

Homework 2. Solutions T = Homework. s Let {e x, e y, e z } be an orthonormal basis in E. Consider the following ordered triples: a) {e x, e x + e y, 5e z }, b) {e y, e x, 5e z }, c) {e y, e x, e z }, d) {e y, e x, 5e z }, e) {

More information

Expanding brackets and factorising

Expanding brackets and factorising CHAPTER 8 Epanding brackets and factorising 8 CHAPTER Epanding brackets and factorising 8.1 Epanding brackets There are three rows. Each row has n students. The number of students is 3 n 3n. Two students

More information

7.6 The Inverse of a Square Matrix

7.6 The Inverse of a Square Matrix 7.6 The Inverse of a Square Matrix Copyright Cengage Learning. All rights reserved. What You Should Learn Verify that two matrices are inverses of each other. Use Gauss-Jordan elimination to find inverses

More information

MATHEMATICS IN EVERYDAY LIFE 8

MATHEMATICS IN EVERYDAY LIFE 8 MATHEMATICS IN EVERYDAY LIFE 8 Chapter : Playing with Numbers ANSWER KEYS. Generalised form: (i) 8 = 0 8 + EXERCISE. (ii) 98 = 00 + 0 9 + 8 (iii) 7 = 00 7 + 0 + (iv) = 00 0 +. Usual form: (i) 0 + 7 = 0

More information

iii (a, c), (a, e), (c, e), (b, d), (b, f), (d, f), (l, h), (l, j), (h, j), (g, i), (g, k), (i, k)

iii (a, c), (a, e), (c, e), (b, d), (b, f), (d, f), (l, h), (l, j), (h, j), (g, i), (g, k), (i, k) Cambridge Essentials Mathematics Core 8 GM1.1 Answers GM1.1 Answers 1 a There is more than one valid reason for each statement; those given are the simplest. i Corresponding angles ii Vertically opposite

More information

11.1 Vectors in the plane

11.1 Vectors in the plane 11.1 Vectors in the plane What is a vector? It is an object having direction and length. Geometric way to represent vectors It is represented by an arrow. The direction of the arrow is the direction of

More information

Instruction: Operations with Matrices ( ) ( ) log 8 log 25 = If the corresponding elements do not equal, then the matrices are not equal.

Instruction: Operations with Matrices ( ) ( ) log 8 log 25 = If the corresponding elements do not equal, then the matrices are not equal. 7 Instruction: Operations with Matrices Two matrices are said to be equal if they have the same size and their corresponding elements are equal. For example, 3 ( ) ( ) ( ) ( ) log 8 log log log3 8 If the

More information

PHYS 705: Classical Mechanics. Rigid Body Motion Introduction + Math Review

PHYS 705: Classical Mechanics. Rigid Body Motion Introduction + Math Review 1 PHYS 705: Classical Mechanics Rigid Body Motion Introduction + Math Review 2 How to describe a rigid body? Rigid Body - a system of point particles fixed in space i r ij j subject to a holonomic constraint:

More information

Algebra II Notes Unit Four: Matrices and Determinants

Algebra II Notes Unit Four: Matrices and Determinants Syllabus Objectives: 4. The student will organize data using matrices. 4.2 The student will simplify matrix expressions using the properties of matrices. Matrix: a rectangular arrangement of numbers (called

More information

MATRIX CALCULUS APPLIED TO CRYSTALLOGRAPHY. (short revision) Mois I. Aroyo Universidad del Pais Vasco, Bilbao, Spain

MATRIX CALCULUS APPLIED TO CRYSTALLOGRAPHY. (short revision) Mois I. Aroyo Universidad del Pais Vasco, Bilbao, Spain MATRIX CALCULUS APPLIED TO CRYSTALLOGRAPHY (short revision) Mois I. Aroyo Universidad del Pais Vasco, Bilbao, Spain INTRODUCTION TO MATRIX CALCULUS Some of the slides are taken from the presentation Introduction

More information

Matrices. VCE Maths Methods - Unit 2 - Matrices

Matrices. VCE Maths Methods - Unit 2 - Matrices Matrices Introduction to matrices Addition & subtraction Scalar multiplication Matri multiplication The unit matri Matri division - the inverse matri Using matrices - simultaneous equations Matri transformations

More information

Class IX Chapter 8 Quadrilaterals Maths

Class IX Chapter 8 Quadrilaterals Maths Class IX Chapter 8 Quadrilaterals Maths Exercise 8.1 Question 1: The angles of quadrilateral are in the ratio 3: 5: 9: 13. Find all the angles of the quadrilateral. Answer: Let the common ratio between

More information

Matrix Theory and Differential Equations Homework 6 Solutions, 10/5/6

Matrix Theory and Differential Equations Homework 6 Solutions, 10/5/6 Matrix Theory and Differential Equations Homework 6 Solutions, 0/5/6 Question Find the general solution of the matrix system: x 3y + 5z 8t 5 x + 4y z + t Express your answer in the form of a particulaolution

More information

Class IX Chapter 8 Quadrilaterals Maths

Class IX Chapter 8 Quadrilaterals Maths 1 Class IX Chapter 8 Quadrilaterals Maths Exercise 8.1 Question 1: The angles of quadrilateral are in the ratio 3: 5: 9: 13. Find all the angles of the quadrilateral. Let the common ratio between the angles

More information

Matrices. VCE Maths Methods - Unit 2 - Matrices

Matrices. VCE Maths Methods - Unit 2 - Matrices Matrices Introduction to matrices Addition subtraction Scalar multiplication Matri multiplication The unit matri Matri division - the inverse matri Using matrices - simultaneous equations Matri transformations

More information

0112ge. Geometry Regents Exam Line n intersects lines l and m, forming the angles shown in the diagram below.

0112ge. Geometry Regents Exam Line n intersects lines l and m, forming the angles shown in the diagram below. Geometry Regents Exam 011 011ge 1 Line n intersects lines l and m, forming the angles shown in the diagram below. 4 In the diagram below, MATH is a rhombus with diagonals AH and MT. Which value of x would

More information

Mathematics Revision Guides Vectors Page 1 of 19 Author: Mark Kudlowski M.K. HOME TUITION. Mathematics Revision Guides Level: GCSE Higher Tier VECTORS

Mathematics Revision Guides Vectors Page 1 of 19 Author: Mark Kudlowski M.K. HOME TUITION. Mathematics Revision Guides Level: GCSE Higher Tier VECTORS Mathematics Revision Guides Vectors Page of 9 M.K. HOME TUITION Mathematics Revision Guides Level: GCSE Higher Tier VECTORS Version:.4 Date: 05-0-05 Mathematics Revision Guides Vectors Page of 9 VECTORS

More information

Express g(x) in the form f(x) + ln a, where a (4)

Express g(x) in the form f(x) + ln a, where a (4) SL 2 SUMMER PACKET 2013 PRINT OUT ENTIRE PACKET, SHOW YOUR WORK FOR ALL EXERCISES ON SEPARATE PAPER. MAKE SURE THAT YOUR WORK IS NEAT AND ORGANIZED. WORK SHOULD BE COMPLETE AND READY TO TURN IN THE FIRST

More information

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem.

Dot Products. K. Behrend. April 3, Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Dot Products K. Behrend April 3, 008 Abstract A short review of some basic facts on the dot product. Projections. The spectral theorem. Contents The dot product 3. Length of a vector........................

More information

Lecture 3: Matrix and Matrix Operations

Lecture 3: Matrix and Matrix Operations Lecture 3: Matrix and Matrix Operations Representation, row vector, column vector, element of a matrix. Examples of matrix representations Tables and spreadsheets Scalar-Matrix operation: Scaling a matrix

More information

a11 a A = : a 21 a 22

a11 a A = : a 21 a 22 Matrices The study of linear systems is facilitated by introducing matrices. Matrix theory provides a convenient language and notation to express many of the ideas concisely, and complicated formulas are

More information

CBSE Sample Paper-05 (Solved) SUMMATIVE ASSESSMENT I MATHEMATICS Class IX. Time allowed: 3 hours Maximum Marks: 90. Section A.

CBSE Sample Paper-05 (Solved) SUMMATIVE ASSESSMENT I MATHEMATICS Class IX. Time allowed: 3 hours Maximum Marks: 90. Section A. CBSE Sample Paper-05 (Solved) SUMMATIVE ASSESSMENT I MATHEMATICS Class IX Time allowed: hours Maximum Marks: 90 General Instructions: a) All questions are compulsory. b) The question paper consists of

More information

GEOMETRY AND VECTORS

GEOMETRY AND VECTORS GEOMETRY AND VECTORS Distinguishing Between Points in Space One Approach Names: ( Fred, Steve, Alice...) Problem: distance & direction must be defined point-by-point More elegant take advantage of geometry

More information

Vector Basics, with Exercises

Vector Basics, with Exercises Math 230 Spring 09 Vector Basics, with Exercises This sheet is designed to follow the GeoGebra Introduction to Vectors. It includes a summary of some of the properties of vectors, as well as homework exercises.

More information

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Outcomes

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Outcomes The Inverse of a Matrix 7.4 Introduction In number arithmetic every number a 0has a reciprocal b written as a or such that a ba = ab =. Similarly a square matrix A may have an inverse B = A where AB =

More information

Section 12.4 Algebra of Matrices

Section 12.4 Algebra of Matrices 244 Section 2.4 Algebra of Matrices Before we can discuss Matrix Algebra, we need to have a clear idea what it means to say that two matrices are equal. Let's start a definition. Equal Matrices Two matrices

More information

End of Course Review

End of Course Review End of Course Review Geometry AIR Test Mar 14 3:07 PM Test blueprint with important areas: Congruence and Proof 33 39% Transformations, triangles (including ASA, SAS, SSS and CPCTC), proofs, coordinate/algebraic

More information

Chapter 7. Geometric Inequalities

Chapter 7. Geometric Inequalities 4. Let m S, then 3 2 m R. Since the angles are supplementary: 3 2580 4568 542 Therefore, m S 42 and m R 38. Part IV 5. Statements Reasons. ABC is not scalene.. Assumption. 2. ABC has at least 2. Definition

More information

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic A FIRST COURSE IN LINEAR ALGEBRA An Open Text by Ken Kuttler Matrix Arithmetic Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)

More information

GM1.1 Answers. Reasons given for answers are examples only. In most cases there are valid alternatives. 1 a x = 45 ; alternate angles are equal.

GM1.1 Answers. Reasons given for answers are examples only. In most cases there are valid alternatives. 1 a x = 45 ; alternate angles are equal. Cambridge Essentials Mathematics Extension 8 GM1.1 Answers GM1.1 Answers Reasons given for answers are examples only. In most cases there are valid alternatives. 1 a x = 45 ; alternate angles are equal.

More information