Find the range, rank, kernel and nullity of the linear transformation T:R4→R3 given by T(x,y,z,w)=(x−w,y+z,z−w).
Technique
Write the matrix of T; then range = column space, rank = rank of the matrix, kernel = null space, with the Rank–Nullity theorem as a check.
Solution
Step 1 — Matrix of T (standard bases).
A=100010011−10−1,T(v)=Av.
The columns are the images of e1,e2,e3,e4: T(e1)=(1,0,0), T(e2)=(0,1,0), T(e3)=(0,1,1), T(e4)=(−1,0,−1).
Step 2 — Rank.A is already in echelon form, with pivots in columns 1, 2, 3 (the rows (1,0,0,−1), (0,1,1,0), (0,0,1,−1) are independent). Hence
rank(T)=3.
Step 3 — Range. Since rank=3=dimR3, the range is all of R3:
Range(T)=R3,T is onto.
A basis is {(1,0,0),(0,1,0),(0,0,1)}.
Step 4 — Kernel. Solve Av=0:
x−w=0,y+z=0,z−w=0.
Let w=t (free). Then x=t, z=t, y=−z=−t. So
ker(T)={t(1,−1,1,1):t∈R}=span{(1,−1,1,1)}.