1 / 66

Chapter 3 Determinants

Chapter 3 Determinants. 3.1 The Determinant of a Matrix 3.2 Determinant and Elementary Operations 3.3 Properties of Determinants 3.4 Application of Determinants. Elementary Linear Algebra 投影片設計編製者

marius
Télécharger la présentation

Chapter 3 Determinants

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. Chapter 3Determinants 3.1 The Determinant of a Matrix 3.2 Determinant and Elementary Operations 3.3 Properties of Determinants 3.4 Application of Determinants Elementary Linear Algebra 投影片設計編製者 R. Larson (7 Edition) 淡江大學 電機系 翁慶昌 教授

  2. CH 3 Linear Algebra Applied Volume of a Solid (p.108) Engineering and Control (p.124) Sudoku (p.114) Planetary Orbits (p.135)Textbook Publishing (p.137)

  3. 3.1 The Determinant of a Matrix • the determinant of a 2 × 2 matrix: • Note: Elementary Linear Algebra: Section 3.1, p.104

  4. Ex. 1: (The determinant of a matrix of order 2) • Note: The determinant of a matrix can be positive, zero, or negative. Elementary Linear Algebra: Section 3.1, p.104

  5. Minor of the entry : The determinant of the matrix determined by deleting the ith row and jth column of A • Cofactor of : Elementary Linear Algebra: Section 3.1, p.105

  6. Ex: Elementary Linear Algebra: Section 3.1, p.105

  7. Notes: Sign pattern for cofactors 3 × 3 matrix 4 × 4 matrix n ×n matrix • Notes: Odd positions (where i+j is odd) have negative signs, and even positions (where i+j is even) have positive signs. Elementary Linear Algebra: Section 3.1, p.105

  8. Ex 2: Find all the minors and cofactors of A. Sol: (1) All the minors of A. Elementary Linear Algebra: Section 3.1, p.105

  9. Sol: (2) All the cofactors of A. Elementary Linear Algebra: Section 3.1, p.105

  10. Thm 3.1: (Expansion by cofactors) Let A isasquare matrix of order n. Then the determinant of A is given by (Cofactor expansion along the i-th row, i=1, 2,…, n) or (Cofactor expansion along the j-th column, j=1, 2,…, n ) Elementary Linear Algebra: Section 3.1, p.107

  11. Ex: The determinant of a matrix of order 3 Elementary Linear Algebra: Section 3.1, Addition

  12. Ex 3: The determinant of a matrix of order 3 Sol: Elementary Linear Algebra: Section 3.1, p.106

  13. Ex 5: (The determinant of a matrix of order 3) Sol: Elementary Linear Algebra: Section 3.1, p.108

  14. Notes: The row (or column) containing the most zeros is the best choice for expansion by cofactors . • Ex 4: (The determinant of a matrix of order 4) Elementary Linear Algebra: Section 3.1, p.107

  15. Sol: Elementary Linear Algebra: Section 3.1, p.107

  16. The determinant of a matrix of order 3: Subtract these three products. Add these three products. Elementary Linear Algebra: Section 3.1, p.108

  17. Ex 5: –4 0 6 0 –12 16 Elementary Linear Algebra: Section 3.1, p.108

  18. Upper triangular matrix: All the entries below the main diagonal are zeros. • Lower triangular matrix: All the entries above the main diagonal are zeros. • Diagonal matrix: All the entries above and below the main diagonal are zeros. • Note: A matrix that is both upper and lower triangular is called diagonal. Elementary Linear Algebra: Section 3.1, p.109

  19. Ex: diagonal lower triangular upper triangular Elementary Linear Algebra: Section 3.1, p.109

  20. Thm 3.2: (Determinant of a Triangular Matrix) If A is an n × n triangular matrix (upper triangular, lower triangular, or diagonal), then its determinant is the product of the entries on the main diagonal. That is Elementary Linear Algebra: Section 3.1, p.109

  21. Ex 6: Find the determinants of the following triangular matrices. (b) (a) Sol: |A| = (2)(–2)(1)(3) = –12 (a) |B| = (–1)(3)(2)(4)(–2) = 48 (b) Elementary Linear Algebra: Section 3.1, p.109

  22. Key Learning in Section 3.1 • Calculate the determinant of 2x2 matrix. • Calculate the minor and cofactor of an entry in a matrix. • Learn cofactor expansion. • Calculate the determinant of upper triangular, lower triangular and diagonal matrices.

  23. Keywords in Section 3.1 • determinant : 行列式 • minor : 子行列式 • cofactor : 餘因子 • expansion by cofactors : 餘因子展開 • upper triangular matrix: 上三角矩陣 • lower triangular matrix: 下三角矩陣 • diagonal matrix: 對角矩陣

  24. 3.2 Evaluation of a determinant using elementary operations • Thm 3.3: (Elementary row operations and determinants) Let A and B be square matrices. Elementary Linear Algebra: Section 3.2, p.113

  25. Ex: Elementary Linear Algebra: Section 3.2, Addition

  26. Notes: Elementary Linear Algebra: Section 3.2, Addition

  27. Sol: Note: A row-echelon form of a square matrix is always upper triangular. • Ex 2: (Evaluate a determinant using elementary row operations) Elementary Linear Algebra: Section 3.2, p.113

  28. Elementary Linear Algebra: Section 3.2, p.113

  29. Notes: Elementary Linear Algebra: Section 3.2, Addition

  30. Determinants and elementary column operations • Thm: (Elementary column operations and determinants) Let A and B be square matrices. Elementary Linear Algebra: Section 3.2, p.114

  31. Ex: Elementary Linear Algebra: Section 3.2, p.114

  32. Thm 3.4: (Conditions that yield a zero determinant) If A is a square matrix and any of the following conditions is true, then det (A) = 0. (a) An entire row (or an entire column) consists of zeros. (b) Two rows (or two columns) are equal. (c) One row (or column) is a multiple of another row (or column). Elementary Linear Algebra: Section 3.2, p.115

  33. Ex: Elementary Linear Algebra: Section 3.2, Addition

  34. Note: Elementary Linear Algebra: Section 3.2, p.116

  35. Ex 5: (Evaluating a determinant) Sol: Elementary Linear Algebra: Section 3.2, p.116

  36. Ex 6: (Evaluating a determinant) Sol: Elementary Linear Algebra: Section 3.2, p.117

  37. Elementary Linear Algebra: Section 3.2, p.117

  38. Key Learning in Section 3.2 • Learn relationships between elementary row operations and determinant. • Learn relationships between elementary column operations and determinant. • Learn conditions that yield zero determinant. • Evaluate the determinant using elementary row operations.

  39. Keywords in Section 3.2 • determinant : 行列式 • elementary row operation: 基本列運算 • row equivalent: 列等價 • elementary matrix: 基本矩陣 • elementary columnoperation: 基本行運算 • column equivalent: 行等價

  40. 休息一下消化剛上課的內容吧~ • 猩猩與猴子最怕什麼線?

  41. 3.3 Properties of Determinants • Notes: • Thm 3.5: (Determinant of a matrix product) det (AB) = det (A) det (B) (1) det (EA) = det (E) det (A) (2) (3) Elementary Linear Algebra: Section 3.3, p.120

  42. Ex 1: (The determinant of a matrix product) Find |A|, |B|, and |AB| Sol: Elementary Linear Algebra: Section 3.3, p.120

  43. Check: |AB| = |A| |B| Elementary Linear Algebra: Section 3.3, p.120

  44. Ex 2: • Thm 3.6: (Determinant of a scalar multiple of a matrix) If A is an n × n matrix and c is a scalar, then det (cA) = cn det (A) Find |A|. Sol: Elementary Linear Algebra: Section 3.3, p.121

  45. Thm 3.7: (Determinant of an invertible matrix) • Ex 3: (Classifying square matrices as singular or nonsingular) A square matrix A is invertible (nonsingular) if and only if det (A)  0 Sol: A has no inverse (it is singular). B has an inverse (it is nonsingular). Elementary Linear Algebra: Section 3.3, p.122

  46. Ex 4: • Thm 3.8: (Determinant of an inverse matrix) • Thm 3.9: (Determinant of a transpose) (a) (b) Sol: Elementary Linear Algebra: Section 3.3, pp.122-124

  47. If A is an n × n matrix, then the following statements are equivalent. • Equivalent conditions for a nonsingular matrix: (1) A is invertible. (2) Ax = b has a unique solution for every n × 1 matrix b. (3) Ax = 0 has only the trivial solution. (4) A is row-equivalent to In (5) A can be written as the product of elementary matrices. (6) det (A)  0 Elementary Linear Algebra: Section 3.3, p.123

  48. Ex 5: Which of the following system has a unique solution? (a) (b) Elementary Linear Algebra: Section 3.3, p.123

  49. Sol: (a) This system does not have a unique solution. (b) This system has a unique solution. Elementary Linear Algebra: Section 3.3, p.123

  50. Key Learning in Section 3.3 • Learn determinant of matrix product. • Learn determinant of a matrix multiplied by a scalar. • Learn determinant of a matrix inverse. • Lear conditions for an invertible matrix.

More Related