1 / 34

Section 3.1 The Determinant of a Matrix

Section 3.1 The Determinant of a Matrix. Determinants are computed only on square matrices. Notation: det ( A ) or | A | For 1 x 1 matrices: det ( [ k ] ) = k. Determinants are computed only on square matrices. Notation: det ( A ) or | A | For 1 x 1 matrices: det ( [ k ] ) = k

yama
Download Presentation

Section 3.1 The Determinant of a Matrix

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. Section 3.1The Determinant of a Matrix

  2. Determinants are computed only on square matrices. Notation: det(A) or |A| For 1x1 matrices: det( [k] ) = k

  3. Determinants are computed only on square matrices. Notation: det(A) or |A| For 1x1 matrices: det( [k] ) = k For 2x2 matrices: For larger matrices, we define a determinant in terms of cofactors.

  4. Def. If A is a square matrix, then the ijminor, denoted Mij, is the determinant of the matrix obtained by deleting the ith row and the jth column of A. The ijcofactor , denoted Cij,is given by Cij = (-1)i+jMij

  5. Ex. Find C23 and C13 for the matrix

  6. Computing determinants by the cofactor expansion. The determinant of an nxnmatrix A can be computed by expanding along the ith row: The determinant of an nxnmatrix A can be computed by expanding along the jth column:

  7. Ex. Compute the determinant of

  8. Ex. Compute the determinant of

  9. Triangular matrices: If A is a triangular matrix then det(A) = a11 a22a33 · · · ann

  10. Triangular matrices: A = det(A) =

  11. Section 3.2Evaluation of a Determinant Using Elementary Operations

  12. We computed determinants by the “cofactor expansion method” in the previous section. We shall introduce a new method which involves placing a given matrix into triangular form via elementary row operations. Why even bother with a second method for computing determinants if we already have one that works?

  13. There are some problems in math that are theoretically simple but practically impossible. Think, for example, of a determinant of a 50x50 matrix. When computed by expanding by cofactors, this involves : 50 different 49x49 determinants. Each one of these 49x49 determinants requires 49 different 48x48 determinants. Each one of these 48x48 determinants requires 48 different 47x47 determinants. Each one of these . . . . We end up with a total of 50∙49∙48∙47∙ ∙ ∙6∙5∙4∙3 different 2x2 determinants (this is about 1064 2x2 determinants that must be calculated). Even if a computer could calculate one million 2x2 determinants per second, it would take about 1058 seconds (about 1050 years) to finish calculating our 50x50 determinant. (According to the big bang theory, the universe is only about 1010 years old.)

  14. Order n Cofactor Expansion Row Reduction Additions Multiplications Additions Multiplications 3 5 9 5 10 5 119 205 30 45 10 3,628,799 6,235,300 285 339

  15. Suppose that B is the triangular matrix obtained from A through row operations. We need to exploit the relationship between det(B) and det(A). To do so, we must first see how each row operation affects the value of a determinant.

  16. Theorem: Suppose that A* was obtained from A through a single elementary row operation. i. If that operation was Ri↔ Rj then we have: det(A*) = –det(A). ii. If that operation was Ri + cRj→ Ri then we have: det(A*) = det(A). iii. If that operation was cRi→ Ri then we have: det(A*) = cdet(A).

  17. Ex. Verify iii. above is true on the following matrices:

  18. Ex. Suppose . Compute the determinants of the following matrices. (a)

  19. Ex. Suppose . Compute the determinants of the following matrices. (b)

  20. Ex. Suppose . Compute the determinants of the following matrices. (c)

  21. Ex. Use elementary row operations to compute the determinant of

  22. If det(A) = 0, what do we know about the triangular matrix obtained by applying row operations on A?

  23. If det(A) ≠ 0, then there is only one solution to a system represented by AX = B.

  24. Section 3.3Properties of Determinants

  25. Let and . Then AB is . Compute: det(A) det(B) det(AB)

  26. Theorem: Suppose A and B are nxn matrices and c is a scalar. 1. det(AB) = _________________ 2. det(cA) = _________________ 3. det(AT) = _________________ det(A) det(B) cndet(A) det(A)

  27. Theorem: det(A-1) = ___________

  28. Theorem: If A is invertible then det(A) ≠ 0.

  29. Theorem: Let A be an nxn matrix. The following are equivalent: 1. A is invertible. 2. AX = B has a unique solution. 3. AX = O has only the trivial solution. 4. rref(A) = I. 5. det(A) ≠ 0.

  30. Section 3.5Applications of Determinants

  31. Cramer’s Rule:

  32. Consider the following system of linear equations represented by the matrix equation AX = B: a11x1 + a12x2 + · · · + a1nxn = b1 a21x1 + a22x2 + · · · + a2nxn = b2 a31x1 + a32x2 + · · · + a3nxn = b3 : : : an1x1 + an2x2 + · · · + annxn = bn Now, think of A in terms of its column vectors: A = [ a1a2a3 · · · an ] Define A1 = [ ba2a3 · · · an ] A2 = [ a1ba3 · · · an ] A3 = [ a1a2b · · · an ] : : : An = [ a1a2a3 · · · b ]

  33. If det(A) ≠ 0 then there is a unique solution to AX = B which can be computed by:

  34. Ex. Use Cramer’s rule to solve the following: x – y + 3z = 2 2x + y – z = 5 –x + y – 4z = –4

More Related