Linear Maps Flashcards
Basis
a set of ordered vectors which is a spanning set and linearly independent
any v in a vector space can be uniquely written as:
v = λ₁e₁ + … + λₙeₙ
where e₁,…eₙ is a basis of V
[|v|]col
(λ₁ .. λₙ) (in a column form)
where v = λ₁e₁ + … + λₙeₙ
linear map
If V and W are vector spaces over 𝔽 then F is a linear map if
F(v+w) = F(v) + F(w)
F(λv) = λF(v)
where v,w are in V λ in 𝔽
Lemma 4.3. Let V,W be a vector space over 𝔽 and F: v->W be a linear map. Then f(0) =
0
best example of a linear map
matrix multiplication on the left F: v -> Av
multiplying a matrix on the left with an element of the usual basis will
output the ith column of the matrix
The matrix representation of a linear map F, [|F|]col, is given by
([|F(e₁)|], … [|F(eₙ)|])
[|F|]col [|v|]col =
[|F(v)|]col
How to apply a linear map where the basis is not standard
- chose the basis
- calculate F(eᵢ)
- get F(eᵢ) into a L.C. of the basis elements
- fill out [|F|]col = ([|f(e₁)|], … [|f(eₙ)|])
- find [|v|]col w.r.t the basis
- multiply [|F|]col [|v|]col to get the result
(to check sum all the basis elements = e and calculate F(e) )