← 2024 Paper 1
UPSC 2024 Maths Optional Paper 1 Q2a — Step-by-Step Solution
15 marks · Section A
Inverse of a matrix (adjoint and row reduction) · Linear Algebra · asked 3× in 13 yrs · Read the full method →
Question
Consider a linear operator T on R3 over R defined by T(x,y,z)=(2x,4x−y,2x+3y−z). Is T invertible? If yes, justify your answer and find T−1.
Technique
Read off the triangular matrix of T; determinant is the product of diagonal entries; invert by back-substitution.
Solution
Step 1 — Matrix of T.
[T]=2420−1300−1.
Step 2 — Determinant.
Lower-triangular: det[T]=2⋅(−1)⋅(−1)=2=0. Therefore T is invertible.
Step 3 — Find T−1.
Solve T(x,y,z)=(a,b,c):
- 2x=a⇒x=a/2.
- 4x−y=b⇒y=4x−b=2a−b.
- 2x+3y−z=c⇒z=2x+3y−c=a+3(2a−b)−c=7a−3b−c.
Answer
T−1(a,b,c)=(2a,2a−b,7a−3b−c).