Quiz 3 Flashcards

1
Q

What is a spanning set of vectors for a vector space V?

A

A spanning set is any set of vectors which can span V

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

What is a basis for a vector space V?

A

A basis is a linearly independent set of vectors which can span V

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

If the set S = {v1,v2,…,vn} is a basis for a vector space V, what can be said about all linearly independent sets of vectors in V?

A

They must be n or smaller.

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

What can be said about the dimension of a vector space?

A

It is equal to the number of vectors required for a basis of that vector space

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

What order should you go about proving a set of vectors is a basis?

A

First show it spans, then plug in 0 to show it is linearly independent

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

How do you write the coordinates with respect to a certain basis?

A

Find the coefficients which would result in the vectors of that basis equaling the coordinates, then write those coefficient into a nx1 matrix (aka a n-tuple)

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

What is the row space of a matrix?

A

The row space of a matrix is the vector space spanned by the rows of that matrix

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

What is the row rank of a matrix and how do you find it?

A

The row rank is the dimension of the row space, to find it, simply row reduce the matrix and count the number of non-zero rows.

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

What is the basis for the row space?

A

It is the set of non-zero rows which remain after the matrix has been row-reduced using only elementary row operations

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

What is true of the column rank of a matrix?

A

It is the same as the row rank

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

How do you denote the row rank of a matrix A?

A

r(A)

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

What does a system of equations being consistent and r(A) = k imply?

A

That the solutions to the system can be expressed using n-k arbitrary unknowns where n denotes the total number of unknowns in the system.

Importantly, if n-k is 0, that means there is a unique solution to the system of equations

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

What are the conditions for a system of a equations to be consistent?

A

For the system Ax=b it is consistent if and only if r(A) = r(A|b)

Essentially if you add the column b to the matrix and row reduce, is the rank greater than if b was not present.

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

What is the rank of a matrix?

A

It is its column rank, which is its row rank

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

How can you use row rank to determine linear independence?

A

Take a set of k n-tuples. If the row rank of the resulting matrix is not equal to k then the set is not linearly independent.

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

What does rank tell us about invertibility?

A

An nxn matrix has an inverse if and only if its rank is equal to n