docs

L1.3: Systems of Linear Equations

Solving linear systems using Gaussian elimination.

L1.3: Systems of Linear Equations

Techniques for finding solutions to sets of linear equations.

Gaussian Elimination

A method for solving systems of linear equations by performing row operations on the augmented matrix.

  1. Swap two rows.
  2. Multiply a row by a non-zero scalar.
  3. Add a multiple of one row to another row.