Chapter 5: Matrices. Daniel Chan. Semester UNSW. Daniel Chan (UNSW) Chapter 5: Matrices Semester / 33

Similar documents
Chapter 4: Linear Equations

Linear Systems and Matrices

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

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

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.

Chapter 2: Matrices and Linear Systems

MATH 1210 Assignment 4 Solutions 16R-T1

MATH2210 Notebook 2 Spring 2018

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

Here are some additional properties of the determinant function.

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 )

Matrix operations Linear Algebra with Computer Science Application

Undergraduate Mathematical Economics Lecture 1

Graduate Mathematical Economics Lecture 1

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

Determinants Chapter 3 of Lay

Chapter 2. Square matrices

MATH Topics in Applied Mathematics Lecture 12: Evaluation of determinants. Cross product.

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

MATRICES. a m,1 a m,n A =

3 Matrix Algebra. 3.1 Operations on matrices

Evaluating Determinants by Row Reduction

Linear Algebra and Matrix Inversion

Determinants. Recall that the 2 2 matrix a b c d. is invertible if

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

Linear Algebra: Lecture Notes. Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway

1300 Linear Algebra and Vector Geometry

Introduction to Matrices and Linear Systems Ch. 3

Math 320, spring 2011 before the first midterm

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8.

Elementary maths for GMT

ELEMENTARY LINEAR ALGEBRA

MATH 106 LINEAR ALGEBRA LECTURE NOTES

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

TOPIC III LINEAR ALGEBRA

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion

1 Last time: determinants

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

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

Linear Equations in Linear Algebra

Phys 201. Matrices and Determinants

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

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

Math Linear Algebra Final Exam Review Sheet

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3

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.

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Formula for the inverse matrix. Cramer s rule. Review: 3 3 determinants can be computed expanding by any row or column

MTH 102A - Linear Algebra II Semester

Chapter 2 Notes, Linear Algebra 5e Lay

Matrices and Linear Algebra

Properties of the Determinant Function

Matrices. Chapter Definitions and Notations

Digital Workbook for GRA 6035 Mathematics

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

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88

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

Elementary Row Operations on Matrices

Matrix Arithmetic. j=1

Math 240 Calculus III

GAUSSIAN ELIMINATION AND LU DECOMPOSITION (SUPPLEMENT FOR MA511)

Numerical Analysis Lecture Notes

Matrices MA1S1. Tristan McLoughlin. November 9, Anton & Rorres: Ch

Eigenvectors. Prop-Defn

Components and change of basis

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34

OR MSc Maths Revision Course

Math113: Linear Algebra. Beifang Chen

LINEAR ALGEBRA WITH APPLICATIONS

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

Vectors and matrices: matrices (Version 2) This is a very brief summary of my lecture notes.

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices.

NOTES FOR LINEAR ALGEBRA 133

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

is a 3 4 matrix. It has 3 rows and 4 columns. The first row is the horizontal row [ ]

Gaussian Elimination and Back Substitution

Matrix Factorization and Analysis

Chapter 2: Vector Geometry

Matrix Algebra 2.1 MATRIX OPERATIONS Pearson Education, Inc.

ICS 6N Computational Linear Algebra Matrix Algebra

1 Matrices and matrix algebra

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to:

5.6. PSEUDOINVERSES 101. A H w.

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

Review of linear algebra

Linear Algebra (part 1) : Matrices and Systems of Linear Equations (by Evan Dummit, 2016, v. 2.02)

MTH 464: Computational Linear Algebra

Linear Algebra Highlights

Matrices and systems of linear equations

c c c c c c c c c c a 3x3 matrix C= has a determinant determined by

Lecture Notes in Linear Algebra

The determinant. Motivation: area of parallelograms, volume of parallepipeds. Two vectors in R 2 : oriented area of a parallelogram

M. Matrices and Linear Algebra

Math 416, Spring 2010 The algebra of determinants March 16, 2010 THE ALGEBRA OF DETERMINANTS. 1. Determinants

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

CHAPTER 6. Direct Methods for Solving Linear Systems

Lecture 3 Linear Algebra Background

Lecture 8: Determinants I

Transcription:

Chapter 5: Matrices Daniel Chan UNSW Semester 1 2018 Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 1 / 33

In this chapter Matrices were first introduced in the Chinese Nine Chapters on the Mathematical Art to solve linear eqns. In the mid-1800s, senior wrangler (see wikipedia) Arthur Cayley studied matrices in their own right and showed how they have an interesting and useful algebra associated to them. We will look at Cayley s ideas and extend vector arithmetic to matrices and even show there is matrix multiplication akin to multiplying numbers. These ideas will not only shed light on solving linear eqns, they will also be useful later when you look at multivariable functions and mappings. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 2 / 33

Some new notation for matrices Recall an m n-matrix is an array of (for us) scalars (real or complex). a 11 a 12 a 1n a 21 a 22 a 2n A =....... a m1 a m2 a mn Notation We abbreviate the above to A = (a ij ) and call a ij the ij-th entry of A. Also write [A] ij for a ij. We say the size of A is m n because it has M mn (R) (resp M mn (C)) denote the set of all m n-matrices with real entries (resp complex entries). Sometimes abbreviate to M mn if the scalars are understood or irrelevant. E.g. A length m column vector is an Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 3 / 33

Revise matrix-vector product Let A = (a ij ) = (a 1 a 2... a n ) M mn. Then x 1 x 2 A. = = x 1a 1 + x 2 a 2 +... + x n a n. x n Alternatively, the i-th entry of Ax is x 2 [Ax] i = a i1 x 1 +... + a in x n = (a i1... a in ).. x n Note similarity with dot products. A induces the linear function T : R n R m : x Ax. Note We will write all our results for matrices with real entries, but there are obvious analogues over the complexes. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 4 / 33 x 1

Arithmetic of matrices Just as for vectors, we can define matrix addition and scalar multiplication to be entry-wise addition and scalar multiplication E.g. In formulas ( ) 1 2 3 + 0 1 1 Matrix arithmetic ( ) 3 4 6 = 2 1 5 ( ) 1 2 3 7 = 0 1 1 For A, B M mn (R), λ R, the entries of A + B, λa M mn (R) are [A + B] ij = [A] ij + [B] ij [λa] ij = λ[a] ij N.B. We don t define the sum of matrices of different sizes (just as is the case for vectors). Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 5 / 33

Linear combinations and subtraction E.g. We can also form linear combinations of matrices ( ) ( ) 1 2 3 1 2 3 + ( 1) = 0 1 1 0 1 1 Definition The zero matrix 0 has all entries 0. (There s one for each size m n.) A + 0 = The negative of A M mn is A := ( 1)A. Hence A + ( A) = The difference A B = A + ( B) if A, B have the same size. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 6 / 33

Another distributive & associative law Proposition For A, B M mn (R), λ R, x R n (A + B)x = Ax + Bx. (λa)x = λ(ax). Proof. Suppose n = 2 (else need more space) so A = (a 1 a 2 ), B = Upshot Recall that in calculus, you define the sum and scalar multiple of functions pointwise, (f + g)(x) = f (x) + g(x), (λf )(x) = λf (x). The above formulas show that the linear function corresponding to A + B which sends x (A + B)x = Ax + Bx is the pointwise sum of the functions corresponding to A and B. The same goes for the scalar multiple. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 7 / 33

Mappings and matrix arithmetic E.g. The mapping R 2 R 2 corresponding to the matrix A = ( 1 0 0 1 ) E.g. The mapping R 2 R 2 corresponding to the matrix B = ( ) 1 0 0 1 E.g. The mapping R 2 R 2 corresponding to the matrix 1 2 (A + B) = Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 8 / 33

Basic properties of matrix arithmetic Proposition For A, B M mn, and scalars λ, µ λ(µa) = (λµ)a. (λ + µ)a = λ(a + B) = Proof. Just as for vectors e.g. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 9 / 33

Matrix multiplication Let A M mn, B = (b 1... b p ) M np. We define the matrix product AB to be the m p-matrix AB = (Ab 1... Ab p ) M mp. 0 1 ( ) E.g. 2 3 1 1 1 2 4 5 Alternatively, the ij-th entry of AB comes from zipping up the ith row of A with the jth column of B: i.e. if A = (a ij ), B = (b ij ) [AB] ij = (a i1... a in ) b 1j. b nj = a i1 b 1j +... + a in b nj = n a il b lj. Warning The product AB is only defined when no. columns A = no. rows B. l=1 Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 10 / 33

Associative law Associative law of matrix multiplication Let A M mn, B = (b 1... b p ) M np, C = (c 1... c q ) M pq. Then (AB)C = A(BC). Proof. It suffices show this for C = c = If C = c then c 1. c p for assuming this case we see (AB)C = ((AB)c 1... (AB)c q ) = (A(Bc 1 )... A(Bc q )) = A((Bc 1 )... (Bc q )) = A(BC). (AB)c = (Ab 1... Ab p )c = c 1 Ab 1 +...+c p Ab p = A(c 1 b 1 +...+c p b p ) = A(Bc). Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 11 / 33

Functional interpretation of the associative law The associative law says the function associated to AB which maps x (AB)x = A(Bx) is the composite x Bx A(Bx) of the linear maps associated to A and B. E.g. Recall that B = ( 1 0 0 1 ) corresponds to reflection about the x-axis. The functional viewpoint shows that B 2 coresponds to the mapping Let s check ( ) ( 1 0 1 0 ) 0 1 0 1 = Remark The definition of matrix multiplication was designed so that it reflects the composition of linear maps. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 12 / 33

Distributive laws & noncommutativity Distributive law Let A, B, C be matrices & λ a scalar.the following formulas hold whenever the terms on one side are defined. 1 A(B + C) = AB + AC. 2 (A + B)C = AC + BC. 3 (λa)b = λ(ab) = A(λB). Proof. Easy ex similar to distributive law we proved for matrix-vector product. Noncommutativity Note that if AB is defined, BA may not be, and even if it is, usually we have AB BA. E.g. Let A = ( ) 1 0 0 1, B = ( 0 1 1 0 ) Hence (A + B) 2 = Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 13 / 33

Miscellaneous matrix definitions A matrix is said to be square if its no. rows = no. columns. The diagonal of a square matrix A = (a ij ) consists of the entries a ii. The n n-identity matrix I, is the matrix with 1 s on the diagonal and 0 s elsewhere. E.g. Formula IA = A, BI = B whenever the products are defined. Proof. Just multiply matrices. We ll check here Upshot In particular, we see the linear function associated to I is the identity map x x. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 14 / 33

Transpose The transpose of an m n-matrix A, is the n m-matrix A T gotten by turning all the rows of A into columns (or equivalently, flipping the matrix about the row i = column j diagonal). ( ) T 2 5 1 E.g. = 1 3 2 More formally, the entries of A T are given by [A T ] ij = [A] ji. Formulas Let A, B be matrices & λ a scalar. The following hold when one side is defined. 1 (A T ) T = A 2 (A + B) T = A T + B T, (λa) T = λa T 3 (AB) T = B T A T. Proof. 1) & 2) are easy and say the function A A T is linear. For 3) [(B T A T )] ij = l [B T ] il [A T ] lj = l [B] li [A] jl = Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 15 / 33

Miscellaneous tidbits involving transpose Relation with dot product Let a, b R n. Then though ab is not defined we can define a T b = (a 1... a n ) b 1. b n = a 1 b 1 +... + a n b n = a b. Symmetric matrices A square matrix is symmetric if A T = A and anti-symmetric if A T = A (Why is square in the defn?). E.g. bb T M nn is symmetric since In fact if b = 1, then the linear function R n R n associated to bb T is projection onto b for it sends x bb T x = Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 16 / 33

Matrix Inverse To attempt matrix division we need the matrix inverse. Inverse A matrix W is an inverse for the matrix A if AW = WA = I If such a matrix exists we say that A is invertible. A matrix can have at most one inverse, denoted A 1. Proof. If W is another inverse then E.g. A = ( ) 2 0, B = 0 3 ( ) 2 0 0 0 Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 17 / 33

Inverses and solving Ax = b Proposition Let A M mn be an invertible matrix. Then for any b R n the eqn Ax = b has x = A 1 b as its unique soln. Proof. x = A 1 b is a soln since It is the only possible soln since Ax = b = Corollary Any invertible matrix A M mn is square. Proof. The inverse W = A 1 must be n m for AW, WA to be defined. Ax = 0 has a unique soln = m Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 18 / 33

Formulas involving matrix inverses Formula Let A, B M nn be invertible. 1 A 1 is invertibe & (A 1 ) 1 = 2 AB is invertible & (AB) 1 = B 1 A 1. 3 A T is invertible & (A T ) 1 = (A 1 ) T. Proof. All easy e.g. E.g. Simplify (ABA 1 ) 2 A Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 19 / 33

Computing inverses of matrices: example 1 1 1 Q Find the inverse of A = 1 3 2 1 1 1 A Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 20 / 33

The algorithm for inverting matrices Let A M nn. To determine invertibility and invert A if invertible we: 1 Form the augmented n 2n-matrix (A I ). 2 Apply ERO s until we get row echelon form (U B). 3 If U has non-leading columns, we stop as solns to Ax = 0 are not unique so A is not invertible. 4 If U has no non-leading columns, then A is invertible & we can apply EROS to transform (U B) to the form (I C) with C = A 1. 1 1 1 Q Is A = 1 3 2 invertible? If so, find its inverse. 2 4 3 Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 21 / 33

Why our algorithm works Suppose EROs send (A I ) EROs (I C) where C = (c 1... c n ). Restrict Gaussian elimination i.e. Ac i = e i. (A e i ) EROs (I c i ), AC = (Ac 1... Ac n ) = (e 1... e n ) =?? Challenge Q Show that we also have CA = I. Hint: Observe ACA = A = AI and explain why you can cancel the A s. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 22 / 33

Invertibility for square matrices Theorem Suppose that A M nn has row-echelon form U. Then the following are equivalent: 1 A is invertible. 2 U has no zero rows. 3 U has no nonleading columns. 4 Ax = 0 has a unique solution x = 0. 5 For each b R n, Ax = b has a unique solution. Proof We check 5) = 4) = 3) = 2) = 1) = 5) Corollary Suppose that A M nn. Then XA = I AX = I X = A 1. Proof. Note AX or XA square = X M nn, so by symmetry, suff show AX = I = X is invertible by checking condn 4) above. But X x = 0 = x = I x = AX x = A0 = 0 so we re done by the thm. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 23 / 33

Remark We ll generalise the relationship between determinants and invertibility later. The formula in this case is best appreciated if you understand the linear mapping R 2 R 2 associated to A. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 24 / 33 Inverse of 2 2-matrices Recall the 2 2-determinant a ( ) 11 a 12 a 21 a 22 = det a11 a 12 = a a 21 a 11 a 22 a 12 a 21. 22 Inverse formula Let A = (a ij ) M 22. Then A is invertible if det A 0 in which case A 1 = 1 ( ) a22 a 12. det(a) a 21 a 11 Proof. Just multiply

Minors of a square matrix We define the determinant of A M nn, using induction on n. We ve defined it for n = 2 (and 3), and suppose it s defined for (n 1) (n 1)-matrices. First Definition For 1 i, j n, the (row i, column j) minor of A, denoted A ij, is the determinant of the (n 1) (n 1) matrix obtained by deleting row i and column j from A. E.g.Let A = 1 2 3 1 0 1. 4 2 5 A 21 = Defn For a 1 1-matrix (a) we define its determinant to be det(a) = a. There are many definitions of the determinant. To keep the exposition elementary, we ll use a generalisation of the one for 3 3-determinants. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 25 / 33

Determinant This definition is via expanding along the first row. Definition Let A M nn with n 2. Then the determinant of A is det(a) = a 11 A 11 a 12 A 12 + a 13 A 13 + + ( 1) n 1 a 1n A 1n n = ( 1) k 1 a 1k A 1k. k=1 2 0 0 0 E.g. Let A = 2 3 0 0 1 1 5 0. Then det(a) = 7 2 3 1 Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 26 / 33

Determinant of lower triangular matrices We say A = (a ij ) is lower triangular, if a ij = 0 whenever i < j. The computation above shows more generally the following Proposition If A = (a ij ) is lower triangular, then det(a) is just the product of the diagonal elements. n det(a) = i=1 a ii In particular, det(i ) = 1. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 27 / 33

The geometric meaning of the determinant Unfortunately in this course, we will not be able to talk about the determinant in depth. For a thorough treatment, see my MATH2601 lecture notes, lectures 5,6. Just as the (magnitude of) 2 2-determinant gives the area of parallelograms, and 3 3-determinants volumes of parallelopipeds, the n n-determinant gives the volume of n-dimensional parallelopipeds (unfortunately we can t prove this). In particular, the linear mapping R n R n associated to A expands volumes by det(a). The sign of det(a) is related to a higher dimensional version of the right hand rule. All these facts are easy to see for diagonal matrices, i.e. those whose non-zero entries all lie on the diagonal. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 28 / 33

Determinant of the Tranpose Let A = (a ij ) M nn. Then Proposition det(a) = det(a T ). Proof. Hard (& omitted) with our defn except for 2 2. Since the transpose swaps columns with rows, we can compute det(a) by expanding along the first column as in the formula below Formula det(a) = a 11 A 11 a 21 A 21 + + ( 1) n+1 a n1 A n1. In particular, if A is upper triangular in the sense that a ij = 0 whenever i > j, then det(a) is the product of the diagonal entries. E.g. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 29 / 33

Determinant of products Theorem det(ab) = det(a) det(b) Note that A, B square and AB defined = A, B have the same size. Proof. Hard, see my MATH2601 notes. E.g. Find the determinant of A 42 where A = 1 0 0 2 0. dx 0 4 4e π 2 1 1 0 (1 x 2 )(2 x 2 ) Corollary If A is invertible, then det(a) 0 & det(a 1 ) = det(a) 1. Proof. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 30 / 33

EROs and determinants Below we see how performing an ERO to get from A ERO B changes the determinant. Proposition 1 If A R i R j B, then det(b) = det(a). i.e. swapping two rows of a matrix negates the determinant. 2 If A R i =cr i B, then det(b) = c det(a). i.e, mutliplying a row by c multiplies the determinant by c. 3 If A R i =R i +cr j B, then det(b) = det(a). i.e, In particular, if two rows of A are the same, or A has a row of 0s, then det(a) = E.g. Suppose A M 44 has determinant 2. Find det(3a). Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 31 / 33

Computing determinants in practice Warning We don t compute determinants using the defn except for small or special matrices! In practice, a) we apply EROs to reduce A to row-echelon form U, b) record how we ve changed the determinant (see previous slide), & c) note U square & row-echelon = upper triangular so has readily computable determinant. 1 1 2 3 E.g. Find the determinant of A = 1 1 1 2 1 2 0 1 2 0 3 1 Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 32 / 33

Conclusions from the algorithm for computing determinants We can transform A into upper echelon form U by using ERO s of form R i R j & R i = R i + cr j only. Then det(a) = ± det(u). For this U, it has all leading columns iff all diagonal entries are non-zero iff det(u) 0. This gives Theorem A square matrix A is invertible iff det(a) 0. Remark The formula for inverting 2 2-matrices generalises (see Cramer s rule in my MATH2601 notes). It has det(a) in the denominator for A 1 and an otherwise well-defined numerator. Daniel Chan (UNSW) Chapter 5: Matrices Semester 1 2018 33 / 33