Consider the augmented matrix:

The leading one’s are in first, third, and fifth columns.

  • The pivot columns (leading ones) of A are the first, third, and fifth columns
  • The corresponding variables of the system . are Variables that correspond to a pivot are basic variables.
  • Variables that are not basic are free variables. They can take any value.
  • The free variables are and . Any choice of the free variables leads to a solution of the system.

Unique solution exists if and only if there are no free variables.

A linear system is consistent if it has at least one solution.

Note

If you see something like this (b is a non-zero number):

RUN you don’t have a Consistent System.