Systems of Linear Equations and Gaussian Elimination
A system of linear equations in matrix form is written as Ax = b, where A is the coefficient matrix, x is the variable vector, and b is the constant vec…
Physics I266 wordsFree to read
Linear Systems & Gaussian Form
A system of linear equations in matrix form is written as Ax=b, where A is the coefficient matrix, x is the variable vector, and b is the constant vector.
Gaussian elimination solves this by reducing the augmented matrix [A∣b] into row echelon form using three safe operations:
Operation
Notation
Rule
Swap
Ri↔Rj
Exchange rows
Scale
Ri→αRi
α=0
Add
Ri→Ri+αRj
Add multiple
Example: Solve a 2×2 system: (241−1∣∣51)R2−2R1(201−3∣∣5−9)
Back-substitution yields y=3 and x=1. Row operations preserve the solution set, but yield a different matrix telling the same story.
Solution Types & Ranks
Always check the rank of both A and the augmented matrix [A∣b] before interpreting your final system outcome.
Solution Type
Rank Condition
Meaning
Unique
rk(A)=rk([A∣b])=n
Exact fit
Infinite
rk(A)=rk([A∣b])<n
Free variables
None
rk(A)<rk([A∣b])
Contradiction
Common pitfall: A resulting row of the form 00∣c where c=0 instantly means no solution. Stop immediately when this contradiction appears.
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.