Prepared by: M. S. KumarSwamy, TGT(Maths) Page

Size: px
Start display at page:

Download "Prepared by: M. S. KumarSwamy, TGT(Maths) Page"

Transcription

1 Prepared by: M. S. KumarSwamy, TGT(Maths) Page

2 CHAPTER 3: MATRICES QUICK REVISION (Important Concepts & Formulae) MARKS WEIGHTAGE 03 marks Matrix A matrix is an ordered rectangular array of numbers or functions. The numbers or functions are called the elements or the entries of the matrix. We denote matrices by capital letters. Order of a matrix A matrix having m rows and n columns is called a matrix of order m n or simply m n matrix (read as an m by n matrix). In general, an m n matrix has the following rectangular array: a a... a n a a... a n am am... a mn or A = [a ij ] m n, i m, j n i, j N Thus the ith row consists of the elements a i, a i, a i3,..., a in, while the j th column consists of the elements a j, a j, a 3j,..., a mj, In general a ij, is an element lying in the i th row and j th column. We can also call it as the (i, j) th element of A. The number of elements in an m n matrix will be equal to mn. x or x y y We can also represent any point (x, y) in a plane by a matrix (column or row) as, Types of Matrices (i) Column matrix A matrix is said to be a column matrix if it has only one column. In general, A = [a ij ] m is a column matrix of order m. (ii) Row matrix A matrix is said to be a row matrix if it has only one row. In general, B = [b ij ] n is a row matrix of order n. (iii) Square matrix A matrix in which the number of rows are equal to the number of columns, is said to be a square matrix. Thus an m n matrix is said to be a square matrix if m = n and is known as a square matrix of order n. In general, A = [a ij ] m m is a square matrix of order m. If A = [a ij ] is a square matrix of order n, then elements (entries) a, a,..., a nn are said to constitute the diagonal, of the matrix A. (iv) Diagonal matrix A square matrix B = [b ij ] m m is said to be a diagonal matrix if all its non diagonal elements are zero, that is a matrix B = [b ij ] m m is said to be a diagonal matrix if b ij = 0, when i j. (v) Scalar matrix Prepared by: M. S. KumarSwamy, TGT(Maths) Page - 5 -

3 A diagonal matrix is said to be a scalar matrix if its diagonal elements are equal, that is, a square matrix B = [b ij ] n n is said to be a scalar matrix if b ij = 0, when i j b ij = k, when i = j, for some constant k. (vi) Identity matrix A square matrix in which elements in the diagonal are all and rest are all zero is called an identity if i j matrix. In other words, the square matrix A = [aij] n n is an identity matrix, if aij 0if i j We denote the identity matrix of order n by I n. When order is clear from the context, we simply write it as I. Observe that a scalar matrix is an identity matrix when k =. But every identity matrix is clearly a scalar matrix. (vii) Zero matrix A matrix is said to be zero matrix or null matrix if all its elements are zero. We denote zero matrix by O. Equality of matrices Two matrices A = [a ij ] and B = [b ij ] are said to be equal if (i) they are of the same order (ii) each element of A is equal to the corresponding element of B, that is a ij = b ij for all i and j. Operations on Matrices Addition of matrices The sum of two matrices is a matrix obtained by adding the corresponding elements of the given matrices. Furthermore, the two matrices have to be of the same order. a a a3 b b b3 Thus, if A = is a 3 matrix and B = is another 3 matrix. Then, a a a3 b b b3 we define a b a b a3 b3 A + B =. a b a b a3 b3 In general, if A = [a ij ] and B = [b ij ] are two matrices of the same order, say m n. Then, the sum of the two matrices A and B is defined as a matrix C = [c ij ] m n, where c ij = a ij + b ij, for all possible values of i and j. If A and B are not of the same order, then A + B is not defined. Multiplication of a matrix by a scalar If A = [a ij ] m n is a matrix and k is a scalar, then ka is another matrix which is obtained by multiplying each element of A by the scalar k. In other words, ka = k [a ij ] m n = [k (a ij )] m n, that is, (i, j)th element of ka is ka ij for all possible values of i and j. Negative of a matrix The negative of a matrix is denoted by A. We define A = ( ) A. Difference of matrices If A = [a ij ], B = [b ij ] are two matrices of the same order, say m n, then difference A B is defined as a matrix D = [d ij ], where d ij = a ij b ij, for all value of i and j. In other words, D = A B = A + ( ) B, that is sum of the matrix A and the matrix B. Prepared by: M. S. KumarSwamy, TGT(Maths) Page - 5 -

4 Properties of matrix addition (i) Commutative Law If A = [a ij ], B = [b ij ] are matrices of the same order, say m n, then A + B = B + A. (ii) Associative Law For any three matrices A = [a ij ], B = [b ij ], C = [c ij ] of the same order, say m n, (A + B) + C = A + (B + C). (iii) Existence of additive identity Let A = [a ij ] be an m n matrix and O be an m n zero matrix, then A + O = O + A = A. In other words, O is the additive identity for matrix addition. (iv) The existence of additive inverse Let A = [a ij ] m n be any matrix, then we have another matrix as A = [ a ij ] m n such that A + ( A) = ( A) + A= O. So A is the additive inverse of A or negative of A. Properties of scalar multiplication of a matrix If A = [a ij ] and B = [b ij ] be two matrices of the same order, say m n, and k and l are scalars, then (i) k(a +B) = k A + kb, (ii) (k + l)a = k A + l A Multiplication of matrices The product of two matrices A and B is defined if the number of columns of A is equal to the number of rows of B. Let A = [a ij ] be an m n matrix and B = [b jk ] be an n p matrix. Then the product of the matrices A and B is the matrix C of order m p. To get the (i, k) th element c ik of the matrix C, we take the ith row of A and k th column of B, multiply them elementwise and take the sum of all these products. In other words, if A = [a ij ] m n, B = [b jk ] n b k b k p, then the ith row of A is [a i a i... a in ] and the kth column of B is. then. b nk c ik = a i b k + a i b k + a i3 b 3k a in b nk = The matrix C = [c ik ] m p is the product of A and B. If AB is defined, then BA need not be defined. In the above example, AB is defined but BA is not defined because B has 3 column while A has only (and not 3) rows. If A, B are, respectively m n, k l matrices, then both AB and BA are defined if and only if n = k and l = m. In particular, if both A and B are square matrices of the same order, then both AB and BA are defined. Non-commutativity of multiplication of matrices Now, we shall see by an example that even if AB and BA are both defined, it is not necessary that AB = BA. Zero matrix as the product of two non zero matrices We know that, for real numbers a, b if ab = 0, then either a = 0 or b = 0. If the product of two matrices is a zero matrix, it is not necessary that one of the matrices is a zero matrix. Properties of multiplication of matrices The multiplication of matrices possesses the following properties: The associative law For any three matrices A, B and C. We have (AB) C = A (BC), whenever both sides of the equality are defined. The distributive law For three matrices A, B and C. A (B+C) = AB + AC (A+B) C = AC + BC, whenever both sides of equality are defined. The existence of multiplicative identity For every square matrix A, there exist an identity matrix of same order such that IA = AI = A. Prepared by: M. S. KumarSwamy, TGT(Maths) Page

5 Transpose of a Matrix If A = [a ij ] be an m n matrix, then the matrix obtained by interchanging the rows and columns of A is called the transpose of A. Transpose of the matrix A is denoted by A or (A T ). In other words, if A = [a ij ] m n, then A = [a ji ] n m. Properties of transpose of the matrices For any matrices A and B of suitable orders, we have (i) (A ) = A, (ii) (ka) = ka (where k is any constant) (iii) (A + B) = A + B (iv) (A B) = B A Symmetric and Skew Symmetric Matrices A square matrix A = [a ij ] is said to be symmetric if A = A, that is, [a ij ] = [a ji ] for all possible values of i and j. A square matrix A = [a ij ] is said to be skew symmetric matrix if A = A, that is aji = aij for all possible values of i and j. Now, if we put i = j, we have a ii = a ii. Therefore a ii = 0 or a ii = 0 for all i s. This means that all the diagonal elements of a skew symmetric matrix are zero. Theorem For any square matrix A with real number entries, A + A is a symmetric matrix and A A is a skew symmetric matrix. Theorem Any square matrix can be expressed as the sum of a symmetric and a skew symmetric matrix. Elementary Operation (Transformation) of a Matrix There are six operations (transformations) on a matrix, three of which are due to rows and three due to columns, which are known as elementary operations or transformations. (i) The interchange of any two rows or two columns. Symbolically the interchange of ith and jth rows is denoted by R i R j and interchange of ith and jth column is denoted by C i C j. (ii) The multiplication of the elements of any row or column by a non zero number. Symbolically, the multiplication of each element of the ith row by k, where k 0 is denoted by R i k R i. The corresponding column operation is denoted by C i kc i (iii) The addition to the elements of any row or column, the corresponding elements of any other row or column multiplied by any non zero number. Symbolically, the addition to the elements of i th row, the corresponding elements of j th row multiplied by k is denoted by R i R i + kr j. The corresponding column operation is denoted by C i C i + kc j. Invertible Matrices If A is a square matrix of order m, and if there exists another square matrix B of the same order m, such that AB = BA = I, then B is called the inverse matrix of A and it is denoted by A. In that case A is said to be invertible. Prepared by: M. S. KumarSwamy, TGT(Maths) Page

6 A rectangular matrix does not possess inverse matrix, since for products BA and AB to be defined and to be equal, it is necessary that matrices A and B should be square matrices of the same order. If B is the inverse of A, then A is also the inverse of B. Theorem 3 (Uniqueness of inverse) Inverse of a square matrix, if it exists, is unique. Theorem 4 If A and B are invertible matrices of the same order, then (AB) = B A. Inverse of a matrix by elementary operations If A is a matrix such that A exists, then to find A using elementary row operations, write A = IA and apply a sequence of row operation on A = IA till we get, I = BA. The matrix B will be the inverse of A. Similarly, if we wish to find A using column operations, then, write A = AI and apply a sequence of column operations on A = AI till we get, I = AB. In case, after applying one or more elementary row (column) operations on A = IA (A = AI), if we obtain all zeros in one or more rows of the matrix A on L.H.S., then A does not exist. Prepared by: M. S. KumarSwamy, TGT(Maths) Page

7 CHAPTER 3: MATRICES MARKS WEIGHTAGE 03 marks NCERT Important Questions & Answers. If a matrix has 8 elements, what are the possible orders it can have? What, if it has 5 elements? Since, a matrix containing 8 elements can have any one of the following orders : 8, 8, 9, 9, 3 6,6 3 Similarly, a matrix containing 5 elements can have order 5 or 5.. Construct a 3 4 matrix, whose elements are given by: (i) a ij = 3i + j (ii) a ij = i j (i) The order of given matrix is 3 4, so the required matrix is a a a3 a4 A a a a3 a 4, where a ij = 3i + j a3 a3 a33 a Putting the values in place of i and j, we will find all the elements of matrix A. a 3, a 3, a a4 3 4, a 6, a 6 3 a3 6 3, a4 6 4, a a3 9, a , a Hence, the required matrix is A a a a3 a4 (ii) Here, A a a a3 a 4,where a ij = i j a3 a3 a33 a a = =, a = = 0, a 3 = 3 =, a 4 = 4 =, a = 4 = 3, a = 4 =, a 3 = 4 3 =, a 4 = 4 4 = 0 a 3 = 6 = 5, a 3 = 6 = 4, a 33 = 6 3 = 3 and a 34 = 6 4 = Prepared by: M. S. KumarSwamy, TGT(Maths) Page

8 Hence, the required matrix is 0 A a b a c 5 3. Find the value of a, b, c and d from the equation: a b 3c d 0 3 a b a c 5 Given that a b 3c d 0 3 By definition of equality of matrix as the given matrices are equal, their corresponding elements are equal. Comparing the corresponding elements, we get a b = (i) a b = 0 (ii) a + c = 5 (iii) and 3c + d = 3 (iv) Subtracting Eq.(i) from Eq.(ii), we get a = Putting a = in Eq. (i) and Eq. (iii), we get b = and + c = 5 b = and c = 3 Substituting c = 3 in Eq. (iv), we obtain d = 3 d = 3 9 = 4 Hence, a =,b =, c = 3 and d = Find X and Y, if X + Y = 0 9 and X Y = ( X Y ) ( X Y ) X X X Now,( X Y) ( X Y) Y X Y Find the values of x and y from the following equation: x y x y x y Prepared by: M. S. KumarSwamy, TGT(Maths) Page

9 x y or x + 3 = 7 and y 4 = 4 or x = 7 3 and y = 8 or x = 4 and y = 8 i.e. x = and y = Find AB, if A 0 and B We have AB Thus, if the product of two matrices is a zero matrix, it is not necessary that one of the matrices is a zero matrix If A 3, then show that A 3 3A 40 I = O A A. A So, A A. A Now, A 3A 40I If x y 3 5, find the values of x and y. 0 x y x y x y 5 Prepared by: M. S. KumarSwamy, TGT(Maths) Page

10 By definition of equality of matrix as the given matrices are equal, their corresponding elements are equal. Comparing the corresponding elements, we get x y = 0 (i) and 3x + y = 5 (ii) Adding Eqs. (i) and (ii), we get 5x = 5 x = 3 Substituting x = 3 in Eq. (i), we get 3 y = 0 y = 6 0 = 4 x y x 6 4 x y 9. Given 3 z w w z w 3, find the values of x, y, z and w. By definition of equality of matrix as the given matrices are equal, their corresponding elements are equal. Comparing the corresponding elements, we get 3x = x + 4 x = 4 x = and 3y = 6 + x + y y = 6 + x y= 6 x Putting the value of x, we get 6 8 y 4 Now, 3z = + z + w, z = + w w z (i) Now, 3w = w + 3 w = 3 Putting the value of w in Eq. (i), we get 3 z Hence, the values of x, y, z and w are, 4, and 3. cos x sin x 0 0. If F( x) sin x cos x 0, show that F(x) F(y) = F(x + y). 0 0 cos x sin x 0 cos y sin y 0 LHS F( x) F( y) sin x cosx 0 sin y cos y cos x cos y sin xsin y sin y cos x sin x cos y 0 sin x cos y cos xsin y sin xsin y cos x cos y cos( x y) sin( x y) 0 sin( x y) cos( x y) 0 F( x y) RHS Find A 5A + 6I, if A 3 0 Prepared by: M. S. KumarSwamy, TGT(Maths) Page

11 0 0 5 A A. A A 5A 6I If A 0, prove that A 3 6A + 7A + I = A A. A A A. A A 6A 7A I O If A 4 and I 0, find k so that A = ka I Given than A = ka I k k k k k 0 Prepared by: M. S. KumarSwamy, TGT(Maths) Page

12 3k k 4 4 4k k By definition of equality of matrix as the given matrices are equal, their corresponding elements are equal. Comparing the corresponding elements, we get 3k = k = k = k = 4k = 4 k = 4 = k k = Hence, k = 0 tan 4. If A and I is the identity matrix of order, show that tan 0 I + A = (I A) cos sin sin cos 0 x Let A where x tan x 0 tan tan Now, x x cos and cos tan x tan x cos sin RHS ( I A) sin cos x x 0 0 x x x 0 x 0 x x x x x x x x x x( x ) x x x x x x x x x( x ) x x x x x x x 3 3 x x x x x x x( x ) x x x x x 3 3 x x x x x x x( x ) x x x x x 0 0 x x LHS RHS 0 x 0 x 5. Express the matrix matrix. 4 B as the sum of a symmetric and a skew symmetric Prepared by: M. S. KumarSwamy, TGT(Maths) Page - 6 -

13 4 B 3 4 B ' Let P ( B B ') Now P ' 3 3 P 3 3 Thus P ( B B ') is a symmetric matrix Also, let Q ( B B ') Now Q ' 0 3 Q Thus Q ( B B ') is a skew symmetric matrix Now, P Q B Thus, B is represented as the sum of a symmetric and a skew symmetric matrix. 6. Express the following matrices as the sum of a symmetric and a skew symmetric matrix: ( i) ( ii) 3 ( iii) ( ) iv (i) 3 5 Let A, then A P Q where, P ( A A') and Q ( A A') Now, P ( A A') P ' 3 P 3 Prepared by: M. S. KumarSwamy, TGT(Maths) Page - 6 -

14 Thus P ( A A ') is a symmetric matrix Now, Q ( A A') Q ' 0 Q Thus Q ( A A ') is a skew symmetric matrix. Representing A as the sum of P and Q, P Q 3 A 0 (ii) 6 Let A 3, then A P Q 3 where, P ( A A') and Q ( A A') Now, P ( A A') P ' 3 3 P 3 3 Thus P ( A A ') is a symmetric matrix Now, Q ( A A') Q ' Q Thus Q ( A A ') is a skew symmetric matrix. Representing A as the sum of P and Q, P Q A (iii) 3 3 Let A, then A P Q 4 5 where, P ( A A') and Q ( A A') Prepared by: M. S. KumarSwamy, TGT(Maths) Page

15 Now, P ( A A') P ' P 5 5 Thus P ( A A ') is a symmetric matrix Now, Q ( A A') Q ' 5 0 Q 3 0 Thus Q ( A A ') is a skew symmetric matrix. Representing A as the sum of P and Q, P Q 5 0 A (iv) 5 Let A, then A P Q where, P ( A A') and Q ( A A') 5 4 Now, P ( A A') P ' P Thus P ( A A ') is a symmetric matrix Now, Q ( A A') Q ' 3 0 Q Thus Q ( A A ') is a skew symmetric matrix. Representing A as the sum of P and Q, Prepared by: M. S. KumarSwamy, TGT(Maths) Page

16 0 3 5 P Q A 3 0 cos sin 7. If A = sin cos and A + A = I, find the value of α. cos sin cos sin A A sin cos sin cos Now, A A' I cos sin cos sin 0 sin cos sin cos 0 cos cos 0 Comparing the corresponding elements of the above matrices, we have cos cos cos Obtain the inverse of the following matrix using elementary operations: Write A = I A, i.e., A A (applying R R ) A (applying R 3 R 3 3R ) A (applying R R R ) A (applying R 3 R 3 + 5R ) A (applying R R 3) 0 A 3 3 Prepared by: M. S. KumarSwamy, TGT(Maths) Page

17 A (applying R R + R 3 ) A (applying R R R 3 ) A Using elementary transformations, find the inverse of 6 3, if it exists. 6 3 Let A We know that A = IA A 0 6 A Using R R A Using R R R Now, in the above equation, we can see all the elements are zero in the second row of the matrix on the LHS. Therefore, A does not exist. Note Suppose A = IA, after applying the elementary transformation, if any row or column of a matrix on LHS is zero, then A does not exist. 0. Show that the matrix B AB is symmetric or skew-symmetric according as A is symmetric or skew-symmetric. We suppose that A is a symmetric matrix, then A = A Consider (B AB) ={B (AB)} = (AB) (B ) [ (AB) = B A ] = B A (B) [ (B ) = B] = B (A B) = B (AB) [ A = A] (B AB) = B AB which shows that B AB is a symmetric matrix. Now, we suppose that A is a skew-symmetric matrix. Then, A = A Consider (B AB) = [B (AB)] = (AB) (B ) [(AB) = B A and (A ) = A] Prepared by: M. S. KumarSwamy, TGT(Maths) Page

18 = (B A )B = B ( A)B= B AB [ A = A] (B AB) = B AB which shows that B AB is a skew-symmetric matrix.. If A and B are symmetric matrices, prove that AB BA is a skew-symmetric matrix. Here, A and Bare symmetric matrices, then A = A and B = B Now, (AB BA) = (AB) (BA) ((A B) = A B and (AB) = B A ) = B A A B = BA AB ( B = Band A = A) = (AB BA) (AB BA) = (AB BA) Thus, (AB BA) is a skew-symmetric matrix Using elementary transformations, find the inverse of 3, if it exists Let A 3. We know that A = IA A A (Using R R + R R 3 ) A (Using R R R and R 3 R 3 3R ) A (Using R R 3 ) A (Using R R and R3 R 3 ) A (Using R R R 3 and R R 4R 3 ) Prepared by: M. S. KumarSwamy, TGT(Maths) Page

19 A (Using R 5 5 R R ) A n n 4n 3. If A, then prove that A n n, where n is any positive integer. We are required to prove that for all n N n 4n P( n) n n () 4() 3 4 Let n =, then P()...( i) () which is true for n =. Let the result be true for n = k. k k 4k P( k) A...( ii) k k Let n = k + k ( k ) 4( k ) k 3 4k 4 P( k ) A k ( k ) k k k k k 4k 3 4 Now, LHS A A A k k ( k).3 ( 4 k). ( k).( 4) ( 4 k)( ) k.3 ( k). k.( 4) ( k)( ) 3 k 4 4k ( k ) 4( k ) k k k ( k ) Therefore, the result is true for n = k + whenever it is true for n = k. So, by principle of mathematical induction, it is true for all n N O? 0 x O 0 x 4. For what values of x : Prepared by: M. S. KumarSwamy, TGT(Maths) Page

20 0 4 0 Since Matrix multiplication is associative, therefore 0 0 x O 0 0 x 4 x O x 4 x x O 4 4x O 4 4x 0 4x 4 x 3 5. If, show that A 5A + 7I = 0. 3 Given that A A A 5A 7I O Find x, if x 5 0 x 0 4 O? 0 3 Given that x 5 0 x 0 4 O 0 3 Since Matrix multiplication is associative, therefore x 5 x O x 0 3 x 5 x 9 O x 3 x( x ) ( 5).9 ( )( x 3) O x 48 O x 48 0 x 48 x Find the matrix X so that X Prepared by: M. S. KumarSwamy, TGT(Maths) Page

21 Given that X The matrix given on the RHS of the equation is a 3matrix and the one given on the LHS of the equation is as a 3 matrix. Therefore, X has to be a matrix. a c Now, let X b d a 4c a 5c 3a 6c b 4d b 5d 3b 6d 4 6 Equating the corresponding elements of the two matrices, we have a + 4c = 7, a + 5c = 8, 3a + 6c = 9 b + 4d =, b + 5d = 4, 3b + 6d = 6 Now, a + 4c = 7 a = 7 4c a + 5c = 8 4 8c + 5c = 8 3c = 6 c = a = 7 4( ) = = Now, b + 4d = b = 4d and b + 5d = 4 4 8d + 5d = 4 3d = 0 d = 0 b = 4(0) = Thus, a =, b =, c =, d = 0 Hence, the required matrix X is 0 cos sin n cos n sin n 8. If A sin cos, then prove that A, n N sin n cos n We shall prove the result by using principle of mathematical induction. cos sin n cos n sin n We have P(n) : If A sin cos, then A, n N sin n cos n cos sin Let n =, then P() A sin cos Therefore, the result is true for n =. Let the result be true for n = k. So k cos k sin k P( k) A sin k cos k Now, we prove that the result holds for n = k + k cos( k ) sin( k ) i.e. P( k ) A sin( k ) cos( k ) k k cos k sin k cos sin Now, P( k ) A A. A sin k cos k sin cos cos cos k sin sin k cos sin k sin cos k sin cos k cos sin k sin sin k cos cosk cos( k ) sin( k ) cos( k ) sin( k ) sin( k ) cos( k ) sin( k ) cos( k ) Therefore, the result is true for n = k +. Thus by principle of mathematical induction, we have n cos n sin n A, n N sin n cos n Prepared by: M. S. KumarSwamy, TGT(Maths) Page

22 Let A, B, C Find a matrix D such that CD AB = O. Since A, B, C are all square matrices of order, and CD AB is well defined, D must be a square matrix of order. a b 5 a b 5 Let D, c d then CD AB 0 O 3 8 c d a 5c b 5d a 8c 3b 8d a 5c 3 b 5d 0 0 3a 8c 43 3b 8d 0 0 By equality of matrices, we get a + 5c 3 = 0... () 3a + 8c 43 = 0... () b + 5d = 0... (3) and 3b + 8d = 0... (4) Solving () and (), we get a = 9, c = 77. Solving (3) and (4), we get b = 0, d = 44. a b 9 0 Therefore D c d By using elementary operations, find the inverse of the matrix A In order to use elementary row operations we may write A = IA. 0 0 A, then A (applying R R R ) 0 A 0 (applying R R ) A 0 (applying R R R ) 5 5 Thus A 5 5 = 5 5 Prepared by: M. S. KumarSwamy, TGT(Maths) Page - 7 -

23 CHAPTER 3: MATRICES Previous Years Board Exam (Important Questions & Answers). Use elementary column operation C C C in the matrix equation Given that Applying C C C, we get a 4 3b a b. If a 8b write the value of a b. a 4 3b a b Give that a 8b On equating, we get a + 4 = a +, 3b = b +, a 8b = 6 a =, b = Now the value of a b = ( ) = - = 0 MARKS WEIGHTAGE 03 marks 3. If A is a square matrix such that A = A, then write the value of 7A (I + A) 3, where I is an identity matrix. 7A (I + A) 3 = 7A - {I 3 + 3I A + 3I.A + A 3 } = 7A {I + 3A + 3A + A A} [ I 3 = I = I, A = A] = 7A {I + 6A + A } = 7A {I + 6A + A} = 7A {I + 7A} = 7A I 7A = I x y z 4 4. If x y w 0 5, find the value of x + y. x y z 4 Given that x y w 0 5 Equating, we get x - y = - (i) x - y = 0 (ii) z = 4, w = 5 (ii) (i) x y x + y = 0 + x = and y = x + y = + = 3. Prepared by: M. S. KumarSwamy, TGT(Maths) Page - 7 -

24 5. Solve the following matrix equation for x : x 0 Given that x O 0 x x = 0 x = 0 O If y 5 x 0 0 5, find (x y) Given that y 5 x y x y x 0 5 Equating we get 8 + y = 0 and x + = 5 y = 8 and x = x y = + 8 = For what value of x, is the matrix A 0 3 a skew-symmetric matrix? x 3 0 A will be skew symmetric matrix if A = A' 0 0 x 0 x x Equating, we get x = 8. If matrix A and A = ka, then write the value of k. Given A = ka k k k k = Prepared by: M. S. KumarSwamy, TGT(Maths) Page

25 a b a c 5 9. Find the value of a if a b 3c d 0 3 a b a c 5 Given that a b 3c d 0 3 Equating the corresponding elements we get. a b = (i) a + c = 5 (ii) a b = 0 (iii) 3c + d =3 (iv) From (iii) a = b b a b Putting in (i) we get b b b a = (ii) c =5 - =5 - = 3 (iv) d =3 3 (3) =3 9 = 4 i.e. a =, b =, c = 3, d = If A , then find the matrix A. 9 4 Given that A A A 3 6. If A is a square matrix such that A = A, then write the value of (I + A) 3A. (I + A) 3A = I + A + A 3A = I + A - A = I + A - A [ A = A] = I = I. I = I 0. If x y 3 5, write the value of x. 0 Given that x y 3 5 x y 0 3x y 5 x y 0 3x y 5 Prepared by: M. S. KumarSwamy, TGT(Maths) Page

26 Equating the corresponding elements we get. x y = 0...(i) 3x + y = 5...(ii) Adding (i) and (ii), we get x y + 3x + y = x = 5 x = Find the value of x + y from the following equation: x 7 y Given that x 7 y x y x y Equating the corresponding element we get x + 3 = 7 and y 4 = x and y x = and y = 9 x + y = + 9 = 3 4 T 4. If A and B 3, then find A T B T. 0 T Given that B 3 B T T Now, A B If x, write the value of x Given that x x x Equating the corresponding elements, we get x = 3 Prepared by: M. S. KumarSwamy, TGT(Maths) Page

27 cos sin sin cos 6. Simplify: cos sin sin cos cos sin cos sin sin cos cos sin sin cos cos sin cos sin cos sin sin cos sin cos cos sin cos sin cos sin cos sin 0 7. Write the values of x y + z from the following equation: By definition of equality of matrices, we have x + y + z = 9... (i) x + z =5... (ii) y + z =7... (iii) (i) (ii) x + y + z x z = 9 5 y = 4... (iv) (ii) (iv) x y + z = 5 4 x y + z = x y z 9 x z 5 y z 7 y x If x 3 3, then find the value of y. y x Given that x 3 3 By definition of equality of matrices, we have y + x = 7 - x = - x = y + () = 7 y = 3 Prepared by: M. S. KumarSwamy, TGT(Maths) Page

CLASS 12 ALGEBRA OF MATRICES

CLASS 12 ALGEBRA OF MATRICES CLASS 12 ALGEBRA OF MATRICES Deepak Sir 9811291604 SHRI SAI MASTERS TUITION CENTER CLASS 12 A matrix is an ordered rectangular array of numbers or functions. The numbers or functions are called the elements

More information

MATHEMATICS. IMPORTANT FORMULAE AND CONCEPTS for. Final Revision CLASS XII CHAPTER WISE CONCEPTS, FORMULAS FOR QUICK REVISION.

MATHEMATICS. IMPORTANT FORMULAE AND CONCEPTS for. Final Revision CLASS XII CHAPTER WISE CONCEPTS, FORMULAS FOR QUICK REVISION. MATHEMATICS IMPORTANT FORMULAE AND CONCEPTS for Final Revision CLASS XII 2016 17 CHAPTER WISE CONCEPTS, FORMULAS FOR QUICK REVISION Prepared by M. S. KUMARSWAMY, TGT(MATHS) M. Sc. Gold Medallist (Elect.),

More information

MATRICES. Chapter Introduction. 3.2 Matrix. The essence of Mathematics lies in its freedom. CANTOR

MATRICES. Chapter Introduction. 3.2 Matrix. The essence of Mathematics lies in its freedom. CANTOR 56 Chapter 3 MATRICES The essence of Mathematics lies in its freedom. CANTOR 3.1 Introduction The knowledge of matrices is necessary in various branches of mathematics. Matrices are one of the most powerful

More information

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections )

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections ) c Dr. Igor Zelenko, Fall 2017 1 10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections 7.2-7.4) 1. When each of the functions F 1, F 2,..., F n in right-hand side

More information

Phys 201. Matrices and Determinants

Phys 201. Matrices and Determinants Phys 201 Matrices and Determinants 1 1.1 Matrices 1.2 Operations of matrices 1.3 Types of matrices 1.4 Properties of matrices 1.5 Determinants 1.6 Inverse of a 3 3 matrix 2 1.1 Matrices A 2 3 7 =! " 1

More information

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations Chapter 1: Systems of linear equations and matrices Section 1.1: Introduction to systems of linear equations Definition: A linear equation in n variables can be expressed in the form a 1 x 1 + a 2 x 2

More information

Fundamentals of Engineering Analysis (650163)

Fundamentals of Engineering Analysis (650163) Philadelphia University Faculty of Engineering Communications and Electronics Engineering Fundamentals of Engineering Analysis (6563) Part Dr. Omar R Daoud Matrices: Introduction DEFINITION A matrix is

More information

Matrix Arithmetic. j=1

Matrix Arithmetic. j=1 An m n matrix is an array A = Matrix Arithmetic a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn of real numbers a ij An m n matrix has m rows and n columns a ij is the entry in the i-th row and j-th column

More information

Introduction. Vectors and Matrices. Vectors [1] Vectors [2]

Introduction. Vectors and Matrices. Vectors [1] Vectors [2] Introduction Vectors and Matrices Dr. TGI Fernando 1 2 Data is frequently arranged in arrays, that is, sets whose elements are indexed by one or more subscripts. Vector - one dimensional array Matrix -

More information

Elementary Row Operations on Matrices

Elementary Row Operations on Matrices King Saud University September 17, 018 Table of contents 1 Definition A real matrix is a rectangular array whose entries are real numbers. These numbers are organized on rows and columns. An m n matrix

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

Matrices. Math 240 Calculus III. Wednesday, July 10, Summer 2013, Session II. Matrices. Math 240. Definitions and Notation.

Matrices. Math 240 Calculus III. Wednesday, July 10, Summer 2013, Session II. Matrices. Math 240. Definitions and Notation. function Matrices Calculus III Summer 2013, Session II Wednesday, July 10, 2013 Agenda function 1. 2. function function Definition An m n matrix is a rectangular array of numbers arranged in m horizontal

More information

Section 9.2: Matrices.. a m1 a m2 a mn

Section 9.2: Matrices.. a m1 a m2 a mn Section 9.2: Matrices Definition: A matrix is a rectangular array of numbers: a 11 a 12 a 1n a 21 a 22 a 2n A =...... a m1 a m2 a mn In general, a ij denotes the (i, j) entry of A. That is, the entry in

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

[ 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

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

Matrices. Chapter Definitions and Notations

Matrices. Chapter Definitions and Notations Chapter 3 Matrices 3. Definitions and Notations Matrices are yet another mathematical object. Learning about matrices means learning what they are, how they are represented, the types of operations which

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. a m,1 a m,n A =

MATRICES. a m,1 a m,n A = MATRICES Matrices are rectangular arrays of real or complex numbers With them, we define arithmetic operations that are generalizations of those for real and complex numbers The general form a matrix of

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

MATRICES AND MATRIX OPERATIONS

MATRICES AND MATRIX OPERATIONS SIZE OF THE MATRIX is defined by number of rows and columns in the matrix. For the matrix that have m rows and n columns we say the size of the matrix is m x n. If matrix have the same number of rows (n)

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

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

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0. Matrices Operations Linear Algebra Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0 The rectangular array 1 2 1 4 3 4 2 6 1 3 2 1 in which the

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

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

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

Chapter 2. Ma 322 Fall Ma 322. Sept 23-27

Chapter 2. Ma 322 Fall Ma 322. Sept 23-27 Chapter 2 Ma 322 Fall 2013 Ma 322 Sept 23-27 Summary ˆ Matrices and their Operations. ˆ Special matrices: Zero, Square, Identity. ˆ Elementary Matrices, Permutation Matrices. ˆ Voodoo Principle. What is

More information

1 Matrices and matrix algebra

1 Matrices and matrix algebra 1 Matrices and matrix algebra 1.1 Examples of matrices A matrix is a rectangular array of numbers and/or variables. For instance 4 2 0 3 1 A = 5 1.2 0.7 x 3 π 3 4 6 27 is a matrix with 3 rows and 5 columns

More information

Matrix Basic Concepts

Matrix Basic Concepts Matrix Basic Concepts Topics: What is a matrix? Matrix terminology Elements or entries Diagonal entries Address/location of entries Rows and columns Size of a matrix A column matrix; vectors Special types

More information

Section 9.2: Matrices. Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns.

Section 9.2: Matrices. Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns. Section 9.2: Matrices Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns. That is, a 11 a 12 a 1n a 21 a 22 a 2n A =...... a m1 a m2 a mn A

More information

INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW MATRICES

INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW MATRICES 1 CHAPTER 4 MATRICES 1 INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW MATRICES 1 Matrices Matrices are of fundamental importance in 2-dimensional and 3-dimensional graphics programming

More information

Prepared by: M. S. KumarSwamy, TGT(Maths) Page

Prepared by: M. S. KumarSwamy, TGT(Maths) Page Prepared by: M S KumarSwamy, TGT(Maths) Page - 119 - CHAPTER 10: VECTOR ALGEBRA QUICK REVISION (Important Concepts & Formulae) MARKS WEIGHTAGE 06 marks Vector The line l to the line segment AB, then a

More information

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in Chapter 4 - MATRIX ALGEBRA 4.1. Matrix Operations A a 11 a 12... a 1j... a 1n a 21. a 22.... a 2j... a 2n. a i1 a i2... a ij... a in... a m1 a m2... a mj... a mn The entry in the ith row and the jth column

More information

Matrix operations Linear Algebra with Computer Science Application

Matrix operations Linear Algebra with Computer Science Application Linear Algebra with Computer Science Application February 14, 2018 1 Matrix operations 11 Matrix operations If A is an m n matrix that is, a matrix with m rows and n columns then the scalar entry in the

More information

Mathematics 13: Lecture 10

Mathematics 13: Lecture 10 Mathematics 13: Lecture 10 Matrices Dan Sloughter Furman University January 25, 2008 Dan Sloughter (Furman University) Mathematics 13: Lecture 10 January 25, 2008 1 / 19 Matrices Recall: A matrix is a

More information

Matrices. In this chapter: matrices, determinants. inverse matrix

Matrices. In this chapter: matrices, determinants. inverse matrix Matrices In this chapter: matrices, determinants inverse matrix 1 1.1 Matrices A matrix is a retangular array of numbers. Rows: horizontal lines. A = a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 a 41 a

More information

Matrices: 2.1 Operations with Matrices

Matrices: 2.1 Operations with Matrices Goals In this chapter and section we study matrix operations: Define matrix addition Define multiplication of matrix by a scalar, to be called scalar multiplication. Define multiplication of two matrices,

More information

MATH Mathematics for Agriculture II

MATH Mathematics for Agriculture II MATH 10240 Mathematics for Agriculture II Academic year 2018 2019 UCD School of Mathematics and Statistics Contents Chapter 1. Linear Algebra 1 1. Introduction to Matrices 1 2. Matrix Multiplication 3

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 BUSINESS MATHEMATICS

Matrices BUSINESS MATHEMATICS Matrices BUSINESS MATHEMATICS 1 CONTENTS Matrices Special matrices Operations with matrices Matrix multipication More operations with matrices Matrix transposition Symmetric matrices Old exam question

More information

CS100: DISCRETE STRUCTURES. Lecture 3 Matrices Ch 3 Pages:

CS100: DISCRETE STRUCTURES. Lecture 3 Matrices Ch 3 Pages: CS100: DISCRETE STRUCTURES Lecture 3 Matrices Ch 3 Pages: 246-262 Matrices 2 Introduction DEFINITION 1: A matrix is a rectangular array of numbers. A matrix with m rows and n columns is called an m x n

More information

Basic Concepts in Linear Algebra

Basic Concepts in Linear Algebra Basic Concepts in Linear Algebra Grady B Wright Department of Mathematics Boise State University February 2, 2015 Grady B Wright Linear Algebra Basics February 2, 2015 1 / 39 Numerical Linear Algebra Linear

More information

ICS 6N Computational Linear Algebra Matrix Algebra

ICS 6N Computational Linear Algebra Matrix Algebra ICS 6N Computational Linear Algebra Matrix Algebra Xiaohui Xie University of California, Irvine xhx@uci.edu February 2, 2017 Xiaohui Xie (UCI) ICS 6N February 2, 2017 1 / 24 Matrix Consider an m n matrix

More information

Matrices and Vectors

Matrices and Vectors Matrices and Vectors James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 11, 2013 Outline 1 Matrices and Vectors 2 Vector Details 3 Matrix

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

8 Matrices and operations on matrices

8 Matrices and operations on matrices AAC - Business Mathematics I Lecture #8, December 1, 007 Katarína Kálovcová 8 Matrices and operations on matrices Matrices: In mathematics, a matrix (plural matrices is a rectangular table of elements

More information

Matrix Arithmetic. a 11 a. A + B = + a m1 a mn. + b. a 11 + b 11 a 1n + b 1n = a m1. b m1 b mn. and scalar multiplication for matrices via.

Matrix Arithmetic. a 11 a. A + B = + a m1 a mn. + b. a 11 + b 11 a 1n + b 1n = a m1. b m1 b mn. and scalar multiplication for matrices via. Matrix Arithmetic There is an arithmetic for matrices that can be viewed as extending the arithmetic we have developed for vectors to the more general setting of rectangular arrays: if A and B are m n

More information

Review of Basic Concepts in Linear Algebra

Review of Basic Concepts in Linear Algebra Review of Basic Concepts in Linear Algebra Grady B Wright Department of Mathematics Boise State University September 7, 2017 Math 565 Linear Algebra Review September 7, 2017 1 / 40 Numerical Linear Algebra

More information

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations.

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations. POLI 7 - Mathematical and Statistical Foundations Prof S Saiegh Fall Lecture Notes - Class 4 October 4, Linear Algebra The analysis of many models in the social sciences reduces to the study of systems

More information

Stage-structured Populations

Stage-structured Populations Department of Biology New Mexico State University Las Cruces, New Mexico 88003 brook@nmsu.edu Fall 2009 Age-Structured Populations All individuals are not equivalent to each other Rates of survivorship

More information

Matrix representation of a linear map

Matrix representation of a linear map Matrix representation of a linear map As before, let e i = (0,..., 0, 1, 0,..., 0) T, with 1 in the i th place and 0 elsewhere, be standard basis vectors. Given linear map f : R n R m we get n column vectors

More information

Prepared by: M. S. KumarSwamy, TGT(Maths) Page

Prepared by: M. S. KumarSwamy, TGT(Maths) Page Prepared b: M. S. KumarSwam, TGT(Maths) Page - 77 - CHAPTER 4: DETERMINANTS QUICK REVISION (Important Concepts & Formulae) Determinant a b If A = c d, then determinant of A is written as A = a b = det

More information

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B Chapter 8 - S&B Algebraic operations Matrix: The size of a matrix is indicated by the number of its rows and the number of its columns. A matrix with k rows and n columns is called a k n matrix. The number

More information

* is a row matrix * An mxn matrix is a square matrix if and only if m=n * A= is a diagonal matrix if = 0 i

* is a row matrix * An mxn matrix is a square matrix if and only if m=n * A= is a diagonal matrix if = 0 i CET MATRICES *A matrix is an order rectangular array of numbers * A matrix having m rows and n columns is called mxn matrix of order * is a column matrix * is a row matrix * An mxn matrix is a square matrix

More information

Matrix & Linear Algebra

Matrix & Linear Algebra Matrix & Linear Algebra Jamie Monogan University of Georgia For more information: http://monogan.myweb.uga.edu/teaching/mm/ Jamie Monogan (UGA) Matrix & Linear Algebra 1 / 84 Vectors Vectors Vector: A

More information

3 (Maths) Linear Algebra

3 (Maths) Linear Algebra 3 (Maths) Linear Algebra References: Simon and Blume, chapters 6 to 11, 16 and 23; Pemberton and Rau, chapters 11 to 13 and 25; Sundaram, sections 1.3 and 1.5. The methods and concepts of linear algebra

More information

1 Matrices and Systems of Linear Equations. a 1n a 2n

1 Matrices and Systems of Linear Equations. a 1n a 2n March 31, 2013 16-1 16. Systems of Linear Equations 1 Matrices and Systems of Linear Equations An m n matrix is an array A = (a ij ) of the form a 11 a 21 a m1 a 1n a 2n... a mn where each a ij is a real

More information

Math 360 Linear Algebra Fall Class Notes. a a a a a a. a a a

Math 360 Linear Algebra Fall Class Notes. a a a a a a. a a a Math 360 Linear Algebra Fall 2008 9-10-08 Class Notes Matrices As we have already seen, a matrix is a rectangular array of numbers. If a matrix A has m columns and n rows, we say that its dimensions are

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Corrected Version, 7th April 013 Comments to the author at keithmatt@gmail.com Chapter 1 LINEAR EQUATIONS 1.1

More information

Lecture Notes in Linear Algebra

Lecture Notes in Linear Algebra Lecture Notes in Linear Algebra Dr. Abdullah Al-Azemi Mathematics Department Kuwait University February 4, 2017 Contents 1 Linear Equations and Matrices 1 1.2 Matrices............................................

More information

Matrix Operations. Linear Combination Vector Algebra Angle Between Vectors Projections and Reflections Equality of matrices, Augmented Matrix

Matrix Operations. Linear Combination Vector Algebra Angle Between Vectors Projections and Reflections Equality of matrices, Augmented Matrix Linear Combination Vector Algebra Angle Between Vectors Projections and Reflections Equality of matrices, Augmented Matrix Matrix Operations Matrix Addition and Matrix Scalar Multiply Matrix Multiply Matrix

More information

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero.

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero. Finite Mathematics Chapter 2 Section 2.1 Systems of Linear Equations: An Introduction Systems of Equations Recall that a system of two linear equations in two variables may be written in the general form

More information

Matrix representation of a linear map

Matrix representation of a linear map Matrix representation of a linear map As before, let e i = (0,..., 0, 1, 0,..., 0) T, with 1 in the i th place and 0 elsewhere, be standard basis vectors. Given linear map f : R n R m we get n column vectors

More information

MATH2210 Notebook 2 Spring 2018

MATH2210 Notebook 2 Spring 2018 MATH2210 Notebook 2 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 2 MATH2210 Notebook 2 3 2.1 Matrices and Their Operations................................

More information

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are real numbers. 1

More information

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns.

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns. MATRICES After studying this chapter you will acquire the skills in knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns. List of

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

Review of Vectors and Matrices

Review of Vectors and Matrices A P P E N D I X D Review of Vectors and Matrices D. VECTORS D.. Definition of a Vector Let p, p, Á, p n be any n real numbers and P an ordered set of these real numbers that is, P = p, p, Á, p n Then P

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.7 LINEAR INDEPENDENCE LINEAR INDEPENDENCE Definition: An indexed set of vectors {v 1,, v p } in n is said to be linearly independent if the vector equation x x x

More information

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University Systems of Linear Equations By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University Standard of Competency: Understanding the properties of systems of linear equations, matrices,

More information

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

More information

Numerical Analysis Lecture Notes

Numerical Analysis Lecture Notes Numerical Analysis Lecture Notes Peter J Olver 3 Review of Matrix Algebra Vectors and matrices are essential for modern analysis of systems of equations algebrai, differential, functional, etc In this

More information

Lecture 3 Linear Algebra Background

Lecture 3 Linear Algebra Background Lecture 3 Linear Algebra Background Dan Sheldon September 17, 2012 Motivation Preview of next class: y (1) w 0 + w 1 x (1) 1 + w 2 x (1) 2 +... + w d x (1) d y (2) w 0 + w 1 x (2) 1 + w 2 x (2) 2 +...

More information

Matrix Multiplication

Matrix Multiplication 3.2 Matrix Algebra Matrix Multiplication Example Foxboro Stadium has three main concession stands, located behind the south, north and west stands. The top-selling items are peanuts, hot dogs and soda.

More information

Graduate Mathematical Economics Lecture 1

Graduate Mathematical Economics Lecture 1 Graduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 23, 2012 Outline 1 2 Course Outline ematical techniques used in graduate level economics courses Mathematics for Economists

More information

Undergraduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1 Undergraduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 15, 2014 Outline 1 Courses Description and Requirement 2 Course Outline ematical techniques used in economics courses

More information

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i )

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i ) Direct Methods for Linear Systems Chapter Direct Methods for Solving Linear Systems Per-Olof Persson persson@berkeleyedu Department of Mathematics University of California, Berkeley Math 18A Numerical

More information

Chapter 7. Linear Algebra: Matrices, Vectors,

Chapter 7. Linear Algebra: Matrices, Vectors, Chapter 7. Linear Algebra: Matrices, Vectors, Determinants. Linear Systems Linear algebra includes the theory and application of linear systems of equations, linear transformations, and eigenvalue problems.

More information

Matrix Algebra 2.1 MATRIX OPERATIONS Pearson Education, Inc.

Matrix Algebra 2.1 MATRIX OPERATIONS Pearson Education, Inc. 2 Matrix Algebra 2.1 MATRIX OPERATIONS MATRIX OPERATIONS m n If A is an matrixthat is, a matrix with m rows and n columnsthen the scalar entry in the ith row and jth column of A is denoted by a ij and

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

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Definitions An m n (read "m by n") matrix, is a rectangular array of entries, where m is the number of rows and n the number of columns. 2 Definitions (Con t) A is square if m=

More information

10: Representation of point group part-1 matrix algebra CHEMISTRY. PAPER No.13 Applications of group Theory

10: Representation of point group part-1 matrix algebra CHEMISTRY. PAPER No.13 Applications of group Theory 1 Subject Chemistry Paper No and Title Module No and Title Module Tag Paper No 13: Applications of Group Theory CHE_P13_M10 2 TABLE OF CONTENTS 1. Learning outcomes 2. Introduction 3. Definition of a matrix

More information

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions A. LINEAR ALGEBRA. CONVEX SETS 1. Matrices and vectors 1.1 Matrix operations 1.2 The rank of a matrix 2. Systems of linear equations 2.1 Basic solutions 3. Vector spaces 3.1 Linear dependence and independence

More information

MATH 323 Linear Algebra Lecture 6: Matrix algebra (continued). Determinants.

MATH 323 Linear Algebra Lecture 6: Matrix algebra (continued). Determinants. MATH 323 Linear Algebra Lecture 6: Matrix algebra (continued). Determinants. Elementary matrices Theorem 1 Any elementary row operation σ on matrices with n rows can be simulated as left multiplication

More information

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

Linear Algebra: Lecture notes from Kolman and Hill 9th edition. Linear Algebra: Lecture notes from Kolman and Hill 9th edition Taylan Şengül March 20, 2019 Please let me know of any mistakes in these notes Contents Week 1 1 11 Systems of Linear Equations 1 12 Matrices

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

A Review of Matrix Analysis

A Review of Matrix Analysis Matrix Notation Part Matrix Operations Matrices are simply rectangular arrays of quantities Each quantity in the array is called an element of the matrix and an element can be either a numerical value

More information

Linear Systems and Matrices

Linear Systems and Matrices Department of Mathematics The Chinese University of Hong Kong 1 System of m linear equations in n unknowns (linear system) a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.......

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 998 Comments to the author at krm@mathsuqeduau All contents copyright c 99 Keith

More information

Linear Algebra V = T = ( 4 3 ).

Linear Algebra V = T = ( 4 3 ). Linear Algebra Vectors A column vector is a list of numbers stored vertically The dimension of a column vector is the number of values in the vector W is a -dimensional column vector and V is a 5-dimensional

More information

Matrix Algebra: Definitions and Basic Operations

Matrix Algebra: Definitions and Basic Operations Section 4 Matrix Algebra: Definitions and Basic Operations Definitions Analyzing economic models often involve working with large sets of linear equations. Matrix algebra provides a set of tools for dealing

More information

I = i 0,

I = i 0, Special Types of Matrices Certain matrices, such as the identity matrix 0 0 0 0 0 0 I = 0 0 0, 0 0 0 have a special shape, which endows the matrix with helpful properties The identity matrix is an example

More information

Matrices and Linear Algebra

Matrices and Linear Algebra Contents Quantitative methods for Economics and Business University of Ferrara Academic year 2017-2018 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2

More information

Linear Equations and Matrix

Linear Equations and Matrix 1/60 Chia-Ping Chen Professor Department of Computer Science and Engineering National Sun Yat-sen University Linear Algebra Gaussian Elimination 2/60 Alpha Go Linear algebra begins with a system of linear

More information

Matrix Algebra & Elementary Matrices

Matrix Algebra & Elementary Matrices Matrix lgebra & Elementary Matrices To add two matrices, they must have identical dimensions. To multiply them the number of columns of the first must equal the number of rows of the second. The laws below

More information

. a m1 a mn. a 1 a 2 a = a n

. a m1 a mn. a 1 a 2 a = a n Biostat 140655, 2008: Matrix Algebra Review 1 Definition: An m n matrix, A m n, is a rectangular array of real numbers with m rows and n columns Element in the i th row and the j th column is denoted by

More information

ECON 186 Class Notes: Linear Algebra

ECON 186 Class Notes: Linear Algebra ECON 86 Class Notes: Linear Algebra Jijian Fan Jijian Fan ECON 86 / 27 Singularity and Rank As discussed previously, squareness is a necessary condition for a matrix to be nonsingular (have an inverse).

More information

6.1 Matrices. Definition: A Matrix A is a rectangular array of the form. A 11 A 12 A 1n A 21. A 2n. A m1 A m2 A mn A 22.

6.1 Matrices. Definition: A Matrix A is a rectangular array of the form. A 11 A 12 A 1n A 21. A 2n. A m1 A m2 A mn A 22. 61 Matrices Definition: A Matrix A is a rectangular array of the form A 11 A 12 A 1n A 21 A 22 A 2n A m1 A m2 A mn The size of A is m n, where m is the number of rows and n is the number of columns The

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