Math 221: LINEAR ALGEBRA 3-1. The Cofactor Expansion Le Chen 1 - - PowerPoint PPT Presentation

math 221 linear algebra
SMART_READER_LITE
LIVE PREVIEW

Math 221: LINEAR ALGEBRA 3-1. The Cofactor Expansion Le Chen 1 - - PowerPoint PPT Presentation

Math 221: LINEAR ALGEBRA 3-1. The Cofactor Expansion Le Chen 1 Emory University, 2020 Fall (last updated on 08/27/2020) Creative Commons License (CC BY-NC-SA) 1 Slides are adapted from those by Karen Seyffarth from University of Calgary. det


slide-1
SLIDE 1

Math 221: LINEAR ALGEBRA

§3-1. The Cofactor Expansion

Le Chen1

Emory University, 2020 Fall

(last updated on 08/27/2020) Creative Commons License (CC BY-NC-SA) 1Slides are adapted from those by Karen Seyffarth from University of Calgary.

slide-2
SLIDE 2

Determinant of 2 × 2 matrix

Recall that if A = a b c d

  • , then the determinant of A is defined as

det A = ad − bc, and that A is invertible if and only if det A = 0. det

slide-3
SLIDE 3

Determinant of 2 × 2 matrix

Recall that if A = a b c d

  • , then the determinant of A is defined as

det A = ad − bc, and that A is invertible if and only if det A = 0.

  • Notation. For det

a b c d

  • , we often write
  • a

b c d

  • , i.e., use vertical bars

instead of square brackets.

slide-4
SLIDE 4

Determinant of 2 × 2 matrix

Recall that if A = a b c d

  • , then the determinant of A is defined as

det A = ad − bc, and that A is invertible if and only if det A = 0.

  • Notation. For det

a b c d

  • , we often write
  • a

b c d

  • , i.e., use vertical bars

instead of square brackets.

Problem

How to define determinant for a general n × n matrix?

slide-5
SLIDE 5

2 × 2

a11 a12 a21 a22 − +

slide-6
SLIDE 6

3 × 3

a11 a12 a13 a21 a22 a23 a31 a32 a33 a11 a12 a13 a21 a22 a23 − + − + − +

slide-7
SLIDE 7

4 × 4

a11 a12 a13 a14 a21 a22 a23 a24 a31 a32 a33 a34 a41 a42 a43 a44 a11 a12 a13 a14 a21 a22 a23 a24 a31 a32 a33 a34

slide-8
SLIDE 8

5 × 5 · · ·

slide-9
SLIDE 9

5 × 5 · · ·

The determinant of an n × n matrix is more effectively defined through recursion...

slide-10
SLIDE 10

Cofactor and cofactor expansion

Definitions

Let A = [aij] be an n × n matrix. det det det

slide-11
SLIDE 11

Cofactor and cofactor expansion

Definitions

Let A = [aij] be an n × n matrix. – The sign of the (i, j) position is (−1)i+j. Thus the sign is 1 if (i + j) is even, and −1 if (i + j) is odd. det det det

slide-12
SLIDE 12

Cofactor and cofactor expansion

Definitions

Let A = [aij] be an n × n matrix. – The sign of the (i, j) position is (−1)i+j. Thus the sign is 1 if (i + j) is even, and −1 if (i + j) is odd. Let Aij denote the (n − 1) × (n − 1) matrix obtained from A by deleting row i and column j. det det det

slide-13
SLIDE 13

Cofactor and cofactor expansion

Definitions

Let A = [aij] be an n × n matrix. – The sign of the (i, j) position is (−1)i+j. Thus the sign is 1 if (i + j) is even, and −1 if (i + j) is odd. Let Aij denote the (n − 1) × (n − 1) matrix obtained from A by deleting row i and column j. – The (i, j)-cofactor of A is cij(A) = (−1)i+j det(Aij). det det

slide-14
SLIDE 14

Cofactor and cofactor expansion

Definitions

Let A = [aij] be an n × n matrix. – The sign of the (i, j) position is (−1)i+j. Thus the sign is 1 if (i + j) is even, and −1 if (i + j) is odd. Let Aij denote the (n − 1) × (n − 1) matrix obtained from A by deleting row i and column j. – The (i, j)-cofactor of A is cij(A) = (−1)i+j det(Aij). Finally, det det

slide-15
SLIDE 15

Cofactor and cofactor expansion

Definitions

Let A = [aij] be an n × n matrix. – The sign of the (i, j) position is (−1)i+j. Thus the sign is 1 if (i + j) is even, and −1 if (i + j) is odd. Let Aij denote the (n − 1) × (n − 1) matrix obtained from A by deleting row i and column j. – The (i, j)-cofactor of A is cij(A) = (−1)i+j det(Aij). Finally, – det A = a11c11(A) + a12c12(A) + a13c13(A) + · · · + a1nc1n(A), and is called the cofactor expansion of det A along row 1.

slide-16
SLIDE 16

Example

Let A =   1 2 3 4 5 6 7 8 9  . Find det A. Using cofactor expansion along row 1, det A = 1c11(A) + 2c12(A) + 3c13(A) = 1(−1)2

  • 5

6 8 9

  • + 2(−1)3
  • 4

6 7 9

  • + 3(−1)4
  • 4

5 7 8

  • =

(45 − 48) − 2(36 − 42) + 3(32 − 35) = −3 − 2(−6) + 3(−3) = −3 + 12 − 9 =

slide-17
SLIDE 17

Example (continued)

A =   1 2 3 4 5 6 7 8 9   Now try cofactor expansion along column 2. det

slide-18
SLIDE 18

Example (continued)

A =   1 2 3 4 5 6 7 8 9   Now try cofactor expansion along column 2. det A = 2c12(A) + 5c22(A) + 8c32(A) = 2(−1)3

  • 4

6 7 9

  • + 5(−1)4
  • 1

3 7 9

  • + 8(−1)5
  • 1

3 4 6

  • =

−2(36 − 42) + 5(9 − 21) − 8(6 − 12) = −2(−6) + 5(−12) − 8(−6) = 12 − 60 + 48 = 0.

slide-19
SLIDE 19

Example (continued)

A =   1 2 3 4 5 6 7 8 9   Now try cofactor expansion along column 2. det A = 2c12(A) + 5c22(A) + 8c32(A) = 2(−1)3

  • 4

6 7 9

  • + 5(−1)4
  • 1

3 7 9

  • + 8(−1)5
  • 1

3 4 6

  • =

−2(36 − 42) + 5(9 − 21) − 8(6 − 12) = −2(−6) + 5(−12) − 8(−6) = 12 − 60 + 48 = 0. We get the same answer!

slide-20
SLIDE 20

Theorem (Cofactor Expansion Theorem)

The determinant of an n × n matrix A can be computed using the cofactor expansion along any row or column of A. That is det A can be computed by multiplying each entry of the row or column by the corresponding cofactor and adding the results.

Why is this signifjcant?

slide-21
SLIDE 21

Theorem (Cofactor Expansion Theorem)

The determinant of an n × n matrix A can be computed using the cofactor expansion along any row or column of A. That is det A can be computed by multiplying each entry of the row or column by the corresponding cofactor and adding the results.

Why is this signifjcant?

slide-22
SLIDE 22

Example

Let A =     1 2 1 5 7 1 −1 3 2    . Find det A. det det

slide-23
SLIDE 23

Example

Let A =     1 2 1 5 7 1 −1 3 2    . Find det A. Cofactor expansion along row 1 yields det A = 0c11(A) + 1c12(A) + 2c13(A) + 1c14(A) = 1c12(A) + 2c13(A) + c14(A), whereas cofactor expansion along, row 3 yields det A = 0c31(A) + 1c32(A) + (−1)c33(A) + 0c34(A) = 1c32(A) + (−1)c33(A), i.e., in the first case we have to compute three cofactors, but in the second we only have to compute two.

slide-24
SLIDE 24

Example (continued)

We can save ourselves some work by using cofactor expansion along row 3 rather than row 1. A =     1 2 1 5 7 1 −1 3 2     det A = 1c32(A) + (−1)c33(A) = 1(−1)5

  • 2

1 5 7 3 2

  • + (−1)(−1)6
  • 1

1 5 7 3 2

  • =

(−1)2(−1)3

  • 5

7 3 2

  • + (−1)1(−1)3
  • 5

7 3 2

  • =

2(10 − 21) + 1(10 − 21) = 2(−11) + (−11) = −33.

slide-25
SLIDE 25

Example (continued)

Try computing det     1 2 1 5 7 1 −1 3 2     using cofactor expansion along other rows and columns, for instance column 2 or row 4. You will still get det A = −33.

slide-26
SLIDE 26

Problem

Find det A for A =     −8 1 −4 5 7 −7 12 −3 8 −3 11 2    . det det

slide-27
SLIDE 27

Problem

Find det A for A =     −8 1 −4 5 7 −7 12 −3 8 −3 11 2    .

Solution

Using cofactor expansion along column 3, det A = 0. det

slide-28
SLIDE 28

Problem

Find det A for A =     −8 1 −4 5 7 −7 12 −3 8 −3 11 2    .

Solution

Using cofactor expansion along column 3, det A = 0.

Remark

If A is an n × n matrix with a row or column of zeros, then det A = 0.

slide-29
SLIDE 29

Elementary Row Operations and Determinants

Example

Let A =   2 −3 4 1 −2  . Then det det det det

slide-30
SLIDE 30

Elementary Row Operations and Determinants

Example

Let A =   2 −3 4 1 −2  . Then det A = 4(−1)4

  • 2

−3 1 −2

  • = 4(−1) = −4.

det det det

slide-31
SLIDE 31

Elementary Row Operations and Determinants

Example

Let A =   2 −3 4 1 −2  . Then det A = 4(−1)4

  • 2

−3 1 −2

  • = 4(−1) = −4.

Let B1, B2, and B3 be obtained from A by performing a type 1, 2 and 3 elementary row operation, respectively, i.e., B1 =   2 −3 1 −2 4   , B2 =   2 −3 4 −3 6   , B3 =   2 −3 4 5 −8   . Compute det B1, det B2, and det B3.

slide-32
SLIDE 32

Elementary Row Operations and Determinants

Example (continued)

det B1 = 4(−1)5

  • 2

−3 1 −2

  • = (−4)(−1) = 4 = (−1) det A.

det det det det

slide-33
SLIDE 33

Elementary Row Operations and Determinants

Example (continued)

det B1 = 4(−1)5

  • 2

−3 1 −2

  • = (−4)(−1) = 4 = (−1) det A.

det B2 = 4(−1)4

  • 2

−3 −3 6

  • = 4(12 − 9) = 4 × 3 = 12 = −3 det A.

det det

slide-34
SLIDE 34

Elementary Row Operations and Determinants

Example (continued)

det B1 = 4(−1)5

  • 2

−3 1 −2

  • = (−4)(−1) = 4 = (−1) det A.

det B2 = 4(−1)4

  • 2

−3 −3 6

  • = 4(12 − 9) = 4 × 3 = 12 = −3 det A.

det B3 = 4(−1)4

  • 2

−3 5 −8

  • = 4(−16 + 15) = 4(−1) = −4 = det A.
slide-35
SLIDE 35

Theorem (Determinant and Elementary Row Operations)

Let A be an n × n matrix.

  • 1. If A has a row or column of zeros, then det A = 0.

det det det det det det det

slide-36
SLIDE 36

Theorem (Determinant and Elementary Row Operations)

Let A be an n × n matrix.

  • 1. If A has a row or column of zeros, then det A = 0.
  • 2. If B is obtained from A by exchanging two different rows (or columns)
  • f A, then det B = − det A.

det det det det det

slide-37
SLIDE 37

Theorem (Determinant and Elementary Row Operations)

Let A be an n × n matrix.

  • 1. If A has a row or column of zeros, then det A = 0.
  • 2. If B is obtained from A by exchanging two different rows (or columns)
  • f A, then det B = − det A.
  • 3. If B is obtained from A by multiplying a row (or column) of A by a

scalar k ∈ R, then det B = k det A. det det det

slide-38
SLIDE 38

Theorem (Determinant and Elementary Row Operations)

Let A be an n × n matrix.

  • 1. If A has a row or column of zeros, then det A = 0.
  • 2. If B is obtained from A by exchanging two different rows (or columns)
  • f A, then det B = − det A.
  • 3. If B is obtained from A by multiplying a row (or column) of A by a

scalar k ∈ R, then det B = k det A.

  • 4. If B is obtained from A by adding k times one row of A to a different

row of A (or adding k times one column of A to a different column of A) then det B = det A. det

slide-39
SLIDE 39

Theorem (Determinant and Elementary Row Operations)

Let A be an n × n matrix.

  • 1. If A has a row or column of zeros, then det A = 0.
  • 2. If B is obtained from A by exchanging two different rows (or columns)
  • f A, then det B = − det A.
  • 3. If B is obtained from A by multiplying a row (or column) of A by a

scalar k ∈ R, then det B = k det A.

  • 4. If B is obtained from A by adding k times one row of A to a different

row of A (or adding k times one column of A to a different column of A) then det B = det A.

  • 5. If two different rows (or columns) of A are identical, then det A = 0.
slide-40
SLIDE 40

Example

det   1 2 3 4 5 6 7 8 9   =

  • 1

2 3 −3 −6 −6 −12

  • =
  • −3

−6 −6 −12

  • = 36 − 36 = 0.
slide-41
SLIDE 41

Example

det    3 1 2 4 −1 −3 8 1 −1 5 5 1 1 2 −1    =

  • −8

26 4 −1 −3 8 −4 13 5 −2 10 −1

  • =

(−1)(−1)3

  • −8

26 4 −4 13 5 −2 10 −1

  • =
  • −14

8 −7 7 −2 10 −1

  • =

(−2)(−1)4

  • −14

8 −7 7

  • =

−2

  • −6

−7 7

  • =

(−2)(−42) = 84.

slide-42
SLIDE 42

Problem

If det   a b c p q r x y z   = −1, find det   −x −y −z 3p + a 3q + b 3r + c 2p 2q 2r  .

slide-43
SLIDE 43

Problem

If det   a b c p q r x y z   = −1, find det   −x −y −z 3p + a 3q + b 3r + c 2p 2q 2r  .

Solution

  • −x

−y −z 3p + a 3q + b 3r + c 2p 2q 2r

  • = (−1)(2)
  • x

y z 3p + a 3q + b 3r + c p q r

slide-44
SLIDE 44

Problem

If det   a b c p q r x y z   = −1, find det   −x −y −z 3p + a 3q + b 3r + c 2p 2q 2r  .

Solution

  • −x

−y −z 3p + a 3q + b 3r + c 2p 2q 2r

  • = (−1)(2)
  • x

y z 3p + a 3q + b 3r + c p q r

  • = (−2)
  • x

y z a b c p q r

  • = (−2)(−1)
  • a

b c x y z p q r

  • = 2(−1)
  • a

b c p q r x y z

slide-45
SLIDE 45

Problem

If det   a b c p q r x y z   = −1, find det   −x −y −z 3p + a 3q + b 3r + c 2p 2q 2r  .

Solution

  • −x

−y −z 3p + a 3q + b 3r + c 2p 2q 2r

  • = (−1)(2)
  • x

y z 3p + a 3q + b 3r + c p q r

  • = (−2)
  • x

y z a b c p q r

  • = (−2)(−1)
  • a

b c x y z p q r

  • = 2(−1)
  • a

b c p q r x y z

  • = (−2)(−1) = 2.
slide-46
SLIDE 46

Example

det   1 2 3 5 6 9   = 1 det 5 6 9

  • =

(1)(5) det

  • 9
  • =

(1)(5)(9) = 45.

slide-47
SLIDE 47

Problem

Suppose A is a 3 × 3 matrix with det A = 7. What is det(−3A)? det det

slide-48
SLIDE 48

Problem

Suppose A is a 3 × 3 matrix with det A = 7. What is det(−3A)?

Solution

Write A =   a11 a12 a13 a21 a22 a23 a31 a32 a33  . Then −3A =   −3a11 −3a12 −3a13 −3a21 −3a22 −3a23 −3a31 −3a32 −3a33  . det det

slide-49
SLIDE 49

Problem

Suppose A is a 3 × 3 matrix with det A = 7. What is det(−3A)?

Solution

Write A =   a11 a12 a13 a21 a22 a23 a31 a32 a33  . Then −3A =   −3a11 −3a12 −3a13 −3a21 −3a22 −3a23 −3a31 −3a32 −3a33  . det(−3A) =

  • −3a11

−3a12 −3a13 −3a21 −3a22 −3a23 −3a31 −3a32 −3a33

  • = (−3)
  • a11

a12 a13 −3a21 −3a22 −3a23 −3a31 −3a32 −3a33

  • det
slide-50
SLIDE 50

Problem

Suppose A is a 3 × 3 matrix with det A = 7. What is det(−3A)?

Solution

Write A =   a11 a12 a13 a21 a22 a23 a31 a32 a33  . Then −3A =   −3a11 −3a12 −3a13 −3a21 −3a22 −3a23 −3a31 −3a32 −3a33  . det(−3A) =

  • −3a11

−3a12 −3a13 −3a21 −3a22 −3a23 −3a31 −3a32 −3a33

  • = (−3)
  • a11

a12 a13 −3a21 −3a22 −3a23 −3a31 −3a32 −3a33

  • = (−3)(−3)
  • a11

a12 a13 a21 a22 a23 −3a31 −3a32 −3a33

  • = (−3)(−3)(−3)
  • a11

a12 a13 a21 a22 a23 a31 a32 a33

  • det
slide-51
SLIDE 51

Problem

Suppose A is a 3 × 3 matrix with det A = 7. What is det(−3A)?

Solution

Write A =   a11 a12 a13 a21 a22 a23 a31 a32 a33  . Then −3A =   −3a11 −3a12 −3a13 −3a21 −3a22 −3a23 −3a31 −3a32 −3a33  . det(−3A) =

  • −3a11

−3a12 −3a13 −3a21 −3a22 −3a23 −3a31 −3a32 −3a33

  • = (−3)
  • a11

a12 a13 −3a21 −3a22 −3a23 −3a31 −3a32 −3a33

  • = (−3)(−3)
  • a11

a12 a13 a21 a22 a23 −3a31 −3a32 −3a33

  • = (−3)(−3)(−3)
  • a11

a12 a13 a21 a22 a23 a31 a32 a33

  • = (−3)3 det A = (−27) × 7 = −189.
slide-52
SLIDE 52

Theorem (Determinant of Scalar Multiple of Matrices)

If A is an n × n matrix and k ∈ R is a scalar, then det(kA) = kn det A.

slide-53
SLIDE 53

Problem

Let A =   a b c p q r x y z   and B =   2a + p 2b + q 2c + r 2p + x 2q + y 2r + z 2x + a 2y + b 2z + c   Show that det B = 9 det A.

slide-54
SLIDE 54

Solution

det B =

  • 2a + p

2b + q 2c + r 2p + x 2q + y 2r + z 2x + a 2y + b 2z + c

  • =
  • p − 4x

q − 4y r − 4z 2p + x 2q + y 2r + z 2x + a 2y + b 2z + c

  • det
slide-55
SLIDE 55

Solution

det B =

  • 2a + p

2b + q 2c + r 2p + x 2q + y 2r + z 2x + a 2y + b 2z + c

  • =
  • p − 4x

q − 4y r − 4z 2p + x 2q + y 2r + z 2x + a 2y + b 2z + c

  • =
  • p − 4x

q − 4y r − 4z 9x 9y 9z 2x + a 2y + b 2z + c

  • = 9
  • p − 4x

q − 4y r − 4z x y z 2x + a 2y + b 2z + c

  • det
slide-56
SLIDE 56

Solution

det B =

  • 2a + p

2b + q 2c + r 2p + x 2q + y 2r + z 2x + a 2y + b 2z + c

  • =
  • p − 4x

q − 4y r − 4z 2p + x 2q + y 2r + z 2x + a 2y + b 2z + c

  • =
  • p − 4x

q − 4y r − 4z 9x 9y 9z 2x + a 2y + b 2z + c

  • = 9
  • p − 4x

q − 4y r − 4z x y z 2x + a 2y + b 2z + c

  • = 9
  • p

q r x y z 2x + a 2y + b 2z + c

  • = 9
  • p

q r x y z a b c

  • = −9
  • a

b c x y z p q r

  • det
slide-57
SLIDE 57

Solution

det B =

  • 2a + p

2b + q 2c + r 2p + x 2q + y 2r + z 2x + a 2y + b 2z + c

  • =
  • p − 4x

q − 4y r − 4z 2p + x 2q + y 2r + z 2x + a 2y + b 2z + c

  • =
  • p − 4x

q − 4y r − 4z 9x 9y 9z 2x + a 2y + b 2z + c

  • = 9
  • p − 4x

q − 4y r − 4z x y z 2x + a 2y + b 2z + c

  • = 9
  • p

q r x y z 2x + a 2y + b 2z + c

  • = 9
  • p

q r x y z a b c

  • = −9
  • a

b c x y z p q r

  • = 9
  • a

b c p q r x y z

  • = 9 det A.
slide-58
SLIDE 58

Definitions

  • 1. An n × n matrix A is called upper triangular if and only if all entries

below the main diagonal are zero. det det

slide-59
SLIDE 59

Definitions

  • 1. An n × n matrix A is called upper triangular if and only if all entries

below the main diagonal are zero.

  • 2. An n × n matrix A is called lower triangular if and only if all entries

above the main diagonal are zero. det det

slide-60
SLIDE 60

Definitions

  • 1. An n × n matrix A is called upper triangular if and only if all entries

below the main diagonal are zero.

  • 2. An n × n matrix A is called lower triangular if and only if all entries

above the main diagonal are zero.

  • 3. An n × n matrix A is called triangular if and only if it is upper

triangular or lower triangular. det det

slide-61
SLIDE 61

Definitions

  • 1. An n × n matrix A is called upper triangular if and only if all entries

below the main diagonal are zero.

  • 2. An n × n matrix A is called lower triangular if and only if all entries

above the main diagonal are zero.

  • 3. An n × n matrix A is called triangular if and only if it is upper

triangular or lower triangular.

Theorem (Determinant of Triangular Matrices)

If A =

  • aij
  • is an n × n triangular matrix, then

det A = a11a22a33 · · · ann, i.e., det A is the product of the entries of the main diagonal of A.

slide-62
SLIDE 62

Theorem (Determinant of Block Matrices)

Consider the matrices A X B

  • and

A Y B

  • where A and B are square matrices. Then

det A X B

  • = det A det B

and det A Y B

  • = det A det B.
slide-63
SLIDE 63

Example

det       1 −1 2 −2 1 4 1 1 1 5 3 −1 1 −1       = det det det det det

slide-64
SLIDE 64

Example

det       1 −1 2 −2 1 4 1 1 1 5 3 −1 1 −1       = det       1 −1 2 −2 1 4 1 1 1 5 3 −1 1 −1       det det det det

slide-65
SLIDE 65

Example

det       1 −1 2 −2 1 4 1 1 1 5 3 −1 1 −1       = det       1 −1 2 −2 1 4 1 1 1 5 3 −1 1 −1       = det   1 −1 2 1 1 1 5   det 3 −1 1 −1

  • det

det

slide-66
SLIDE 66

Example

det       1 −1 2 −2 1 4 1 1 1 5 3 −1 1 −1       = det       1 −1 2 −2 1 4 1 1 1 5 3 −1 1 −1       = det   1 −1 2 1 1 1 5   det 3 −1 1 −1

  • = det

1 2 1 5

  • det

3 −1 1 −1

slide-67
SLIDE 67

Example

det       1 −1 2 −2 1 4 1 1 1 5 3 −1 1 −1       = det       1 −1 2 −2 1 4 1 1 1 5 3 −1 1 −1       = det   1 −1 2 1 1 1 5   det 3 −1 1 −1

  • = det

1 2 1 5

  • det

3 −1 1 −1

  • = 3 × (−2) = −6.
slide-68
SLIDE 68

Example (From Exercise)

Evaluate by inspection. det   a b c a + 1 b + 1 c + 1 a − 1 b − 1 c − 1   = ?

slide-69
SLIDE 69

Example (From Exercise)

Evaluate by inspection. det   a b c a + 1 b + 1 c + 1 a − 1 b − 1 c − 1   = ? row2 + row3 − 2(row1) =

slide-70
SLIDE 70

Example (From Exercise)

(a) Find det A if A is 3 × 3 and det(2A) = 6. det det

slide-71
SLIDE 71

Example (From Exercise)

(a) Find det A if A is 3 × 3 and det(2A) = 6. (b) Let A be an n × n matrix. Under what conditions is det(−A) = det A?

slide-72
SLIDE 72

Example (From Exercise)

In each case, prove the statement is true or give a counterexample showing that the statement is false. (a) det(A + B) = det A + det B. det det det det det det

slide-73
SLIDE 73

Example (From Exercise)

In each case, prove the statement is true or give a counterexample showing that the statement is false. (a) det(A + B) = det A + det B. (c) If A is 2 × 2, then det(AT) = det A. det det det det

slide-74
SLIDE 74

Example (From Exercise)

In each case, prove the statement is true or give a counterexample showing that the statement is false. (a) det(A + B) = det A + det B. (c) If A is 2 × 2, then det(AT) = det A. (e) If A is 2 × 2, then det(7A) = 49 det A. det det

slide-75
SLIDE 75

Example (From Exercise)

In each case, prove the statement is true or give a counterexample showing that the statement is false. (a) det(A + B) = det A + det B. (c) If A is 2 × 2, then det(AT) = det A. (e) If A is 2 × 2, then det(7A) = 49 det A. (g) det(−A) = − det A.