Row Operation

Row Operation

  1. Replacement/Addition
  2. Interchange
  3. Scaling Row operations can be used to solve systems of linear equations

Single row operations can be represented by an Elementary Matrix A system of equations written as an Augmented Matrix

Row operation example (these are augmented)

Link to original

Consistent

A linear system is considered consistent if it has solution(s)

Theorem for Consistency

A linear system is consistent iff the last column of the augmented matrix does not have a pivot. This is the same as saying that the RREF of the augmented matrix does not have a row of the form

Moreover, if a linear system is consistent, then it has 1. a unique solution iff there are no free variables. 2. infinitely many solutions that are parameterized by free variables

Row Equivalent

Row Equivalent

If two matrices are row equivalent they have the same solution set, meaning that they have a Bijection through Row Operations

Link to original

Echelon Form

Echelon Form

A rectangular matrix is in echelon form if

  1. If there are any, all zero rows are at the bottom
  2. The first non-zero entry (leading entry) of a row is to the right of any leading entries in the row above it
  3. All elements below a leading entry are zero For reduced row echelon form
  4. All leading entries, if any, are equal to 1.
  5. Leading entries are the only nonzero entry in their respective column.

Pivot

  • A Pivot in a matrix A is a location in A that corresponds to a leading 1 in the RREF of A
  • A Pivot column is the column of the pivot

Free Variable

Free variables are the variables of the non-pivot columns

  • Any choice of the free variables leads to a solution of the system
  • If you have any free variables you do not have a unique solution]
Link to original