| When performing R2−3R1 on the matrix [132−1∣∣54], a student writes [102−7∣∣54] instead of [102−7∣∣5−11]. | The row operation must be applied to every entry in the row, including the augmented column; the correct computation is 4−3(5)=−11, not 4. | Always apply the row operation to the entire row: when performing R2−3R1, compute [3,−1,∣,4]−3[1,2,∣,5]=[0,−7,∣,−11]. |
| When eliminating the first column, a student wants to eliminate the leading 3 in row 2 using row 1 as a pivot, but performs R2−2R1 instead of R2−3R1, resulting in [1,4,∣,10] instead of [0,−2,∣,1]. | Using the wrong multiplier means the leading entry in row 2 does not actually become zero; only when the multiplier equals the ratio of the entries being eliminated does the first entry vanish. | Before performing a row elimination, calculate the multiplier: if row 2 has a leading 3 and row 1 has a leading 1, the multiplier must be 3/1=3, so perform R2−3R1. |
| A student reaches the matrix [1010∣∣30] but treats it as having a unique solution and tries to solve for both variables. | A row of all zeros [0,0,∣,0] represents a redundant equation and means the system has infinitely many solutions (a free variable), not a unique solution. | When you get a row of the form [0,0,…,0,∣,0], stop elimination and recognize that the system has infinitely many solutions; a row like [0,0,∣,c] with c=0 means no solution exists. |