lecture 8 - vector spaces 2 Flashcards

1
Q

What is basis?

A

B = {V1, V2, .. , Vn} are basis if properties:
- vectors linearly independent
- vectors span the vector space (check against vector space principles)
They are the basis if :when multiplied by any (x,y) or (x,y,z), it produces a vector in the space

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

What is steinitz lemma?

A

If you have linearly independent set of vectors (remove dependencies by cancelling), then the number of vectors in the independent set cannot exceed the number of vectors in the spanning set.
> maximum size of a linearly independent set is same as its size of a basis

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

How to find the basis ?

A

if 2D, check if they are not multiples of each other
if 3D, put the vectors in a matrix and check if determinant is nonzero (non singular)
if independent and matches space’s dimension then its a basis!!

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

What is dimension?

A

symbolised as dim(E).
dimension is the order of the basis.
e.g. a 3D space like R^3 will have the dimension of 3.
> max number of linearly independent vectors of E
> minimum number of vectors spanning E

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

What is grassmans formula?

A

For vector subspaces (U,+, .) and (V, +, .) of (E,+, .)
Then dim(U + V) + dim (U n V) = dim(U) + dim(V)
If we sum two sets, its resulting dimension depends on each set separately and their intersection

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