Linear maps Flashcards

(24 cards)

1
Q

linear map

A

if V and W are 2 vector spaces then a linear map T:V-> W is a function satisfying:
- T(v1+v2) = Tv1 + Tv2
- T(µv) = µT(v)

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

how to determine a linear map using basis vectors

A

let {v1…vn} be basis for V then:
any linear map T is determined by the values T(vi)
given n elements w1..wn in W there is exactly one linear map with T(vi) = wi

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

linear map and matrix

A

a function T is a linear map from R^n to R^m then there is an mxn matrix A such that
T(v) = Av
A = (T(e1)…T(en))

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

composition of linear maps

A

if T is V-> W and S is W->U then ST: V->U is also a linear map
also if T and S are represented by A and B matrixes then ST is represented by BA

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

1-1

A

if f(x1) = f(x2) then x1 = x2
cant have two elements of x map by f to the same y

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

onto

A

there is an x in X with f(x) = y

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

bijection

A

function that is 1-1 and onto

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

linear map as bijection

A

if T is a linear map and a bijection of vector spaces then its inverse is also a linear map
if from R^n - R^n then and represented by A then inverse represented by A^-1

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

isomorphism

A

bijective linear map

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

coordinate map as an isomorphism

A

if V is an n dimensional vector space
chose an ordered basis B then the coordinate map is an isomorphism
in particular any abstract vector space with a spanning set is isomorphic to R^n for some n

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

square diagram theorem

A

let V be vector space dimension n and W dimension m. suppose we have chosen ordered bases B,C of V and W giving coordinate maps øb and øc
suppose T a linear map V-> W there is a matrix A that represents it
V->W is T
V-> R^n is øb
W-> R^m is øc
R^n -> R^m is A
øcT(v) = A(øb v)

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

ith column of a matrix representing a linear map

A

give a map µfrom R^n to R^m the matrix that represents it has ith colum µ(ei)
the matrix A has ith column ø(T(vi))

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

image

A

ImT = {w in W | there is a v in V with T(v) = w}

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

kernel

A

kerT = {v in V|Tv = 0}

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

image and kernel as vector subspaces

A

is T: V-> W then ImT is a vector subspace of W and kerT is a vector subspace of V

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

spanning set for image

A

T: V-> W is a linear map and {v1…vn} is a basis for V
then {Tv1…Tvn} is a spanning set for ImT

17
Q

equivalent statements to ketT = {0}

A

let T:V-> W be a linear map then the following are equivalent
- kerT = {0}
- T is 1:1 (ie Tv1 = Tv2 then v1 = v2)
- if {v1..vm} is an LI set in V then {Tv1…Tvm} is an LI set in W

18
Q

basis for image

A

let T : V-> W be a linear map and kerT = {0}
if {v1…vn} basis for V then {Tv1…Tv2} basis for ImT

19
Q

rank of a linear map

A

rkT is the dim(ImT)

20
Q

nullity of a linear map

A

nullT is the dim(kerT)

21
Q

composite of isomorphisms

A

let T be a linear map V->W
suppose we have isomorphism V’->V by ø and W->W’ by ψ
can form the composite
V’->V->W->W’ by ø then T then ψ
then rank(ψTø) = rank(T)
null(ψTø) = null(T)

22
Q

rank nullity theorem

A

let V and W be finite dimensional vector spaces and T: V->W a linear map then
dimV = rankT + nullT

23
Q

isomorphism and dimensions

A

there is an isomorphism from V to W implies dimV = dimW