Let T:R3→R2 be a linear transformation such that T(1,1,−1)=(1,0), T(4,1,1)=(0,1) and T(1,−1,2)=(1,1). Find T.
Technique
A linear map is determined by its action on a basis. Since the three given inputs form a basis, recover the standard matrix as [T]=[images][basis]−1.
Solution
Step 1 — Verify the inputs form a basis.
Let v1=(1,1,−1), v2=(4,1,1), v3=(1,−1,2). Put them as columns of
B=11−14111−12,detB=1(2+1)−4(2−1)+1(1+1)=3−4+2=1=0.
So {v1,v2,v3} is a basis of R3 and T is uniquely determined.
Step 2 — Standard matrix of T.
If A=[T] is the 2×3 standard matrix, then Avi= (imagei). Stacking images as columns of C=(100111), we have AB=C, hence
A=CB−1.