Lecture Chapter 4 Flashcards
What is a vector space?
nonempty set of vectors such that
u+v is in V
cu is in V
What is a subspace of a vector space?
subset H of V with 3 properties
- zero vector is in H
- H is closed under vector addition : u+v is in H
- H is closed under multiplication by scalars : cu is in H
If v1,v2,…vp are in a vector space V, what about Span {v1,v2,…,vp}?
Span{v1,v2,…,vp} is a subspace of V
What is a null space?
Nul A : set of all solutions of homogeneous equation Ax=0
A mxn
Nul A : subspace of Rn
Col A : subspace of Rm
What is a column space?
Col A : set of all linear combinations of the columns of A
Col A = Span {a1, a2, … , an}
Is Col A all Rm?
only if Ax=b has a solution for every b in Rm
What is a linear transformation T from a vector space V into a vector space W
assigns to each x in V a unique T(x) in W such that
- T(u+v) = T(u) + T(v)
- T(cu) = cT(u)
What is the kernel of a linear transformation?
the set of all u in V such that T(u)=0
What is the range of a linear transformation?
the set of all vectors in W (T(x)) for some x in V
When is an indexed set {v1, v2, … , vp} with v1/=0 linearly dependent?
if some vj is a linear combination of the preceding vectors v1, v2,…, vj-1
H subspace of vector space V
When is B = {b1, b2,…,bp} a basis for H?
B is a linearly independent set
the subspace spanned by B coincides with H : H=Span{b1,b2,…,bp}
What is the spanning set theorem?
S={v1,v2,…,vp} a set in V , H=Span{v1,v2,…,vp}
- if one of the vectors in S is a linear combination of the remaining ones, the set formed by S - this vector still spans H
- if H /= {0}, some subset of S is a basis for H
B a basis for V and x in V
What are the B-coordinates of x?
x = c1b1 + c2b2 + … + cnbn
What is the coordinate vector of x relative to B
[x]B=(c1,c2,…,cn)
mapping x–>[x]B is the coordinate mapping