Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes...

114
Course Notes 4.5: Matrix Inverses 4.6: Determinants Outline Week 8: Inverses and determinants Course Notes: 4.5, 4.6 Goals: Be able to calculate a matrix’s inverse; understand the relationship between the invertibility of a matrix and the solutions of associated linear systems; calculate the determinant of a square matrix of any size, and learn some tricks to make the computation more efficient.

Transcript of Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes...

Page 1: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Outline

Week 8: Inverses and determinants

Course Notes: 4.5, 4.6

Goals: Be able to calculate a matrix’s inverse;understand the relationship between the invertibility of a matrixand the solutions of associated linear systems;calculate the determinant of a square matrix of any size, and learnsome tricks to make the computation more efficient.

Page 2: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Identity Matrix

I =

1 0 0 0 0 0 0 00 1 0 0 · · · 0 0 0 00 0 1 0 0 0 0 00 0 0 1 0 0 0 0

.... . .

...0 0 0 0 1 0 0 00 0 0 0 0 1 0 00 0 0 0 · · · 0 0 1 00 0 0 0 0 0 0 1

The identity matrix, I , is a square matrix with 1s along itsdiagonal, and 0s everywhere else.

For any matrix A that can be multiplied with I , AI = IA = A.

Page 3: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Matrix Inverses: The Closest we can Get to Division

Linear System Setup: x + 2y + 3z = 104x + 5y + 6z = 207x + 8y + 9z = 30

A =

1 2 34 5 67 8 9

x =

xyz

b =

102030

Ax = b

Solve for x .

Can’t we just divide by A?Wanted: a matrix A−1 with the property A−1A = I , identity matrix.

Page 4: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Matrix Inverses: The Closest we can Get to Division

Linear System Setup: x + 2y + 3z = 104x + 5y + 6z = 207x + 8y + 9z = 30

A =

1 2 34 5 67 8 9

x =

xyz

b =

102030

Ax = b

Solve for x .

Can’t we just divide by A?Wanted: a matrix A−1 with the property A−1A = I , identity matrix.

Page 5: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Matrix Inverses: The Closest we can Get to Division

Linear System Setup: x + 2y + 3z = 104x + 5y + 6z = 207x + 8y + 9z = 30

A =

1 2 34 5 67 8 9

x =

xyz

b =

102030

Ax = b

Solve for x .

Can’t we just divide by A?Wanted: a matrix A−1 with the property A−1A = I , identity matrix.

Page 6: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Matrix Inverses: The Closest we can Get to Division

Linear System Setup: x + 2y + 3z = 104x + 5y + 6z = 207x + 8y + 9z = 30

A =

1 2 34 5 67 8 9

x =

xyz

b =

102030

Ax = b

Solve for x .

Can’t we just divide by A?

Wanted: a matrix A−1 with the property A−1A = I , identity matrix.

Page 7: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Matrix Inverses: The Closest we can Get to Division

Linear System Setup: x + 2y + 3z = 104x + 5y + 6z = 207x + 8y + 9z = 30

A =

1 2 34 5 67 8 9

x =

xyz

b =

102030

Ax = b

Solve for x .

Can’t we just divide by A?Wanted: a matrix A−1 with the property A−1A = I , identity matrix.

Page 8: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Definition

A matrix A−1 is the inverse of a square matrix A if A−1A = I ,where I is the identity matrix.

What do you think the inverse of the following matrix should be?[cos θ − sin θsin θ cos θ

]

What do you think the inverse of the following matrix should be?[cos θ sin θsin θ − cos θ

]

Page 9: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Definition

A matrix A−1 is the inverse of a square matrix A if A−1A = I ,where I is the identity matrix.

What do you think the inverse of the following matrix should be?[cos θ − sin θsin θ cos θ

]

What do you think the inverse of the following matrix should be?[cos θ sin θsin θ − cos θ

]

Page 10: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Definition

A matrix A−1 is the inverse of a square matrix A if A−1A = I ,where I is the identity matrix.

What do you think the inverse of the following matrix should be?[cos θ − sin θsin θ cos θ

]

What do you think the inverse of the following matrix should be?[cos θ sin θsin θ − cos θ

]

Page 11: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Existence of Matrix Inverses

Definition

A matrix A−1 is the inverse of a square matrix A if

A−1A = I

where I is the identity matrix.

Find the inverses of the following matrices:

A =

[2 10 1

]B =

[1 03 1

]C =

[0 00 0

]D =

[1 11 1

]

A−1 =

[12 − 1

20 1

]B−1 =

[1 0−3 1

]If Ax = b and A−1 exists, then x = A−1bIf A−1 exists, then Ax = b has a unique solution.

Page 12: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Existence of Matrix Inverses

Definition

A matrix A−1 is the inverse of a square matrix A if

A−1A = I

where I is the identity matrix.

Find the inverses of the following matrices:

A =

[2 10 1

]B =

[1 03 1

]C =

[0 00 0

]D =

[1 11 1

]

A−1 =

[12 − 1

20 1

]B−1 =

[1 0−3 1

]If Ax = b and A−1 exists, then x = A−1bIf A−1 exists, then Ax = b has a unique solution.

Page 13: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Existence of Matrix Inverses

Definition

A matrix A−1 is the inverse of a square matrix A if

A−1A = I

where I is the identity matrix.

Find the inverses of the following matrices:

A =

[2 10 1

]B =

[1 03 1

]C =

[0 00 0

]D =

[1 11 1

]

A−1 =

[12 − 1

20 1

]

B−1 =

[1 0−3 1

]If Ax = b and A−1 exists, then x = A−1bIf A−1 exists, then Ax = b has a unique solution.

Page 14: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Existence of Matrix Inverses

Definition

A matrix A−1 is the inverse of a square matrix A if

A−1A = I

where I is the identity matrix.

Find the inverses of the following matrices:

A =

[2 10 1

]B =

[1 03 1

]C =

[0 00 0

]D =

[1 11 1

]

A−1 =

[12 − 1

20 1

]B−1 =

[1 0−3 1

]

If Ax = b and A−1 exists, then x = A−1bIf A−1 exists, then Ax = b has a unique solution.

Page 15: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Existence of Matrix Inverses

Definition

A matrix A−1 is the inverse of a square matrix A if

A−1A = I

where I is the identity matrix.

Find the inverses of the following matrices:

A =

[2 10 1

]B =

[1 03 1

]C =

[0 00 0

]D =

[1 11 1

]

A−1 =

[12 − 1

20 1

]B−1 =

[1 0−3 1

]If Ax = b and A−1 exists, then x = A−1b

If A−1 exists, then Ax = b has a unique solution.

Page 16: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Existence of Matrix Inverses

Definition

A matrix A−1 is the inverse of a square matrix A if

A−1A = I

where I is the identity matrix.

Find the inverses of the following matrices:

A =

[2 10 1

]B =

[1 03 1

]C =

[0 00 0

]D =

[1 11 1

]

A−1 =

[12 − 1

20 1

]B−1 =

[1 0−3 1

]If Ax = b and A−1 exists, then x = A−1bIf A−1 exists, then Ax = b has a unique solution.

Page 17: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

If an Inverse Exists....

Theorem

If an n-by-n matrix A has an inverse A−1, then for any b in Rn,

Ax = b

has precisely one solution, and that solution is

x = A−1b.

So, if Ax = b has no solutions:A is not invertible.

If Ax = b has infinitely many solutions:A is not invertible.

Page 18: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

If an Inverse Exists....

Theorem

If an n-by-n matrix A has an inverse A−1, then for any b in Rn,

Ax = b

has precisely one solution, and that solution is

x = A−1b.

So, if Ax = b has no solutions:

A is not invertible.

If Ax = b has infinitely many solutions:A is not invertible.

Page 19: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

If an Inverse Exists....

Theorem

If an n-by-n matrix A has an inverse A−1, then for any b in Rn,

Ax = b

has precisely one solution, and that solution is

x = A−1b.

So, if Ax = b has no solutions:A is not invertible.

If Ax = b has infinitely many solutions:A is not invertible.

Page 20: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

If an Inverse Exists....

Theorem

If an n-by-n matrix A has an inverse A−1, then for any b in Rn,

Ax = b

has precisely one solution, and that solution is

x = A−1b.

So, if Ax = b has no solutions:A is not invertible.

If Ax = b has infinitely many solutions:

A is not invertible.

Page 21: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

If an Inverse Exists....

Theorem

If an n-by-n matrix A has an inverse A−1, then for any b in Rn,

Ax = b

has precisely one solution, and that solution is

x = A−1b.

So, if Ax = b has no solutions:A is not invertible.

If Ax = b has infinitely many solutions:A is not invertible.

Page 22: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements are equivalent:

1) Ax = b has exactly one solution for any b .

2) Ax = 0 has no nonzero solutions.

3) The rank of A is n.

4) The reduced form of A has no zeroes along the main diagonal.

By previous theorem, if A is invertible, all these statements hold.

statements 1-4

invertible

emp

ty

invertible

???

Are the statements equivalent to A being invertible?

Page 23: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements are equivalent:

1) Ax = b has exactly one solution for any b .

2) Ax = 0 has no nonzero solutions.

3) The rank of A is n.

4) The reduced form of A has no zeroes along the main diagonal.

By previous theorem, if A is invertible, all these statements hold.

statements 1-4

invertible

emp

ty

invertible

???

Are the statements equivalent to A being invertible?

Page 24: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements are equivalent:

1) Ax = b has exactly one solution for any b .

2) Ax = 0 has no nonzero solutions.

3) The rank of A is n.

4) The reduced form of A has no zeroes along the main diagonal.

By previous theorem, if A is invertible, all these statements hold.

statements 1-4invertible

emp

ty

invertible

???

Are the statements equivalent to A being invertible?

Page 25: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements are equivalent:

1) Ax = b has exactly one solution for any b .

2) Ax = 0 has no nonzero solutions.

3) The rank of A is n.

4) The reduced form of A has no zeroes along the main diagonal.

By previous theorem, if A is invertible, all these statements hold.

statements 1-4invertible

emp

ty

invertible

???

Are the statements equivalent to A being invertible?

Page 26: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements are equivalent:

1) Ax = b has exactly one solution for any b .

2) Ax = 0 has no nonzero solutions.

3) The rank of A is n.

4) The reduced form of A has no zeroes along the main diagonal.

By previous theorem, if A is invertible, all these statements hold.

statements 1-4

invertible

emp

ty

invertible

???

Are the statements equivalent to A being invertible?

Page 27: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements are equivalent:

1) Ax = b has exactly one solution for any b .

2) Ax = 0 has no nonzero solutions.

3) The rank of A is n.

4) The reduced form of A has no zeroes along the main diagonal.

By previous theorem, if A is invertible, all these statements hold.

statements 1-4

invertible

emp

ty

invertible

???

Are the statements equivalent to A being invertible?

Page 28: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

If Ax = b has a unique solution, is A invertible?

• Fix A.

• Given b, we can solve Ax = b for x.

• So, given b, we find x.

• This is a transformation: T (b) = x. That is, given input b, theoutput x is the vector we multiply A by to get b.

• T is linear:

- Let T (b1) = x1 and T (b2) = x2.- Note A(x1 + x2) = Ax1 + Ax2 = b1 + b2.

So, T (b1 + b2) = x1 + x2 = T (b1) + T (b2).So, T preserves addition.

- Note A(sx1) = sA(x1) = sb1, so T (sb1) = sx1 = sT (b1).So, T preserves scalar multiplication.

• Since T is a linear transformation from one collection of vectors toanother, there exists some matrix B such that T (b) = Bb.

• Consider T (Ax). Note T (Ax) = x for every x in Rn, so B(Ax) = xfor every x. Therefore, BA = I , so B = A−1.

Page 29: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

If Ax = b has a unique solution, is A invertible?

• Fix A.

• Given b, we can solve Ax = b for x.

• So, given b, we find x.

• This is a transformation: T (b) = x. That is, given input b, theoutput x is the vector we multiply A by to get b.

• T is linear:

- Let T (b1) = x1 and T (b2) = x2.- Note A(x1 + x2) = Ax1 + Ax2 = b1 + b2.

So, T (b1 + b2) = x1 + x2 = T (b1) + T (b2).So, T preserves addition.

- Note A(sx1) = sA(x1) = sb1, so T (sb1) = sx1 = sT (b1).So, T preserves scalar multiplication.

• Since T is a linear transformation from one collection of vectors toanother, there exists some matrix B such that T (b) = Bb.

• Consider T (Ax). Note T (Ax) = x for every x in Rn, so B(Ax) = xfor every x. Therefore, BA = I , so B = A−1.

Page 30: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements are equivalent:

1) Ax = b has exactly one solution for any b .

2) Ax = 0 has no nonzero solutions.

3) The rank of A is n.

4) The reduced form of A has no zeroes along the main diagonal.

By previous theorem, if A is invertible, all these statements hold.And now we’ve shown that if the statements hold, then A is invertible

statements 1-4

invertible

emp

ty

invertible

Page 31: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements are equivalent:

1) Ax = b has exactly one solution for any b .

2) Ax = 0 has no nonzero solutions.

3) The rank of A is n.

4) The reduced form of A has no zeroes along the main diagonal.

By previous theorem, if A is invertible, all these statements hold.And now we’ve shown that if the statements hold, then A is invertible

statements 1-4

invertible

emp

ty

invertible

Page 32: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements are equivalent:

1) Ax = b has exactly one solution for any b .

2) Ax = 0 has no nonzero solutions.

3) The rank of A is n.

4) The reduced form of A has no zeroes along the main diagonal.

By previous theorem, if A is invertible, all these statements hold.And now we’ve shown that if the statements hold, then A is invertible

statements 1-4

invertible

emp

ty

invertible

Page 33: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements are equivalent:

1) Ax = b has exactly one solution for any b .

2) Ax = 0 has no nonzero solutions.

3) The rank of A is n.

4) The reduced form of A has no zeroes along the main diagonal.

5) A is invertible

statements 1-4

invertible

emp

ty

invertible

Page 34: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Theorem:A is invertible if and only if Ax = b has exactly one solution forevery b .

Suppose A is a matrix with the following reduced form. Is Ainvertible?

1 0 30 1 20 0 0

no

1 0 00 1 00 0 1

yes

1 0 00 0 10 0 0

no

Page 35: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Theorem:A is invertible if and only if Ax = b has exactly one solution forevery b .

Suppose A is a matrix with the following reduced form. Is Ainvertible?

1 0 30 1 20 0 0

no

1 0 00 1 00 0 1

yes

1 0 00 0 10 0 0

no

Page 36: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Theorem:A is invertible if and only if Ax = b has exactly one solution forevery b .

Suppose A is a matrix with the following reduced form. Is Ainvertible?

1 0 30 1 20 0 0

no

1 0 00 1 00 0 1

yes

1 0 00 0 10 0 0

no

Page 37: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Theorem:A is invertible if and only if Ax = b has exactly one solution forevery b .

Suppose A is a matrix with the following reduced form. Is Ainvertible?

1 0 30 1 20 0 0

no

1 0 00 1 00 0 1

yes

1 0 00 0 10 0 0

no

Page 38: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Theorem:A is invertible if and only if Ax = b has exactly one solution forevery b .

Suppose A is a matrix with the following reduced form. Is Ainvertible?

1 0 30 1 20 0 0

no

1 0 00 1 00 0 1

yes

1 0 00 0 10 0 0

no

Page 39: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Computing the Inverse (when it exists)

[A I

] reduce−−−−→[I A−1

]

[2 1 1 00 1 0 1

]︸ ︷︷ ︸

[A|I ]

R1−R2−−−−→[

2 0 1 −10 1 0 1

]12R1−−→[

1 0 12−12

0 1 0 1

]︸ ︷︷ ︸

[I |A−1]

Calculate the inverse of A =

1 0 32 1 62 0 7

A−1 =

7 0 −3−2 1 0−2 0 1

Calculate the inverse of B =

[1 11 1

]

Page 40: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Computing the Inverse (when it exists)

[A I

] reduce−−−−→[I A−1

]

[2 1 1 00 1 0 1

]︸ ︷︷ ︸

[A|I ]

R1−R2−−−−→[

2 0 1 −10 1 0 1

]12R1−−→[

1 0 12−12

0 1 0 1

]︸ ︷︷ ︸

[I |A−1]

Calculate the inverse of A =

1 0 32 1 62 0 7

A−1 =

7 0 −3−2 1 0−2 0 1

Calculate the inverse of B =

[1 11 1

]

Page 41: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Computing the Inverse (when it exists)

[A I

] reduce−−−−→[I A−1

]

[2 1 1 00 1 0 1

]︸ ︷︷ ︸

[A|I ]

R1−R2−−−−→[

2 0 1 −10 1 0 1

]

12R1−−→[

1 0 12−12

0 1 0 1

]︸ ︷︷ ︸

[I |A−1]

Calculate the inverse of A =

1 0 32 1 62 0 7

A−1 =

7 0 −3−2 1 0−2 0 1

Calculate the inverse of B =

[1 11 1

]

Page 42: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Computing the Inverse (when it exists)

[A I

] reduce−−−−→[I A−1

]

[2 1 1 00 1 0 1

]︸ ︷︷ ︸

[A|I ]

R1−R2−−−−→[

2 0 1 −10 1 0 1

]12R1−−→[

1 0 12−12

0 1 0 1

]︸ ︷︷ ︸

[I |A−1]

Calculate the inverse of A =

1 0 32 1 62 0 7

A−1 =

7 0 −3−2 1 0−2 0 1

Calculate the inverse of B =

[1 11 1

]

Page 43: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Computing the Inverse (when it exists)

[A I

] reduce−−−−→[I A−1

]

[2 1 1 00 1 0 1

]︸ ︷︷ ︸

[A|I ]

R1−R2−−−−→[

2 0 1 −10 1 0 1

]12R1−−→[

1 0 12−12

0 1 0 1

]︸ ︷︷ ︸

[I |A−1]

Calculate the inverse of A =

1 0 32 1 62 0 7

A−1 =

7 0 −3−2 1 0−2 0 1

Calculate the inverse of B =

[1 11 1

]

Page 44: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Computing the Inverse (when it exists)

[A I

] reduce−−−−→[I A−1

]

[2 1 1 00 1 0 1

]︸ ︷︷ ︸

[A|I ]

R1−R2−−−−→[

2 0 1 −10 1 0 1

]12R1−−→[

1 0 12−12

0 1 0 1

]︸ ︷︷ ︸

[I |A−1]

Calculate the inverse of A =

1 0 32 1 62 0 7

A−1 =

7 0 −3−2 1 0−2 0 1

Calculate the inverse of B =

[1 11 1

]

Page 45: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Computing the Inverse (when it exists)

[A I

] reduce−−−−→[I A−1

]

[2 1 1 00 1 0 1

]︸ ︷︷ ︸

[A|I ]

R1−R2−−−−→[

2 0 1 −10 1 0 1

]12R1−−→[

1 0 12−12

0 1 0 1

]︸ ︷︷ ︸

[I |A−1]

Calculate the inverse of A =

1 0 32 1 62 0 7

A−1 =

7 0 −3−2 1 0−2 0 1

Calculate the inverse of B =

[1 11 1

]

Page 46: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Inverses and Products

Suppose A and B are invertible matrices, with the samedimensions. Simplify:

ABB−1A−1

Since ABB−1A−1 = I , we conclude that the inverse of AB isB−1A−1.

What is (ABC )−1?

Simplify: [(AC )−1A(AB)−1

]−1

Page 47: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Inverses and Products

Suppose A and B are invertible matrices, with the samedimensions. Simplify:

ABB−1A−1

Since ABB−1A−1 = I , we conclude that the inverse of AB isB−1A−1.

What is (ABC )−1?

Simplify: [(AC )−1A(AB)−1

]−1

Page 48: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Inverses and Products

Suppose A and B are invertible matrices, with the samedimensions. Simplify:

ABB−1A−1

Since ABB−1A−1 = I , we conclude that the inverse of AB isB−1A−1.

What is (ABC )−1?

Simplify: [(AC )−1A(AB)−1

]−1

Page 49: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Inverses and Products

Suppose A and B are invertible matrices, with the samedimensions. Simplify:

ABB−1A−1

Since ABB−1A−1 = I , we conclude that the inverse of AB isB−1A−1.

What is (ABC )−1?

Simplify: [(AC )−1A(AB)−1

]−1

Page 50: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants

Recall:

det

[a bc d

]= ad − bc

det

= a det − b det + c det

In general:

det

a1,1 a1,2 · · · a1,na2,1 a2,2 · · · a2,n

...an,1 an,2 · · · an,n

= a1,1D1,1−a1,2D1,2+a1,3D1,3 · · ·±a1,nD1,n

where Di ,j is the determinant of the matrix obtained from Aby deleting row i and column j .

Page 51: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants

Recall:

det

[a bc d

]= ad − bc

det

a b cd e fg h i

= a det

[e fh i

]− b det

[d fg i

]+ c det

[d eg h

]

In general:

det

a1,1 a1,2 · · · a1,na2,1 a2,2 · · · a2,n

...an,1 an,2 · · · an,n

= a1,1D1,1−a1,2D1,2+a1,3D1,3 · · ·±a1,nD1,n

where Di ,j is the determinant of the matrix obtained from Aby deleting row i and column j .

Page 52: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants

Recall:

det

[a bc d

]= ad − bc

det

a b cd e fg h i

= a det

[e fh i

]− b det

[d fg i

]+ c det

[d eg h

]

In general:

det

a1,1 a1,2 · · · a1,na2,1 a2,2 · · · a2,n

...an,1 an,2 · · · an,n

= a1,1D1,1−a1,2D1,2+a1,3D1,3 · · ·±a1,nD1,n

where Di ,j is the determinant of the matrix obtained from Aby deleting row i and column j .

Page 53: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants

Recall:

det

[a bc d

]= ad − bc

det

a b cd e fg h i

= a det

[e fh i

]− b det

[d fg i

]+ c det

[d eg h

]

In general:

det

a1,1 a1,2 · · · a1,na2,1 a2,2 · · · a2,n

...an,1 an,2 · · · an,n

= a1,1D1,1−a1,2D1,2+a1,3D1,3 · · ·±a1,nD1,n

where Di ,j is the determinant of the matrix obtained from Aby deleting row i and column j .

Page 54: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants

Recall:

det

[a bc d

]= ad − bc

det

a b cd e fg h i

= a det

[e fh i

]− b det

[d fg i

]+ c det

[d eg h

]

In general:

det

a1,1 a1,2 · · · a1,na2,1 a2,2 · · · a2,n

...an,1 an,2 · · · an,n

= a1,1D1,1−a1,2D1,2+a1,3D1,3 · · ·±a1,nD1,n

where Di ,j is the determinant of the matrix obtained from Aby deleting row i and column j .

Page 55: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants

Recall:

det

[a bc d

]= ad − bc

det

a b cd e fg h i

= a det

[e fh i

]− b det

[d fg i

]+ c det

[d eg h

]

In general:

det

a1,1 a1,2 · · · a1,na2,1 a2,2 · · · a2,n

...an,1 an,2 · · · an,n

= a1,1D1,1−a1,2D1,2+a1,3D1,3 · · ·±a1,nD1,n

where Di ,j is the determinant of the matrix obtained from Aby deleting row i and column j .

Page 56: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Calculate

det

1 2 3 40 1 0 12 0 1 01 0 2 0

= 6

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210

Page 57: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Calculate

det

1 2 3 40 1 0 12 0 1 01 0 2 0

= 6

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210

Page 58: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Calculate

det

1 2 3 40 1 0 12 0 1 01 0 2 0

= 6

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210

Page 59: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Calculate

det

1 2 3 40 1 0 12 0 1 01 0 2 0

= 6

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210

Page 60: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants of Triangular Matrices

Calculate, where ∗ is any number:

det

1 0 0 0 0∗ 2 0 0 0∗ ∗ 3 0 0∗ ∗ ∗ 4 0∗ ∗ ∗ ∗ 5

det

1 ∗ ∗ ∗ ∗0 2 ∗ ∗ ∗0 0 3 ∗ ∗0 0 0 4 ∗0 0 0 0 5

Fact: for any square matrix A, det(A) = det(AT )

Page 61: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants of Triangular Matrices

Calculate, where ∗ is any number:

det

1 0 0 0 0∗ 2 0 0 0∗ ∗ 3 0 0∗ ∗ ∗ 4 0∗ ∗ ∗ ∗ 5

det

1 ∗ ∗ ∗ ∗0 2 ∗ ∗ ∗0 0 3 ∗ ∗0 0 0 4 ∗0 0 0 0 5

Fact: for any square matrix A, det(A) = det(AT )

Page 62: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants of Triangular Matrices

Calculate, where ∗ is any number:

det

1 0 0 0 0∗ 2 0 0 0∗ ∗ 3 0 0∗ ∗ ∗ 4 0∗ ∗ ∗ ∗ 5

det

1 ∗ ∗ ∗ ∗0 2 ∗ ∗ ∗0 0 3 ∗ ∗0 0 0 4 ∗0 0 0 0 5

Fact: for any square matrix A, det(A) = det(AT )

Page 63: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants of Upper Triangular Matrices

Is the determinant of ANY triangular matrix the product of thediagonal entries?

det

[a ∗0 b

]= ab

For 2-by-2 matrices: yes.

The determinant of any triangular matrix (upper or lower) is theproduct of the diagonal entries.

Page 64: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants of Upper Triangular Matrices

Is the determinant of ANY triangular matrix the product of thediagonal entries?

det

[a ∗0 b

]= ab

For 2-by-2 matrices: yes.

The determinant of any triangular matrix (upper or lower) is theproduct of the diagonal entries.

Page 65: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants of Upper Triangular Matrices

Is the determinant of ANY triangular matrix the product of thediagonal entries?

det

[a ∗0 b

]= ab

For 2-by-2 matrices: yes.

The determinant of any triangular matrix (upper or lower) is theproduct of the diagonal entries.

Page 66: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants of Upper Triangular Matrices

Is the determinant of ANY triangular matrix the product of thediagonal entries?

det

[a ∗0 b

]= ab

For 2-by-2 matrices: yes.

det

a ∗ ∗0 b ∗0 0 c

= a det

[b ∗0 c

]− ∗ det

[0 ∗0 c

]+ ∗ det

[0 b0 0

]

The determinant of any triangular matrix (upper or lower) is theproduct of the diagonal entries.

Page 67: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants of Upper Triangular Matrices

Is the determinant of ANY triangular matrix the product of thediagonal entries?

det

[a ∗0 b

]= ab

For 2-by-2 matrices: yes.

det

a ∗ ∗0 b ∗0 0 c

= a det

[b ∗0 c

]︸ ︷︷ ︸triangular

− ∗ det

[0 ∗0 c

]︸ ︷︷ ︸triangular

+ ∗ det

[0 b0 0

]︸ ︷︷ ︸triangular

= a(bc)− ∗(0 · c) + ∗(0 · 0)

= abc

The determinant of any triangular matrix (upper or lower) is theproduct of the diagonal entries.

Page 68: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants of Upper Triangular Matrices

Is the determinant of ANY triangular matrix the product of thediagonal entries?

det

[a ∗0 b

]= ab

For 2-by-2 matrices: yes.

det

a ∗ ∗0 b ∗0 0 c

= a det

[b ∗0 c

]︸ ︷︷ ︸triangular

− ∗ det

[0 ∗0 c

]︸ ︷︷ ︸triangular

+ ∗ det

[0 b0 0

]︸ ︷︷ ︸triangular

= a(bc)− ∗(0 · c) + ∗(0 · 0)

= abc

The determinant of any triangular matrix (upper or lower) is theproduct of the diagonal entries.

Page 69: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinants of Upper Triangular Matrices

Is the determinant of ANY triangular matrix the product of thediagonal entries?

det

[a ∗0 b

]= ab

For 2-by-2 matrices: yes.

det

a ∗ ∗0 b ∗0 0 c

= a det

[b ∗0 c

]︸ ︷︷ ︸triangular

− ∗ det

[0 ∗0 c

]︸ ︷︷ ︸triangular

+ ∗ det

[0 b0 0

]︸ ︷︷ ︸triangular

= a(bc)− ∗(0 · c) + ∗(0 · 0)

= abc

The determinant of any triangular matrix (upper or lower) is theproduct of the diagonal entries.

Page 70: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

det

10 9 8 4 120 5 9 7 150 0 1

213

27

0 0 0 2 320 0 0 0 5

= (10)(5)

(1

2

)(2)(5) = 250

Careful: this ONLY works with triangular matrices!

Page 71: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

det

10 9 8 4 120 5 9 7 150 0 1

213

27

0 0 0 2 320 0 0 0 5

= (10)(5)

(1

2

)(2)(5) = 250

Careful: this ONLY works with triangular matrices!

Page 72: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

det

10 9 8 4 120 5 9 7 150 0 1

213

27

0 0 0 2 320 0 0 0 5

= (10)(5)

(1

2

)(2)(5) = 250

Careful: this ONLY works with triangular matrices!

Page 73: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

More Determinant Tricks

Helpful Facts for Calculating the Determinant of a Square MatrixA:

1. If B is obtained from A by multiplying one row of A by theconstant c then detB = c detA.

2. If B is obtained from A by switching two rows of A thendetB = − detA.

3. If B is obtained from A by adding a multiple of one row toanother then detB = detA.

4. det(A) = 0 if and only if A is not invertible

5. For all matrices B of the same size as A,det(AB) = det(A) det(B).

6. det(AT ) = det(A)

Remark: You should understand how the first three lead to the fourth;otherwise, the proofs are optional, found in the notes.

Page 74: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

More Determinant Tricks

Helpful Facts for Calculating the Determinant of a Square MatrixA:

1. If B is obtained from A by multiplying one row of A by theconstant c then detB = c detA.

2. If B is obtained from A by switching two rows of A thendetB = − detA.

3. If B is obtained from A by adding a multiple of one row toanother then detB = detA.

4. det(A) = 0 if and only if A is not invertible

5. For all matrices B of the same size as A,det(AB) = det(A) det(B).

6. det(AT ) = det(A)

Remark: You should understand how the first three lead to the fourth;otherwise, the proofs are optional, found in the notes.

Page 75: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

More Determinant Tricks

Helpful Facts for Calculating the Determinant of a Square MatrixA:

1. If B is obtained from A by multiplying one row of A by theconstant c then detB = c detA.

2. If B is obtained from A by switching two rows of A thendetB = − detA.

3. If B is obtained from A by adding a multiple of one row toanother then detB = detA.

4. det(A) = 0 if and only if A is not invertible

5. For all matrices B of the same size as A,det(AB) = det(A) det(B).

6. det(AT ) = det(A)

Remark: You should understand how the first three lead to the fourth;otherwise, the proofs are optional, found in the notes.

Page 76: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

More Determinant Tricks

Helpful Facts for Calculating the Determinant of a Square MatrixA:

1. If B is obtained from A by multiplying one row of A by theconstant c then detB = c detA.

2. If B is obtained from A by switching two rows of A thendetB = − detA.

3. If B is obtained from A by adding a multiple of one row toanother then detB = detA.

4. det(A) = 0 if and only if A is not invertible

5. For all matrices B of the same size as A,det(AB) = det(A) det(B).

6. det(AT ) = det(A)

Remark: You should understand how the first three lead to the fourth;otherwise, the proofs are optional, found in the notes.

Page 77: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

More Determinant Tricks

Helpful Facts for Calculating the Determinant of a Square MatrixA:

1. If B is obtained from A by multiplying one row of A by theconstant c then detB = c detA.

2. If B is obtained from A by switching two rows of A thendetB = − detA.

3. If B is obtained from A by adding a multiple of one row toanother then detB = detA.

4. det(A) = 0 if and only if A is not invertible

5. For all matrices B of the same size as A,det(AB) = det(A) det(B).

6. det(AT ) = det(A)

Remark: You should understand how the first three lead to the fourth;otherwise, the proofs are optional, found in the notes.

Page 78: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Solutions to Systems of Equations

Let A be an n-by-n matrix. The following statements areequivalent:

1) Ax = b has exactly one solution for any b .2) Ax = 0 has no nonzero solutions.3) The rank of A is n.4) The reduced form of A has no zeroes along the main diagonal.5) A is invertible6) det(A) 6= 0

statements 1-4invertible

nonzero determinant

Page 79: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Is A invertible?

A =

72 9 8 160 4 3 −90 0 5 30 0 0 21

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210; det

0 1 2 0

10 5 0 110 0 5 30 2 1 1

=?

Calculate: det

1 5 10 150 1 1 10 2 1 20 1 2 1

Page 80: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Is A invertible?

A =

72 9 8 160 4 3 −90 0 5 30 0 0 21

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210; det

0 1 2 0

10 5 0 110 0 5 30 2 1 1

=?

Calculate: det

1 5 10 150 1 1 10 2 1 20 1 2 1

Page 81: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Is A invertible?

A =

72 9 8 160 4 3 −90 0 5 30 0 0 21

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210; det

0 1 2 0

10 5 0 110 0 5 30 2 1 1

=?

Calculate: det

1 5 10 150 1 1 10 2 1 20 1 2 1

Page 82: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210; det

0 20 20 01 5 0 22 0 5 10 1 3 1

= ?

det

2 0 5 11 5 0 20 10 10 00 1 3 1

= ? det

2 0 5 10 10 10 01 5 0 20 1 3 1

= ?

Page 83: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210; det

0 20 20 01 5 0 22 0 5 10 1 3 1

= ?

det

2 0 5 11 5 0 20 10 10 00 1 3 1

= ? det

2 0 5 10 10 10 01 5 0 20 1 3 1

= ?

Page 84: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210; det

0 20 20 01 5 0 22 0 5 10 1 3 1

= −420

det

2 0 5 11 5 0 20 10 10 00 1 3 1

= ? det

2 0 5 10 10 10 01 5 0 20 1 3 1

= ?

Page 85: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210; det

0 20 20 01 5 0 22 0 5 10 1 3 1

= −420

det

2 0 5 11 5 0 20 10 10 00 1 3 1

= ? det

2 0 5 10 10 10 01 5 0 20 1 3 1

= ?

Page 86: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210; det

0 20 20 01 5 0 22 0 5 10 1 3 1

= −420

det

2 0 5 11 5 0 20 10 10 00 1 3 1

= 210 det

2 0 5 10 10 10 01 5 0 20 1 3 1

= ?

Page 87: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210; det

0 20 20 01 5 0 22 0 5 10 1 3 1

= −420

det

2 0 5 11 5 0 20 10 10 00 1 3 1

= 210 det

2 0 5 10 10 10 01 5 0 20 1 3 1

= ?

Page 88: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

det

0 10 10 01 5 0 22 0 5 10 1 3 1

= −210; det

0 20 20 01 5 0 22 0 5 10 1 3 1

= −420

det

2 0 5 11 5 0 20 10 10 00 1 3 1

= 210 det

2 0 5 10 10 10 01 5 0 20 1 3 1

= − 210

Page 89: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Suppose detA = 5 for an invertible matrix A. What is det(A−1)?

Suppose A is an n-by-n matrix with determinant 5. What is thedeterminant of 3A?

Suppose A is an n-by-n matrix, and x and y are distinct vectors inRn with Ax = Ay. What is det(A)?

Page 90: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 91: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 92: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 93: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 94: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−−

det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 95: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1

R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 96: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−−

det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 97: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2

2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 98: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−−

det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 99: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2

R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 100: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 101: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 102: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 103: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 104: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 105: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])

= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 106: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 107: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Using Row Reduction to Calculate a Determinant

1 0 41 2 80 1 1

R2−R1−−−−→

1 0 40 2 40 1 1

12R2−−→

1 0 40 1 20 1 1

R3−R2−−−−→

1 0 40 1 20 0 − 1

det : −2 R2+R1←−−−− det : −2 2R2←−− det : −1 R3+R2←−−−− det : −1

det

2 2 2 11 1 1 13 5 8 79 6 1 4

= det

0 0 0 −11 1 1 13 5 8 79 6 1 4

= −(−1) det

1 1 13 5 89 6 1

=det

1 1 10 2 50 −3 −8

= 1det

([2 5−3 −8

])= −16 + 15 = −1

Is the original 4-by-4 matrix invertible?

Page 108: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Suppose a matrix has the following reduced form. Is the matrixinvertible? What is its determinant?1 2 3

0 4 50 0 6

Invertible; determinant unknowable but nonzero

1 2 30 4 50 0 0

Not invertible; determinant 0

1 0 00 1 00 0 1

Invertible; determinant unknowable but nonzero

Page 109: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Suppose a matrix has the following reduced form. Is the matrixinvertible? What is its determinant?1 2 3

0 4 50 0 6

Invertible; determinant unknowable but nonzero1 2 3

0 4 50 0 0

Not invertible; determinant 0

1 0 00 1 00 0 1

Invertible; determinant unknowable but nonzero

Page 110: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Suppose a matrix has the following reduced form. Is the matrixinvertible? What is its determinant?1 2 3

0 4 50 0 6

Invertible; determinant unknowable but nonzero1 2 3

0 4 50 0 0

Not invertible; determinant 01 0 0

0 1 00 0 1

Invertible; determinant unknowable but nonzero

Page 111: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Suppose a matrix has the following reduced form. Is the matrixinvertible? What is its determinant?1 2 3

0 4 50 0 6

Invertible; determinant unknowable but nonzero1 2 3

0 4 50 0 0

Not invertible; determinant 01 0 0

0 1 00 0 1

Invertible; determinant unknowable but nonzero

Page 112: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinant Expansion across Alternate Lines

+ − + −− + − ++ − + −− + − +

det

9 8 5 6 101 0 0 0 17 0 1 1 18 0 1 1 14 3 5 6 7

det

8 9 5 60 1 1 00 7 1 10 8 1 1

Page 113: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinant Expansion across Alternate Lines

+ − + −− + − ++ − + −− + − +

det

9 8 5 6 101 0 0 0 17 0 1 1 18 0 1 1 14 3 5 6 7

det

8 9 5 60 1 1 00 7 1 10 8 1 1

Page 114: Course Notes 4.5: Matrix Inverses 4.6: Determinants Outlineelyse/152/2017/8InverseAnd...Course Notes 4.5: Matrix Inverses 4.6: Determinants Solutions to Systems of Equations Let A

Course Notes 4.5: Matrix Inverses 4.6: Determinants

Determinant Expansion across Alternate Lines

+ − + −− + − ++ − + −− + − +

det

9 8 5 6 101 0 0 0 17 0 1 1 18 0 1 1 14 3 5 6 7

det

8 9 5 60 1 1 00 7 1 10 8 1 1