We commonly use a ๐ฑ Matrix to encode systems of linear equations. Specifically, a system
can be written as
Gaussian Elimination
The general solution to such a system consists of a particular solution, a specific value for
- Exchange two rows.
- Multiply one row with a constant.
- Add a multiple of a row to another.
Row-Echelon Form
We can use these operations to reach row-echelon form where all nonzero rows have
From this form, we can solve for each variable row-by-row, starting with the bottom. Variables corresponding to pivots are fixed variables, and the rest are free variables.
Reduced Row-Echelon Form
The reduced row-echelon form takes this idea a bit further, enforcing the conditions above as well as making each pivot the only nonzero entry in its column. Solutions to