Linear Maps Flashcards

1
Q

Basis

A

a set of ordered vectors which is a spanning set and linearly independent

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

any v in a vector space can be uniquely written as:

A

v = λ₁e₁ + … + λₙeₙ

where e₁,…eₙ is a basis of V

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

[|v|]col

A

(λ₁ .. λₙ) (in a column form)

where v = λ₁e₁ + … + λₙeₙ

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

linear map

A

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 𝔽

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

Lemma 4.3. Let V,W be a vector space over 𝔽 and F: v->W be a linear map. Then f(0) =

A

0

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

best example of a linear map

A

matrix multiplication on the left F: v -> Av

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

multiplying a matrix on the left with an element of the usual basis will

A

output the ith column of the matrix

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

The matrix representation of a linear map F, [|F|]col, is given by

A

([|F(e₁)|], … [|F(eₙ)|])

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

[|F|]col [|v|]col =

A

[|F(v)|]col

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

How to apply a linear map where the basis is not standard

A
  1. chose the basis
  2. calculate F(eᵢ)
  3. get F(eᵢ) into a L.C. of the basis elements
  4. fill out [|F|]col = ([|f(e₁)|], … [|f(eₙ)|])
  5. find [|v|]col w.r.t the basis
  6. multiply [|F|]col [|v|]col to get the result

(to check sum all the basis elements = e and calculate F(e) )

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