Elementary Linear Algebra Anton - PowerPoint PPT Presentation

1 / 51
About This Presentation
Title:

Elementary Linear Algebra Anton

Description:

If E results from interchanging two rows of In, then det(E) = -1 ... A square matrix A is invertible if and only if det(A) 0. Example 3. Elementary Linear Algebra ... – PowerPoint PPT presentation

Number of Views:553
Avg rating:3.0/5.0
Slides: 52
Provided by: hueiyu
Category:

less

Transcript and Presenter's Notes

Title: Elementary Linear Algebra Anton


1
Elementary Linear AlgebraAnton Rorres, 9th
Edition
  • Lecture Set 02
  • Chapter 2
  • Determinants

2
Chapter Content
  • Determinants by Cofactor Expansion
  • Evaluating Determinants by Row Reduction
  • Properties of the Determinant Function
  • A Combinatorial Approach to Determinants

3
2-1 Minor and Cofactor
  • Definition
  • Let A be m?n
  • The (i,j)-minor of A, denoted Mij is the
    determinant of the (n-1) ?(n-1) matrix formed by
    deleting the ith row and jth column from A
  • The (i,j)-cofactor of A, denoted Cij, is (-1)ij
    Mij
  • Remark
  • Note that Cij ?Mij and the signs (-1)ij in the
    definition of cofactor form a checkerboard
    pattern

4
2-1 Example 1
  • Let
  • The minor of entry a11 is
  • The cofactor of a11 is C11 (-1)11M11 M11
    16
  • Similarly, the minor of entry a32 is
  • The cofactor of a32 is C32 (-1)32M32 -M32
    -26

5
2-1 Cofactor Expansion
  • The definition of a 33 determinant in terms of
    minors and cofactors
  • det(A) a11M11 a12(-M12)a13M13
  • a11C11 a12C12a13C13
  • this method is called cofactor expansion along
    the first row of A
  • Example 2

6
2-1 Cofactor Expansion
  • det(A) a11C11 a12C12a13C13 a11C11
    a21C21a31C31
  • a21C21 a22C22a23C23 a12C12
    a22C22a32C32
  • a31C31 a32C32a33C33 a13C13
    a23C23a33C33
  • Theorem 2.1.1 (Expansions by Cofactors)
  • The determinant of an n?n matrix A can be
    computed by multiplying the entries in any row
    (or column) by their cofactors and adding the
    resulting products that is, for each 1 ? i, j ?
    n
  • det(A) a1jC1j a2jC2j anjCnj
  • (cofactor expansion along the jth column)
  • and
  • det(A) ai1Ci1 ai2Ci2 ainCin
  • (cofactor expansion along the ith row)

7
2-1 Example 3 4
  • Example 3
  • cofactor expansion along the first column of A
  • Example 4
  • smart choice of row or column
  • det(A) ?

8
2-1 Adjoint of a Matrix
  • If A is any n?n matrix and Cij is the cofactor of
    aij, then the matrixis called the matrix of
    cofactors from A. The transpose of this matrix is
    called the adjoint of A and is denoted by adj(A)
  • Remarks
  • If one multiplies the entries in any row by the
    corresponding cofactors from a different row, the
    sum of these products is always zero.

9
2-1 Example 5
  • Let
  • a11C31 a12C32 a13C33 ?
  • Let

10
2-1 Example 6 7
  • Let
  • The cofactors of A are C11 12, C12 6, C13
    -16, C21 4, C22 2, C23 16, C31 12, C32
    -10, C33 16
  • The matrix of cofactor and adjoint of A are
  • The inverse (see below) is

11
Theorem 2.1.2 (Inverse of a Matrix using its
Adjoint)
  • If A is an invertible matrix, then
  • Show first that

12
Theorem 2.1.3
  • If A is an n n triangular matrix (upper
    triangular, lower triangular, or diagonal), then
    det(A) is the product of the entries on the main
    diagonal of the matrix
  • det(A) a11a22ann
  • E.g.

13
2-1 Prove Theorem 1.7.1c
  • A triangular matrix is invertible if and only if
    its diagonal entries are all nonzero

14
2-1 Prove Theorem 1.7.1d
  • The inverse of an invertible lower triangular
    matrix is lower triangular, and the inverse of an
    invertible upper triangular matrix is upper
    triangular

15
Theorem 2.1.4 (Cramers Rule)
  • If Ax b is a system of n linear equations in n
    unknowns such that det(?I A) ? 0 , then the
    system has a unique solution. This solution is
  • where Aj is the matrix obtained by replacing
    the entries in the column of A by the entries
    in the matrix b b1 b2 bnT

16
2-1 Example 9
  • Use Cramers rule to solve
  • Since
  • Thus,

17
Chapter Content
  • Determinants by Cofactor Expansion
  • Evaluating Determinants by Row Reduction
  • Properties of the Determinant Function
  • A Combinatorial Approach to Determinants

18
Theorems
  • Theorem 2.2.1
  • Let A be a square matrix
  • If A has a row of zeros or a column of zeros,
    then det(A) 0.
  • Theorem 2.2.2
  • Let A be a square matrix
  • det(A) det(AT)

19
Theorem 2.2.3 (Elementary Row Operations)
  • Let A be an n?n matrix
  • If B is the matrix that results when a single row
    or single column of A is multiplied by a scalar
    k, than det(B) k det(A)
  • If B is the matrix that results when two rows or
    two columns of A are interchanged, then det(B)
    - det(A)
  • If B is the matrix that results when a multiple
    of one row of A is added to another row or when
    a multiple column is added to another column,
    then det(B) det(A)
  • Example 1

20
2-2 Example of Theorem 2.2.3
21
Theorem 2.2.4 (Elementary Matrices)
  • Let E be an n?n elementary matrix
  • If E results from multiplying a row of In by k,
    then det(E) k
  • If E results from interchanging two rows of In,
    then det(E) -1
  • If E results from adding a multiple of one row of
    In to another, then det(E) 1
  • Example 2

22
Theorem 2.2.5 (Matrices with Proportional Rows
or Columns)
  • If A is a square matrix with two proportional
    rows or two proportional column, then det(A) 0
  • Example 3

23
2-2 Example 4 (Using Row Reduction to Evaluate a
Determinant)
  • Evaluate det(A) where
  • Solution

The first and second rows of A are
interchanged. A common factor of 3 from the
first row was taken through the determinant sign
24
2-2 Example 4 (continue)

-2 times the first row was added to the third
row. -10 times the second row was added to the
third row A common factor of -55 from the last
row was taken through the determinant sign.
25
2-2 Example 5
  • Using column operation to evaluate a determinant
  • Compute the determinant of

26
2-2 Example 6
  • Row operations and cofactor expansion
  • Compute the determinant of

27
Chapter Content
  • Determinants by Cofactor Expansion
  • Evaluating Determinants by Row Reduction
  • Properties of the Determinant Function
  • A Combinatorial Approach to Determinants

28
2-3 Basic Properties of Determinant
  • Since a common factor of any row of a matrix can
    be moved through the det sign, and since each of
    the n row in kA has a common factor of k, we
    obtain
  • det(kA) kndet(A)
  • There is no simple relationship exists between
    det(A), det(B), and det(AB) in general.
  • In particular, we emphasize that det(AB) is
    usually not equal to det(A) det(B).

29
2-3 Example 1
  • det(AB) ?det(A)det(B)

30
Theorems 2.3.1
  • Let A, B, and C be n?n matrices that differ only
    in a single row, say the r-th, and assume that
    the r-th row of C can be obtained by adding
    corresponding entries in the r-th rows of A and
    B.
  • Then det(C) det(A) det(B)
  • The same result holds for columns.
  • Let

31
2-3 Example 2
  • Using Theorem 2.3.1

32
Lemma 2.3.2
  • If B is an n?n matrix and E is an n?n elementary
    matrix, then det(EB) det(E) det(B)
  • Remark
  • If B is an n?n matrix and E1, E2, , Er, are n?n
    elementary matrices, then
  • det(E1 E2 Er B) det(E1) det(E2)
    det(Er) det(B)

33
Theorem 2.3.3 (Determinant Test for
Invertibility)
  • A square matrix A is invertible if and only if
    det(A) ? 0
  • Example 3

34
Theorem 2.3.4
  • If A and B are square matrices of the same size,
    then det(AB) det(A) det(B)
  • Example 4

35
Theorem 2.3.5
  • If A is invertible, then

36
2-4 Linear Systems of the Form Ax ?x
  • Many applications of linear algebra are concerned
    with systems of n linear equations in n unknowns
    that are expressed in the form Ax ?x, where ?
    is a scalar
  • Such systems are really homogeneous linear in
    disguise, since the expresses can be rewritten as
    (?I A)x 0

37
2-3 Eigenvalue and Eigenvector
  • The eigenvalues of an n?n matrix A are the number
    ? for which there is a nonzero x ? 0 with Ax
    ?x.
  • The eigenvectors of A are the nonzero vectors x ?
    0 for which there is a number ? with Ax ?x.
  • If Ax ?x for x ? 0, then x is an eigenvector
    associated with the eigenvalue ?, and vice versa.

38
2-3 Eigenvalue and Eigenvector
  • Remark
  • A primary problem of linear system (?I A)x 0
    is to determine those values of ? for which the
    system has a nontrivial solution.
  • Theorem (Eigenvalues and Singularity)
  • ? is an eigenvalue of A if and only if ?I A is
    singular, which in turn holds if and only if the
    determinant of ?I A equals zero
  • det(?I A) 0 (the so-called
    characteristic equation of A)

39
2-3 Example 5 6
  • The linear system
  • The characteristic equation of A is
  • The eigenvalues of A are ? -2 and ? 5
  • By definition, x is an eigenvector of A if and
    only if x is a nontrivial solution of (?I A)x
    0, i.e.,
  • If ? -2, x -t tT one eigenvector
  • If ? 5, x 3t/4 tT the other eigenvector

40
Theorem 2.3.6 (Equivalent Statements)
  • If A is an n?n matrix, then the following are
    equivalent
  • A is invertible.
  • Ax 0 has only the trivial solution
  • The reduced row-echelon form of A as In
  • A is expressible as a product of elementary
    matrices
  • Ax b is consistent for every n?1 matrix b
  • Ax b has exactly one solution for every n?1
    matrix b
  • det(A) ? 0

41
2-4 Permutation
  • A permutation of the set of integers 1,2,,n is
    an arrangement of these integers in some order
    without omission repetition
  • Example 1
  • There are six different permutations of the set
    of integers 1,2,3 (1,2,3), (2,1,3), (3,1,2),
    (1,3,2), (2,3,1), (3,2,1).
  • Example 2
  • List all permutations of the set of integers
    1,2,3,4

42
2-4 Inversion
  • An inversion is said to occur in a permutation
    (j1, j2, , jn) whenever a larger integer
    precedes a smaller one.
  • The total number of inversions occurring in a
    permutation can be obtained as follows
  • Find the number of integers that are less than j1
    and that follow j1 in the permutation
  • Find the number of integers that are less than j2
    and that follow j2 in the permutation
  • Continue the process for j1, j2, , jn. The sum
    of these number will be the total number of
    inversions in the permutation

43
2-4 Example 3
  • Determine the number of inversions in the
    following permutations
  • (6,1,3,4,5,2)
  • (2,4,1,3)
  • (1,2,3,4)
  • Solution
  • The number of inversions is 5 0 1 1 1 8
  • The number of inversions is 1 2 0 3
  • There no inversions in this permutation

44
2-4 Classifying Permutations
  • A permutation is called even if the total number
    of inversions is an even integer and is called
    odd if the total inversions is an odd integer
  • Example 4
  • The following table classifies the various
    permutations of 1,2,3 as even or odd

Permutation Number of Inversions classification
(1,2,3) (1,3,2) (2,1,3) (2,3,1) (3,1,2) (3,2,1) 0 1 1 2 2 3 even odd odd even even odd
45
2-4 Elementary Product
  • By an elementary product from an n?n matrix A we
    shall mean any product of n entries from A, no
    two of which come from the same row or same
    column.
  • Example
  • The elementary product of the matrix is

46
2-4 Signed Elementary Product
  • An n?n matrix A has n! elementary products. There
    are the products of the form a1j1a2j2 anjn,
    where (j1, j2, , jn) is a permutation of the set
    1, 2, , n.
  • By a signed elementary product from A we shall
    mean an elementary a1j1a2j2 anjn multiplied
    by 1 or -1.
  • We use if (j1, j2, , jn) is an even
    permutation and if (j1, j2, , jn) is an odd
    permutation

47
2-4 Example 6
  • List all signed elementary products from the
    matrices

Elementary Product Associated Permutation Even or Odd Signed Elementary Product
a11a22 a12a21 (1,2) (2,1) even odd a11a22 - a12a21
Elementary Product Associated Permutation Even or Odd Signed Elementary Product
a11a22a33 a11a23a32 a12a21a33 a12a23a31 a13a21a32 a13a22a31 (1,2,3) (1,3,2) (2,1,3) (2,3,1) (3,1,2) (3,2,1) even odd odd even even odd a11a22a33 - a11a23a32 - a12a21a33 a12a23a31 a13a21a32 - a13a22a31
48
2-4 Determinant
  • Let A be a square matrix. The determinant
    function is denoted by det, and we define det(A)
    to be the sum of all signed elementary products
    from A. The number det(A) is called the
    determinant of A
  • Example 7

49
2-4 Using mnemonic for Determinant
  • The determinant is computed by summing the
    products on the rightward arrows and subtracting
    the products on the leftward arrows
  • Remark
  • This method will not work for determinant of 4?4
    matrices or higher!

50
2-4 Example 8
  • Evaluate the determinants of

51
2-4 Notation and Terminology
  • We note that the symbol A is an alternative
    notation for det(A)
  • The determinant of A is often written
    symbolically as
  • det(A) ? ? a1j1a2j2 anjn
  • where ? indicates that the terms are to be
    summed over all permutations (j1, j2, , jn) and
    the or is selected in each term according to
    where the permutation is even or odd
  • Remark
  • 4?4 matrices need 4! 24 signed elementary
    products
  • 10?10 determinant need 10! 3628800 signed
    elementary products!
  • Other methods are required.
Write a Comment
User Comments (0)
About PowerShow.com