Basis and Dimension Flashcards

1
Q

What is a basis and what is the invariance of dimension?

A

A list of vectors in space V that is linearly independent and spans V.
If B and C are both vectors of V, then they contain the same number elements

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

When is a vector space finite dimensional and what is its dimensions?

A

If there exists a basis B for V with a finite number of elements.
Dimension is |B|.

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

What is the dimension of the zero vector space?

A

Dimension is 0.

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

What is the dimension of the subspace of V?

A

If V finite-dimensional, then the subspace W is also finite-dimensional.
Dim(W) <= Dim(V). If equal, then W = V

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

What is the sifting algorithm?

A

Consider each vector consecutively. If vi is the zero vector or if it is a linear combination of other preceding vectors, then remove

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

How do we create a basis from a spanning list of vectors?

A
  • Sifting the list
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do we create a basis from a list of vectors in a finite dimensional vector space?

A

If the list is linearly independent, then extend it to the basis

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

What does it mean if a list of n independent vectors is in an n-dimensonial vector space?

A

It is a basis

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

What is the coordinate vector with respect to a basis?

A

Writing v as a linear combination of the vectors in the basis, the scalars in the combination are the coordinates of v with respect to the basis B

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

How do you calculate the coordinate vector of a vector with respect to multiple bases and what does the answer mean?

A

Write the vector as a linear combination of each basis.
The coordinate vector is essentially then the amount of each basis vector that is needed to reconstruct the original vector.

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

How do we compute the coordinate vector of a vector with respect to basis C, if we know the coordinate vector of w with respect to basis B?

A

Express each vector in B as linear comb of basis vectors in C

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

What is the change of basis matrix?

A

P(C <- B) = Matrix of cordiante vectors of Bi with respect to C
Therefore the coordinate vectors of the current matrix with respect to the matrix being changed to

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

What is the formula for the coordinate vector of v ito a basis, using the COB matrix?

A

coordinate vector of v ito the basis changed to = C.O.B matrix * coordinate vector changed from.

Therefore [v]B = PB <- B’ * [V]B’

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

How do you calculate a basis for the solution set of a homogeneous system of linear equations?

A
  1. Write down augmented matrix
  2. Perform row operations into RREF
  3. Identify pivot columns and free variables
  4. Write general solutions, expressing the variables in terms of the free variables
  5. Construct the basis vector which is the vector the free variables correspond to
How well did you know this?
1
Not at all
2
3
4
5
Perfectly