← 2013 Paper 1
UPSC Maths 2013 Paper 1 Q1a — Solution
10 marks · Section A
Question
Find the inverse of the matrix
A=1233−1217−1
by using elementary row operations. Hence solve the system of linear equations
x+3y+z=10,2x−y+7z=21,3x+2y−z=4.
Technique
Gauss-Jordan on [A∣I] to obtain A−1; matrix-vector product to solve the system.
Solution
Strategy. Augment A with I3, reduce to RREF using elementary row operations; the right block becomes A−1. Then x=A−1b.
Step 1 — Row-reduce [A∣I]
[A∣I]=1233−1217−1100010001
R2→R2−2R1, R3→R3−3R1:
1003−7−715−41−2−3010001
R3→R3−R2:
1003−7015−91−2−101−1001
R2→−71R2, R3→−91R3:
1003101−5/7112/71/90−1/71/900−1/9
R2→R2+75R3: new R2=(0,1,0∣2/7+5/63,−1/7+5/63,−5/63)=(0,1,0∣23/63,−4/63,−5/63).
R1→R1−R3 then R1→R1−3R2:
- After R1−R3: (1,3,0∣1−1/9,−1/9,1/9)=(1,3,0∣8/9,−1/9,1/9).
- After −3R2: (1,0,0∣56/63−69/63,−7/63+12/63,7/63+15/63)=(1,0,0∣−13/63,5/63,22/63).
So
A−1=631−132375−4722−5−7.
(Sanity: detA=63 by cofactor expansion along row 1 — 1(1−14)−3(−2−21)+1(4+3)=−13+69+7=63 ✓.)
Step 2 — Solve Ax=(10,21,4)T
x=A−110214=631−130+105+88230−84−2070+147−28=63163126189=123.
Answer
x=1,y=2,z=3.