1 / 26

Math 307 Spring, 2003 Hentzel Time: 1:10-2:00 MWF Room: 1324 Howe Hall Instructor: Irvin Roy Hentzel Office 432 Carver P

Math 307 Spring, 2003 Hentzel Time: 1:10-2:00 MWF Room: 1324 Howe Hall Instructor: Irvin Roy Hentzel Office 432 Carver Phone 515-294-8141 E-mail: hentzel@iastate.edu http://www.math.iastate.edu/hentzel/class.307.ICN Text: Linear Algebra With Applications,

jadzia
Télécharger la présentation

Math 307 Spring, 2003 Hentzel Time: 1:10-2:00 MWF Room: 1324 Howe Hall Instructor: Irvin Roy Hentzel Office 432 Carver P

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Math 307 Spring, 2003 Hentzel Time: 1:10-2:00 MWF Room: 1324 Howe Hall Instructor: Irvin Roy Hentzel Office 432 Carver Phone 515-294-8141 E-mail: hentzel@iastate.edu http://www.math.iastate.edu/hentzel/class.307.ICN Text: Linear Algebra With Applications, Second Edition Otto Bretscher

  2. Wednesday, April 2 Chapter 6.1 Page 250 Problems 8,17,44,48 Main Idea: There is a magical number associated to a matrix called the determinant. Key Words: Determinants, Elementary Row Operations Det[A]=SUM sgn(p) a1p(1) a2p(2) ... a np(n) all p Goal: Learn the definition of a determinant. how the elementary row operations affect the determinant. det (A B) = det (A) det (B)

  3. Today we do the following. 1. Give definition of the determinant of A n x n 2. Show how the elementary row operations affect the determinant. 3. Show that det [ A B] = det [A] det[ B].

  4. The definition in English. Given A n x n (a) Pick n elements of A no two of which are in the same row or column. (b) Multiply then together. (c) Calculate the appropriate sign. (d) Do this for all possible choices of n elements. (e) The sum of these terms is the determinant of A.

  5. The definition using summation notation. Det[A] = SUM sgn(p) a1p(1) a2p(2) ... a np(n) all p The n elements are from n different rows, the one in the first row is a 1 p(1) ; the one in the second row is a 2 p(2) ; etc. Sgn(p) is the calculated sign. Sgn(p) depends on the second coordinates of the chosen elements.

  6. The sign of the term is computed by counting the number of times that a larger number precedes a smaller number in the second subscripts p(1) p(2) ... p(n). If that number is even the sgn is +1, if that number is odd, then the sgn is -1.

  7. Example: a14 a23 a32 a41 look at 4 3 2 1 there are six instances where a larger precedes a smaller. The sgn is +1.

  8. Example: a11 a23 a32 a44 look at 1 3 2 4 there is one instance where a larger number precedes a smaller. The sgn is -1.

  9. Example: | a11 a12 a13 | | a21 a22 a23 | | a31 a32 a33 | +a11 a22 a33 -a13 a22 a31 +a12 a23 a31 -a11 a23 a32 +a13 a21 a32 -a12 a21 a33

  10. Now we look at how the elementary row operations affect the determinant. (1) Switching two rows changes the sign of the determinant. (2) Multiply a row by a scalar c multiplies the determinant by c. (3) Adding a multiple of one row to another does not change the determinant.

  11. Elementary Row Operation (1). We first show that the statement is true if we switch two adjacent rows. When the rows are switched, the sign is computed with the positions p(i) and p(i+1) interchanged. This interchange increases the number of times a larger precedes a smaller when p( i ) < p(i+1).This interchange decreases the number of times a larger precedes a smaller When p( i ) > p(i+1). Since the sign changes for each term, the sign of the determinant is changed.

  12. If the rows switched are not adjacent, we do a series of adjacent switches which have the end result we want. Ri ------- xx | xx | r rows xx | ------| Rj We switch the Ri with each of the intermediate rows, Switch Ri and Rj, and then switch Rj with the intermediate rows. The final result has only Ri and Rj switched. In the process we made 2r+1 switches. The determinant has changed sign 2r+1 times and now is opposite what it originally was.

  13. Elementary Row Operation (2) Multiplying a row by a scalar c multiplies the determinant by c. | ---R1 --- | | --- R1 ----| | ---R2 --- | | --- R2 ----| | --- --- | | --- ----| Det | c Ri | = c Det | Ri | | --- --- | | --- ----| | --- --- | | --- ----| | ---Rn --- | | --- Rn ----| If we multiply the elements of a row by c, there appears exactly one c in each of the terms. We can factor the c out and place it before the summation.

  14. If A’ is A with row i multiplied by c then Det[ A’ ] =SUM sgn(p) a 1 p(1) ... (cai p(i) ).... an p(n). all p = c SUM sgn(p) a1 p(1) ... ai p(i) .... an p(n). all p = c Det[ A ].

  15. Elementary Row Operation (3). Adding a multiple of one row to another does not change the determinant. | --- R1 --- | | --- R1 ----| | --- R1 ----| | Ri + c Rj | | --- Ri ----| | --c Rj ----| | --- --- | | --- ----| | --- ----| Det | --- --- | = | --- ----| + | --- ----| | --- Rj --- | | --- Rj ----| | --- Rj ----| | --- --- | | --- ----| | --- ----| | --- Rn --- | | --- Rn ----| | --- Rn ----|

  16. This is true because each term in the summation has one entry from Ri + c Rj. The term can be expanded into two pieces. Put the part from Ri into the first and the part from c Rj into the second.

  17. | --- R1 ----| | --- R1 ----| | --- Ri ----| | -- Rj ----| | --- ----| | --- ----| = | --- ----| +c | --- ----| | --- Rj ----| | --- Rj ----| | --- ----| | --- ----| | --- Rn ----| | --- Rn ----| The c can be brought outside by using Elementary Row Operation (2)

  18. | --- R1 ----| | --- Ri ----| | --- ----| = | --- ----| + 0 | --- Rj ----| | --- ----| | --- Rn ----| The determinant of a matrix with two identical rows has to be zero.

  19. If we switch the identical rows, the sign of the determinant must change by Elementary Row Operation (1). But since the rows were identical, the determinant has to be the same. Det(A) = - Det(A) only happens when Det(A) = 0.

  20. We can summarize the above results in this way. If E is an Elementary Row Operation Matrix, then Det [ E A] = Det [ E ] Det[ A ] for any A n x n.

  21. Theorem: A is invertible <==> Det[A] = 0. Proof: A is invertible <==> RCF(A) = I. If RCF(A) = I, then Det[ RCF(A) ] = 1. If RCF(A) =/= I, then Det[ RCF(A) ] = 0 since RCF(A) has a row of zeros. Thus A is invertible <==> Det[ RCF(A) ] =/= 0.

  22. Reduce A to row canonical form using elementary row operations. Ek Ek-1 ... E3 E2 E1 A = RCF(A). Using the fact that Det[ E A ] = Det[ E] Det[ A ] Det [Ek] … Det [E1] Det [A] = Det[ RCF(A) ]. Since each of the factors Det[ Ei ] is nonzero, Det[A] = 0 <==> Det[ RCF( A ) ] = 0.

  23. Combine this with the first statement says that A is invertible <==> Det [A] =/= 0.

  24. Theorem: Det [ A B ] = Det [A] Det [B]. Proof. If A is not invertible, then A B is not invertible and so Det[A] = 0, Det[A B] = 0 Det [A B ] = Det [A] Det [B].

  25. If A is invertible, then A is a product of Elementary Row Operation Matrices. A = E1 E2 ... Ek. Det[ A B ] = Det[ E1 E2 ... Ek B] = Det [E1] Det [E2] ... Det [Ek] Det [B] = Det [E1 E2 ... Ek] Det [B] = Det [A] Det [B].

More Related