Systems of Linear Equations and Gaussian Elimination
A system of linear equations in matrix form: Gaussian elimination reduces the augmented matrix [A|b] to row echelon form: 1.
Physics I176 wordsFree to read
A system of linear equations in matrix form:
Ax=b
Gaussian elimination reduces the augmented matrix [A∣b] to row echelon form:
Swap two rows: Ri↔Rj.
Scale a row: Ri→αRi, α=0.
Add a multiple: Ri→Ri+αRj.
Example — Solve the 2×2 system:
(241−1∣∣51)R2−2R1(201−3∣∣5−9)
Back-substitution gives y=3, x=1.
Solution types
Unique:rk(A)=rk([A∣b])=n
Infinite:rk(A)=rk([A∣b])<n
None:rk(A)<rk([A∣b])
Tip: Always check the rank of both A and [A∣b] before interpreting the solution.
Common pitfall: Row operations preserve the solution set, not the matrix: the echelon form is a different matrix telling the same story. And a row 00∣c with c=0 ends that story — no solution, stop.
Placeholder: Systems of Linear Equations and Gaussian Elimination
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.