Row and Column Reduction; Echelon Form
At a Glance
- Frequency: 1 sub-part across 1 of 13 years (2025)
- Priority tier: T4
- Marks (count): 15 (1)
- Average solve time: ~20 min
- Difficulty mix: medium 1
- Section: B | Dominant type: computation
Why This Chapter Matters
Row reduction to echelon form is the algorithmic backbone of linear algebra: it computes rank, solves , and finds the null space all in one sweep. UPSC 2025 posed a 15-mark Section B question asking candidates to reduce a matrix to echelon form and then use it to determine rank or solve a system — rewarding careful, displayed work. Although the atom has appeared only once, it underpins nearly every other linear-algebra topic, making fluency with the algorithm essential.
Minimum Theory
Elementary row operations (EROs):
- — swap two rows.
- , — scale a row by a nonzero constant.
- , — add a scalar multiple of one row to another.
Each ERO is invertible; hence they do not change the row space or the rank.
Row Echelon Form (REF): A matrix is in REF if
- Every zero row is below all nonzero rows.
- The leading (first nonzero) entry — the pivot — of each nonzero row lies strictly to the right of the pivot of the row above it.
Reduced Row Echelon Form (RREF): REF plus
- Every pivot equals 1.
- Every other entry in a pivot column is 0.
Gaussian elimination converts any matrix to REF; Gauss–Jordan elimination continues to RREF.
Rank: = number of nonzero rows in any REF of = number of pivots.
Rank–Nullity Theorem: For an matrix,
Solving : Augment to and row-reduce.
- Consistent iff no pivot appears in the last column (i.e., ).
- Unique solution iff additionally (no free variables).
Column reduction: Analogous operations on columns preserve the column space structure and may be combined with row reduction (PAQ decomposition) to find the rank normal form.
Normal form under row and column operations: Every matrix of rank is equivalent (under EROs and ECOs) to
Question Archetypes
| Archetype | Recognition |
|---|---|
| reduce-and-rank | ”Reduce to echelon form; hence find the rank” |
| solve-system-via-reduction | ”Solve the system / find conditions on for consistency” |
| null-space-basis | ”Find a basis for the null space / solution space” |
reduce-and-rank (1 question(s); 2025)
Recognition Cues
- A concrete matrix (often or with integer entries) is given.
- Asked to “reduce to echelon form” — may say REF or RREF.
- Rank is asked, or the reduction is the first step of a larger system-solving problem.
- 15 marks implies full displayed work: every row operation labelled.
Solution Template
- Write the matrix (or augmented matrix ).
- Use to create zeros below each pivot column; label each operation.
- (For RREF) Scale each pivot row to make the leading entry 1; then eliminate upward.
- Count the nonzero rows — this is the rank.
- If solving : identify free variables; back-substitute to write the general solution.
Worked Example
2025 Paper 1, 2025-P1-Q3b (15 marks)
Reduce the following matrix to row echelon form and hence determine its rank. Also find the complete solution of the system where .
Step 1. Form the augmented matrix :
Step 2. , , :
Step 3. , :
Step 4. (already reduced). The last row reads , which is a contradiction, so the system is inconsistent for .
The matrix itself (ignore the last column) has two nonzero rows in echelon form:
Step 5. Null space (for completeness, with ): free variables are and .
From row 2: . From row 1: .
General solution of :
Common Traps
- Forgetting to apply the same row operation to the augmented column — gives a wrong consistency verdict.
- Stopping at REF when RREF is required, or vice versa — read the question carefully.
- Mis-labelling free vs. pivot variables when columns 2 and 4 are non-pivot: always check which columns contain pivots after full reduction.
- Arithmetic sign errors when with negative entries — write out the multiplier explicitly before subtracting.
Marks-Aware Writing
At 15 marks (Section B), UPSC expects full displayed work. Allocate roughly: 4 marks for setting up and performing all row operations with labels; 2 marks for identifying the REF/RREF clearly; 2 marks for stating the rank; 4 marks for the consistency check and back-substitution; 3 marks for writing the general solution or null-space basis. Do not skip steps or bundle multiple operations — each operation on its own line earns partial credit.
Practice Set
Only one historical question on this atom (shown above).