Presentation is loading. Please wait.

Presentation is loading. Please wait.

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.

Similar presentations


Presentation on theme: "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."— Presentation transcript:

1 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 投影片設計編製者 R. Larson (7 Edition) 淡江大學 電機系 翁慶昌 教授

2 2/64 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/64 3.1 The Determinant of a Matrix the determinant of a 2 × 2 matrix: Note: Elementary Linear Algebra: Section 3.1, p.104

4 4/64 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 5/64 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 6/64 Ex: Elementary Linear Algebra: Section 3.1, p.105

7 7/64 Notes: Sign pattern for cofactors Elementary Linear Algebra: Section 3.1, p.105 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.

8 8/64 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 9/64 Elementary Linear Algebra: Section 3.1, p.105 Sol: (2) All the cofactors of A.

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

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

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

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

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

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

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

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

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

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

20 20/64 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 21/64 Ex 6: Find the determinants of the following triangular matrices. (a)(a) (b)(b) |A| = (2)(–2)(1)(3) = –12 |B| = (–1)(3)(2)(4)(–2) = 48 (a)(a) (b)(b) Sol: Elementary Linear Algebra: Section 3.1, p.109

22 22/64 Key Learning in Section 3.1 Determine whether two matrices are equal. Add and subtract matrices and multiply a matrix by a scalar. Multiply two matrices. Use matrices to solve a system of linear equations. Partition a matrix and write a linear combination of column vectors..

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

24 24/64 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 25/64 Ex: Elementary Linear Algebra: Section 3.2, Addition

26 26/64 Notes: Elementary Linear Algebra: Section 3.2, Addition

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

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

29 29/64 Notes: Elementary Linear Algebra: Section 3.2, Addition

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

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

32 32/64 Thm 3.4: (Conditions that yield a zero determinant) (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). If A is a square matrix and any of the following conditions is true, then det (A) = 0. Elementary Linear Algebra: Section 3.2, p.115

33 33/64 Ex: Elementary Linear Algebra: Section 3.2, Addition

34 34/64 Cofactor ExpansionRow Reduction Order n AdditionsMultiplications Additions Multiplications 359510 51192053045 103,628,7996,235,300285339 Note: Elementary Linear Algebra: Section 3.2, p.116

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

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

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

38 38/64 Key Learning in Section 3.2 Determine whether two matrices are equal. Add and subtract matrices and multiply a matrix by a scalar. Multiply two matrices. Use matrices to solve a system of linear equations. Partition a matrix and write a linear combination of column vectors.

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

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

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

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

43 43/64 Ex 2: Find |A|. Sol: 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) = c n det (A) Elementary Linear Algebra: Section 3.3, p.121

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

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

46 46/64 If A is an n × n matrix, then the following statements are equivalent. (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 I n (5) A can be written as the product of elementary matrices. (6) det (A)  0 Equivalent conditions for a nonsingular matrix: Elementary Linear Algebra: Section 3.3, p.123

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

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

49 49/64 Key Learning in Section 3.3 Determine whether two matrices are equal. Add and subtract matrices and multiply a matrix by a scalar. Multiply two matrices. Use matrices to solve a system of linear equations. Partition a matrix and write a linear combination of column vectors.

50 50/64 Keywords in Section 3.3 determinant: 行列式 matrix multiplication: 矩陣相乘 scalar multiplication: 純量積 invertible matrix: 可逆矩陣 inverse matrix: 反矩陣 nonsingular matrix: 非奇異矩陣 transpose matrix: 轉置矩陣

51 51/64 3.4 Applications of Determinants Matrix of cofactors of A: Adjoint matrix of A: Elementary Linear Algebra: Section 3.4, p.128

52 52/64 Thm 3.10 : (The inverse of a matrix given by its adjoint) If A is an n × n invertible matrix, then Ex: Elementary Linear Algebra: Section 3.4, p.129

53 53/64 Ex 1 & Ex 2: (a) Find the adjoint of A. (b) Use the adjoint of A to find Sol: Elementary Linear Algebra: Section 3.4, pp.128-129

54 54/64 cofactor matrix of A adjoint matrix of A inverse matrix of A Check: Elementary Linear Algebra: Section 3.4, pp.128-129

55 55/64 Thm 3.11 : (Cramer’s Rule) (this system has a unique solution) Elementary Linear Algebra: Section 3.4, p.131

56 56/64 ( i.e.) Elementary Linear Algebra: Section 3.4, p.131

57 57/64 Pf: A x = b, Elementary Linear Algebra: Section 3.4, p.131

58 58/64 Elementary Linear Algebra: Section 3.4, p.131

59 59/64 Ex 4: Use Cramer’s rule to solve the system of linear equations. Sol: Elementary Linear Algebra: Section 3.4, p.131

60 60/64 Keywords in Section 3.4 matrix of cofactors : 餘因子矩陣 adjoint matrix : 伴隨矩陣 Cramer’s rule : Cramer 法則

61 61/64 Volume of a Solid If x, y and z are continuous functions of u, v, and w with continuous first partial derivatives, then the Jacobians J(u, v) and J(u, v, w) are defined as the determinants And one practical use of Jacobians is in finding the volume of a solid region. In Section 3.4, you will study a formula, which also uses determinants, for finding the volume of a tetrahedron. In the Chapter 3 Review, you are asked to find the Jacobian of a given set of functions. (See Review Exercises 49–52.) 3.1 Linear Algebra Applied Elementary Linear Algebra: Section 3.1, p.108

62 62/64 Sudoku In the number-placement puzzle Sudoku, the object is to fill out a partially completed 9  9 grid of boxes with numbers from 1 to 9 so that each column, row, and 3  3 sub-grid contains each of these numbers without repetition. For a completed Sudoku grid to be valid, no two rows (or columns) will have the numbers in the same order. If this should happen in a row or column, then the determinant of the matrix formed by the numbers in the grid will be zero. This is a direct result of condition 2 of Theorem 3.4. 3.2 Linear Algebra Applied Elementary Linear Algebra: Section 3.2, p.114

63 63/64 Engineering and Control Systems of linear differential equations often arise in engineering and control theory. For a function f(t) that is defined for all positive values of t the Laplace transform of f(t) is given by Laplace transforms and Cramer’s Rule, which uses determinants to solve a system of linear equations, can often be used to solve a system of differential equations. You will study Cramer’s Rule in the next section. 3.3 Linear Algebra Applied Elementary Linear Algebra: Section 3.3, p.124

64 64/64 Planetary Orbits According to Kepler’s First Law of Planetary Motion, the orbits of the planets are ellipses, with the sun at one focus of the ellipse. The general equation of a conic section (such as an ellipse) is ax 2 + bxy + cy 2 + dx + ey+ f = 0. To determine the equation of the orbit of a planet, an astronomer can find the coordinates of the planet along its orbit at five different points (x i, y i ) where i = 1, 2, 3, 4, and 5, and then use the determinant 3.4 Linear Algebra Applied Elementary Linear Algebra: Section 3.4, p.135


Download ppt "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."

Similar presentations


Ads by Google