Nullspace and Range
- Nullspace (kernel)
- N(T)={x∈V:T(x)=0}
- All the vectors that get transformed to 0
- Subspace of the domain
- Range (image)
- R(T)={T(x):x∈V}
- All the vectors produced by the transform
- Subspace of the codomain
- If β={v1,…,vn} is a basis for the domain V, R(T)=span(T(v1),…,T(vn)) (theorem 2.2)
Nullity and Rank
- nullity(T)=dim(N(T))
- rank(T)=dim(R(T))
- Rank-Nullity/Dimension Theorem: nullity(T)+rank(T)=dim(V)
- T is one-to-one ⟺N(T)={0}
- If dim(V)=dim(W) finite, the following are equivalent
- T is one-to-one
- T is onto
- rank(T)=dim(V)