Definition

An algorithm for solving systems of linear equations. Transform a matrix to an upper triangular matrix using the elementary row operations.

Elementary Row Operations

  • Swapping two rows
  • Multiplying a row by a non-zero scalar
  • Adding a multiple of one row to another row

Examples