Chapter 4 (Vector Spaces) Flashcards
When is a set closed under op *
If a * b is in A (for all a and b in A)
Axiom 1
u + v is in v (closed under +)
Axiom 2
u + v = v + u (commutative)
Axiom 3
u + (v + w) = (u + v) + w (associative)
Axiom 4
0 + u = u + 0 = u
–> 0 is an object in V (zero vector)
Axiom 5
u + (-u) = (-u) + u = 0
–> each u in V has a has a -u in V
Axiom 6
ku is in V (closed under scalar multiplication
Axiom 7
k(u+v) = ku + kv
Axiom 8
(k+m)u = ku + mu
Axiom 9
k(mu) = (km)u
Axiom 10
1u = u
What are the conditions for W to be a subspace of V
If under + and scalar multiplication on V, W is also a vector space
REMEMBER!
- If axioms 2, 3, 7, 8, 9 are valid in V –> also valid in W
- Just have to check 1 and 6
1 –> u + v is in W
6 –> ku is in W
How can vector W be a linear combination of vectors v1,v2,…,vr
If w = k1v1 + k2v2, … +…krvr
–> linear combination of v1,v2,…vr
What is a space spanned by v1,v2…,vr (Set S)
Subspace W of all linear combinations of v1,v2,…vr
–> W = span(S) = {k1v1 + k2v2 …+krvr)
span {v1} and eq
line through origin
–> span{v1} = tv1 (k1v1)
–> line // to v1