quiz 4 Flashcards

1
Q

what is the determinant of a 2x2 matrix?

A

ad - bc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what does theorem 4 state?

A

let A = [a b], [c d] if ad - bc (the determinant) does not = 0, then A is invertible and A^-1 = 1/(ad-bc)[[d -b], [-c a]]. if ad - bc = 0, then A is not invertible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

a matrix that is not invertible is called

A

a singular matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

a matrix that is invertible is called

A

a nonsingular matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

a matrix A^-1 is the inverse of A if

A

AA^-1 = I
and
A^-1A = I

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is the formula for the inverse of a 2x2 matrix?

A

1
———- * [d -b]
ad - bc [-c a]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what does theorem 5 state?

A

if A is an invertible nxn (square) matrix, then for each b in R^n, the equation Ax = b has the unique solution A^-1b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

how many parts are there in theorem 6?

A

3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what does theorem 6 state?

A

a) if A is an invertible matrix, then A^-1 is invertible and (A^-1)^-1) = A

b) if A and B are nxn (square) matrices, then so is AB, and the inverse of AB is the product of the inverses of A and B in the reverse order. that is, (AB)^-1 = B^-1 * A^-1

c) if A is an invertible matrix, then so is A^T, and the inverse of A^T is the transpose of A^-1. that is, (A^T)^-1 = (A^-1)^T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is theorem 6 in easier terms?

A

a) the inverse of the inverse of A is A

b) (AB)^-1 = B^-1 * A^-1

c) (A^T)^-1 = (A^-1)^T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is part a of theorem 6?

A

(A^-1)^-1 = A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is part b of theorem 6?

A

(AB)^-1 = B^-1 * A^-1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is part c of theorem 6?

A

(A^T)^-1 = (A^-1)^T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what does theorem 7 state?

A

an nxn (square) matrix is invertible if and only if it is row equivalent to I, and in this case, any sequence of elementary row operations that reduces A to I also transforms I to A^-1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is the algorithm for finding A^-1?

A

row reduce the augmented matrix [A I]. if A is row equivalent to I, then [A I] is row equivalent to [I A^-1]. otherwise, A does not have an inverse.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is another name for theorem 8?

A

the invertible matrix theorem

17
Q

what is the first part of the invertible matrix theorem?

A

let A be a square nxn matrix. Then the following statements are equivalent. That is, for a given A, the statements are either all true or all false

18
Q

what are the statements in theorem 8?

A

a) A is an invertible matrix
b) A is row equivalent to I
c) A has n pivot positions
d) the equation Ax = 0 has only the trivial solution
e) the columns of a form a linearly independent set
f) the linear transformation x –> Ax is a one-to-one
g) the equation Ax = b has at least one solution for each b in R^n
h) the columns of A span R^n
i) the linear transformation x –> Ax maps R^n onto R^n
j) there is an nxn matrix C such that CA = I
k) there is an nxn matrix D such that AD = I
l) A^T is an invertible matrix

19
Q

what are parts a - c of theorem 8?

A

a) A is an invertible matrix
b) A is row equivalent to I
c) A has n pivot positions

20
Q

what are parts d - f of the invertible matrix theorem?

A

d) the equation Ax = 0 has only the trivial solution
e) the columns of a form a linearly independent set
f) the linear transformation x –> Ax is a one-to-one

22
Q

what are parts g - i of theorem 8?

A

g) the equation Ax = b has at least one solution for each b in R^n
h) the columns of A span R^n
i) the linear transformation x –> Ax maps R^n onto R^n

23
Q

what are parts j - l of the invertible matrix theorem?

A

j) there is an nxn matrix C such that CA = I
k) there is an nxn matrix D such that AD = I
l) A^T is an invertible matrix