S8 Flashcards

1
Q

If V = Span(v1,…,vk), then {v1,…,vk} is a basis of V.

A

False

To be a basis of V , the vectors would also have to be linearly independent.

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

If V has dimension k, and B = {v1, . . . , vk} is linearly independent, then B is a basis of V .

A

True

Because V has dimension k, any set of k linearly independent vectors is a basis.

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

A spanning set of maximal size is a basis.

A

False

A linearly independent set of maximal size must be a basis; a spanning set of minimal size must also be a basis.

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

The pivot columns of an echelon form of a matrix A form a basis for Col(A).

A

False

The key is that two row equivalent matrices do not have to have the same column space (although they have the same row space).

For instance, think of the reduced echelon form, which always has pivot columns e1,e2,…. Clearly there are matrices whose column space does not have such a basis (let the first row of the matrix be all zeroes).

The confusing thing is that to find a basis for a column space of A, you find an echelon form and see what the pivot columns are, but then the corresponding columns of A form a basis.

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

Row(A) = Col(AT)

A

True

The rows of A are the columns of AT .

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

Row(A) is a subspace of ℝm.

A

False

The rows of A have size n, so clearly Row(A) is a subset of ℝn and not (in general) of ℝm.

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

dim Row(A) = dim Col(A)

A

True

Both are equal to the number of pivots in an echelon form of A.

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

dim Row(A) + dim Nul(A) = n

A

True

This is called the Rank Theorem in the book (since dim Row(A) = rank(A) by definition). Basically, dim Row(A) equals the number of pivots in an echelon form of A, and dim Nul(A) equals the number of columns in an echelon form that do not have a pivot (because each such column gives a free variable), so the sum of these is the number of columns.

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

There is a 6×9 matrix B such that dim Nul(B) = 2.

A

False

By 4), we would have dim Row(A) = 9 − 2 = 7. But Row(A) is a subspace

of ℝ6, which has dimension 6, and subspace cannot have higher dimension than the vector space they are in.

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