← 2025 Paper 1
UPSC 2025 Maths Optional Paper 1 Q2a — Step-by-Step Solution
15 marks · Section A
Matrix of a linear transformation · Linear Algebra · asked 10× in 13 yrs · Read the full method →
Question
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.
Compute B−1 (with detB=1):
B−1=3−12−73−5−52−3.
Then
A=(100111)3−12−73−5−52−3=(51−12−2−8−1).
Step 3 — Write T explicitly.
T(x,y,z)=(5x−12y−8z,x−2y−z).
Answer
T(x,y,z)=(5x−12y−8z,x−2y−z).