Determinant: 3.3 Properties of Determinants

Similar documents
The matrix will only be consistent if the last entry of row three is 0, meaning 2b 3 + b 2 b 1 = 0.

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

7.6 The Inverse of a Square Matrix

Chapter 2 Notes, Linear Algebra 5e Lay

Fall Inverse of a matrix. Institute: UC San Diego. Authors: Alexander Knop

Math 313 Chapter 1 Review

Multiplying matrices by diagonal matrices is faster than usual matrix multiplication.

22A-2 SUMMER 2014 LECTURE 5

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

Introduction to Determinants

3.4 Elementary Matrices and Matrix Inverse

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

Elementary Row Operations on Matrices

Review Let A, B, and C be matrices of the same size, and let r and s be scalars. Then

Lecture 10: Determinants and Cramer s Rule

Methods for Solving Linear Systems Part 2

Section 2.2: The Inverse of a Matrix

CHAPTER 8: Matrices and Determinants

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions.

E k E k 1 E 2 E 1 A = B

Determinant: 3.2 Evaluation of Determinant with Elementary

GAUSSIAN ELIMINATION AND LU DECOMPOSITION (SUPPLEMENT FOR MA511)

6-2 Matrix Multiplication, Inverses and Determinants

Kevin James. MTHSC 3110 Section 2.2 Inverses of Matrices

1300 Linear Algebra and Vector Geometry

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

Matrix operations Linear Algebra with Computer Science Application

If A is a 4 6 matrix and B is a 6 3 matrix then the dimension of AB is A. 4 6 B. 6 6 C. 4 3 D. 3 4 E. Undefined

MATRICES AND MATRIX OPERATIONS

Inverting Matrices. 1 Properties of Transpose. 2 Matrix Algebra. P. Danziger 3.2, 3.3

3 Fields, Elementary Matrices and Calculating Inverses

Lesson 3. Inverse of Matrices by Determinants and Gauss-Jordan Method

Numerical Linear Algebra Homework Assignment - Week 2

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

Chapter 3. Determinants and Eigenvalues

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Lesson U2.1 Study Guide

Chapter 4. Determinants

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

MTH 464: Computational Linear Algebra

POLI270 - Linear Algebra

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

18.06SC Final Exam Solutions

Linear Systems and Matrices

Determinant of a Matrix

INVERSE OF A MATRIX [2.2]

Section 12.4 Algebra of Matrices

ORIE 6300 Mathematical Programming I August 25, Recitation 1

Elementary Linear Algebra

Lecture 6 & 7. Shuanglin Shao. September 16th and 18th, 2013

a s 1.3 Matrix Multiplication. Know how to multiply two matrices and be able to write down the formula

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

Things we can already do with matrices. Unit II - Matrix arithmetic. Defining the matrix product. Things that fail in matrix arithmetic

Math 240 Calculus III

4 Elementary matrices, continued

Linear Algebra March 16, 2019

Linear Algebra II. 2 Matrices. Notes 2 21st October Matrix algebra

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

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.

Introduction to Matrices

HW2 Solutions

Elementary matrices, continued. To summarize, we have identified 3 types of row operations and their corresponding

Digital Workbook for GRA 6035 Mathematics

Properties of the Determinant Function

Linear Algebra. Solving Linear Systems. Copyright 2005, W.R. Winfrey

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

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Lecture 8: Determinants I

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.

1 - Systems of Linear Equations

II. Determinant Functions

Matrix & Linear Algebra

Matrix Arithmetic. j=1

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved.

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

Matrices, Row Reduction of Matrices

Math 3191 Applied Linear Algebra

4 Elementary matrices, continued

Elementary maths for GMT

Calculating determinants for larger matrices

Chapter 4. Solving Systems of Equations. Chapter 4

Chapter 3: Theory Review: Solutions Math 308 F Spring 2015

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

Extra Problems: Chapter 1

Linear Algebra and Matrix Inversion

Linear Algebra for Beginners Open Doors to Great Careers. Richard Han

MAC Learning Objectives. Learning Objectives (Cont.) Module 10 System of Equations and Inequalities II

Introduction to Matrices and Linear Systems Ch. 3

8-15. Stop by or call (630)

Elementary Linear Algebra. Howard Anton & Chris Rorres

Problem Sheet 1 with Solutions GRA 6035 Mathematics

Solutions to Exam I MATH 304, section 6

Matrix Solutions to Linear Equations

Chapter 1 Matrices and Systems of Equations

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

ANALYTICAL MATHEMATICS FOR APPLICATIONS 2018 LECTURE NOTES 3

Matrix notation. A nm : n m : size of the matrix. m : no of columns, n: no of rows. Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1

Matrices and systems of linear equations

Linear Algebra, Vectors and Matrices

Applied Matrix Algebra Lecture Notes Section 2.2. Gerald Höhn Department of Mathematics, Kansas State University

Transcription:

Determinant: 3.3 Properties of Determinants Summer 2017

The most incomprehensible thing about the world is that it is comprehensible. - Albert Einstein

Goals Learn some basic properties of determinant. Among them are: Determinant of the product of two matrices is the product of the determinant of the two matrices: AB = A B. For a n n matrix A and a scalar c we have ca = c n A Also, if A 0 = A 1 = 1 A. A square matrix A is invertible A 0.

Theorem 3.3.1: The Product Formula If A, B are two square matrix of order n then AB = A B. Proof. (It is too long, so will not be in the exams.) However, suppose E is an elmentary metix. If E is obtained by switching two rows of I n then E = 1. Then, EB is the matrix obtained by switching two rows of B. By the theorem is 3.2, EB = B = E B If E is obtained by multiplying a row of I n by c, then E = c. Then, EB is the matrix obtained by multiplying the same row of B by c. By the same theorem ( 3.2), EB = c B = E B

Continued Preview If E is obtained by adding a scalar multiple of a row of I n to another row,then E = 1. Then, EB is the matrix obtained by doing the same with rows of B. By the same theorem ( 3.2), EB = B = E B So, if E is elementary EB = E B (1) From this it follows that, by repeated application, for elementary matrices E 1,..., E k we have E 1 E 2 E k B = E 1 (E 2 E k B) = E 1 E 2 E k B

Continued Preview If A is invertible, by theorem above, A = E 1 E 2 E k, for some elementary matrices E i. So. AB = E 1 E 2 E k B = E 1 E 2 E k B = E 1 E 2 E k B = A B.

Continued Preview If A is not invertible, then A is row equivalent to a matrix C with an entire row zero. That means E 1 E 2 E n A has an entire row zero, where E i are elementary. Expanding by a zero row, we have E k E 2 E 1 A = 0. By Equation 1, E k 1 E 2 E 1 A = 0. Inductively, it follows A = 0. Since E 1 E 2 E n A has an entire row zero, so does E 1 E 2 E n AB. Therefore E 1 E 2 E n AB = 0. Again, by repeated use of Equation 1, it follows AB = 0. So, AB = 0 = 0 B = A B This completes the proof.

Product of more than 2 matrices Corallary 3.3.2: If A 1, A 2,... A k are k matrices then A 1 A 2 A k = A 1 A 2 A k Proof. For 2 matrices this is true by theorem 3.5. For more than two matrices, we use induction: A 1 (A 2 A k ) = A 1 (A 2 A k ) = A 1 A 2 A k The proof is complete.

Example 3.3.1 Preview A = 2 1 3 1 3 1 7 3 2, B = 2 3 1 13 4 5 3 9 8 Verify AB = A B. Solution: We have to compute AB, AB, A, B verify AB = A B. 2 1 3 2 3 1 AB = 1 3 1 13 4 5 7 3 2 3 9 8

Continued Preview 4 + 13 + 9 6 + 4 + 27 2 + 5 24 2 + 39 + 3 3 + 12 + 9 1 + 15 8 14 39 + 6 21 12 + 18 7 15 16 = 26 37 17 40 18 6 19 27 24

Continued Preview We will compute the determinant of AB by writing the first two columns to the right: 26 37 17 26 37 40 18 6 40 18 19 27 24 19 27 Recall the determiant is the (sum of product of the entries in the left to right diagonals) (sum of product of the entries in the right to left diagonals). So, AB = 33810 ( 25494) = 8316

Continued Preview We will compute the determinant of A in the same way. So, write the first tow columns on the right side of A: 2 1 3 2 1 1 3 1 1 3 7 3 2 7 3 So, A = (12 + 7 + 9) (63 6 2) = 27

Continued Preview For a change, we will compute B be expanding by co-factors along the first row. The cofactors C 11 = ( 1) 1+1 4 5 9 8 = 77, C 12 = ( 1) 1+2 13 5 3 8 = 119 C 13 = ( 1) 1+3 13 4 3 9 = 105 B = 2 ( 77) + 3 119 + 1 105 = 308 Finally, A B = ( 27) 308 = 8316 = AB is varyfied.

Theorem 3.3.3 Preview Let A be an n n matrix and c be a scalar. Then, ca = c n A Proof. Let C = c 0 0 0 c 0 0 0 0 0 c be the diagonal matrix. of size n n. Then, by the product formula ca = CA = C A = c n A. The proof is complete.

Theorem 3.3.4: Determinant of A 1, If A is invertible (of order n), then A 1 = 1 A Proof. We have AA 1 = I n. So, AA 1 = I n = 1. By Product Formula A A 1 = 1 So, The proof is complete. A 1 = 1 A

Determinant of Elementary Marrices First, note I n = 1. Theorem. Let E be an elementary n n matrix. Then If E is obtained by adding a constant multiple of a row of I n to another row of I n, then E = I n = 1. If E is obtained from In by multiplying a row of I n by a scalar c, then E = c I n = c. If E is obtained from In by switching two rows of I n then E = I n = 1.

Theorem 3.3.5 Preview Suppose A is a square matrix (of order n). Then, A is invertible (nonsingualar) A 0. Proof. There are two statements to be proved. First, if A is invertible, we would prove A 0. In this case, AA 1 = I n. so A A 1 = AA 1 = I n = 1. So, A 0.

Continued Preview Now we prove the converse. We assume A 0, and prove that A is invertible. Notice A T = A 0. By using Gauss-Jordan elimination, for some matrix E, which is product of elementary matrices, EA is in reduced row-echelon form. Write B = EA. Since, B is in reduced row-echelon form, either B = I n or B has an entire row zero. If B has an entire row zero then B = 0. In that case 0 = B = E A = 0. Since E 0, A = 0. which contradicts the hypothesis. So, B = I n So, EA = I n. So, A has a left inverse. Likewise, there is a matrix F such that FA T = I. Taking transpose AF T = I n. So, A has a right inverse. Now, if follows from the lemma in the next frame E = F T and A has an inverse.

Left and Right Inverses Lemma: Suppose A is a square matrix of order n. Suppose A has a left inverse B, meaning BA = I n. Also suppose A has right inverse C, meaning AC = I n. Then, B = C and A 1 = B = C. Proof. We have B = BI n = B(AC) = (BA)C = I n C = C.

Theorem 3.3.6: Nonsingularity Let A be square matrix of order n. Then the following are equivalent: A is nonsingular The system Aa = b has a unique solution, for all n 1 matrix b. The system Aa = 0 has only the trivial solution. A is row-equivalent to I n. A can be written as product of elementary matrices. A 0.

Continued Preview Proof. It follows by combining everything we proves above. We skip the details. Remark: This theorem summarizes as lot of things we did above. So, it is very important and useful.

Theorem 3.3.7: Determinant of transpose Let A be a square matrix of order n. Then, A T = A.

Example 3.3.2. = 2 3 8 5 2 6 1 4 3 7 9 16 10 4 A = 12 2 8 6 14 18 = 8 6 1 4 8 5 2 3 7 9 = +8 1 6 4 5 8 2 7 3 9 (Last two steps represent switching first and second rows, and then first and second column.)

Now subtract 5 times first row from second, and then subtract 7 times first row from last. 1 6 4 = 8 0 22 18 0 39 19 Expand by first column: ( = 8 1( 1) 2 22 18 39 19 ) + 0 ( 1)3 C 21 + 0 ( 1) 4 C 31 = 8(22 19 18 39) = 2272

Example 3.3.3 Let A = 1 5 4 0 6 2 0 0 3 Compute A T Compute A 2 Compute AA T Compute 2A Compute A 1

Solution. First A is a triangular matrix and A = 18. So, A T = A = 18 Compute A 2 = A 2 = (18) 2 = 324 Compute AA T = A A T = A A = 324 Compute 2A = 2 3 A = 8 18 = 144 Compute A 1 = 1 A = 1 18

Example 3.3.4 A = 4 1 16 16 4 64 5 5 16 Is A non-singular (i. e. invertible)? Solution: We know, A is non-singular if and only if A 0. 4 1 16 A = 16 4 64 5 5 16 = 4 4 1 16 4 1 16 5 5 16 = 0 because first and second rows are identical. Since A = 0 A is singular (i. e. not non-singular).

Example 3.3.5. 4x y +16z = 3 2x +.5y 4z = 11 5x +5y +16z = 1 Does this system have a unique solution? Solution: A sysmtem of 3 equiations in three variables, has unique solution if the coefficiant matrix A is non-singular. Which is, if A 0. Here the coefficiant matrix A = 4 1 16 2.5 4 5 5 16 and A = 0, because first row is 2 times the second row. So, the system does not have unique solution.