Let x∈Col(A) and r1,...rm=rowsinA.
x=c1r1+...+cmrm
Null(A)
Let x∈Null(A) and r1,...rm=rowsinA.
0=r1x⋮rmx
Extensions from Theorems
Theorem 7.1.5: rank(A)=rank(AT)
ightarrowCol(A)=Row(AT),Row(A)=Col(AT)
8.2 Linear Mappings
Inventing/Finding linear mappings
Common V and W vector spaces to use:
Vector Space
Dimension
P2(R)
# of xn terms e.g. dim(a+bx+cx2)=3
M2x2(R)
4
n
n
Practice: pg. 224 q3,4
Proofs Help
Definitions
Assumptions/Information
Interpretations/Applicable Theorems
L:V→W is linear mapping
{L(v1),...L(vk)} spans W
Range(L)=W, dim(Range(L))=k=rank(L)
L:V→W is linear mapping
dim(V)=nrank(L)=dim(Range(L))
L:V→W is linear mapping
Ker(L)={0}
dim(Ker(L))=0=nullity(L)
L:U→V is linear mapping
M:V→W is linear mapping
Range(M∘L)
Let x∈Range(M∘L).
Then there exists v∈V where x=(M∘L)(v)=M(L(v))∈Range(M).
Therefore Range(M∘L) is a subset of Range(M)
What you are trying to prove
What to use
dimV≤dimW
1. Rank nullity theorem
2. Prove that V is a subset of the W
rank(M∘L)≤rank(M)
Prove that the Range(M∘L) is a subset of Range(M)
- Can only use this if both ranges are in the same subspace
rank(M∘L)≤rank(L)
Since they are not in the same subspace, we cannot use the above strategy
Instead, analyze kernels and use rank-nullity theorem.
ightarrow Prove that ker(M∘L)≥ker(L), then use rank-nullity theorem to do the rest
When you are given information about rank, try to turn it into information about nullity instead since you can generally do more with kernals then range.
8.3 Matrix of a Linear Mapping
Solving for [xB]:
x=c1B1+c2B2... Solve for c1,c2,...
If x is a polynomial, collect like terms on the RHS if x is in the form a+bx+... This way we can do coefficient equality in order to solve for the coefficients (pg. 226 example)
Solving for [L(v)]C
L(v)=c1C1+... Solve for c1,...
8.4 Isomorphisms
Assumptions/Information
Interpretations/Applicable Theorems
V is isomorphic to W
1. There exists L:V→W that is linear mapping.
2. L is 1-1 and onto ightarrowRange(L)=W and Ker(L)={0}
What you are trying to prove
What to use
V is isomorphic to W
1. Define a basis for V and a basis for W
2. Define mapping L:V→W that maps the basis for V to the basis for W
e.g. V={v1,...v2}, W={w1,...w2}L(t1v1+...+tnvn)=t1w1+...+tnwn
3. Prove that the mapping is linear, 1-1, and onto.