Definitions
Consistent
A consistent system of equations is one that has at least one solution. If you have the system:
Inconsistent
If a system of equations has no solutions, then it is inconsistent. If the last column (in an augmented matrix) is a pivot column, that is, it has a pivot, then it's inconsistent.
Basic and Free Variables
A basic variable is one that is bound by an equation. A free variable is not bound by any equation. Here is an example:
So, to determine whether a variable is basic or free, check whether it has a pivot value. In the matrix above, the first, second, and third columns were pivot columns, meaning those three variables were basic, while the fourth was free. If the fifth column, or the augmented column, is a pivot column, it's inconsistent, so there is no solution at all.
Determine Whether a System of Equations is Consistent
This is very simple. This requires two steps.
Convert to Row-Eschilon Form
Check if the last column is a pivot column
If it is, it's inconsistent
If it isn't, it's consistent
Brief Explanation
If the last column is a pivot column, then that row gives an equation that looks something like 0x + 0y + 0z = 1, meaning 0 = 1. Clearly, this is false, so the system of equations is inconsistent.