Solving Linear Systems
Basic Definitions
(Pivot) The pivot of a row in a matrix is the leftmost nonzero entry in that row.
(Row Echelon Form) A matrix is in row echelon form (REF) if and only if:
- All rows consisting entirely of zeros are at the bottom of the matrix, and
- The pivot of each nonzero row is in a column strictly to the right of the pivot of the row above it.
(Reduced Row Echelon Form) A matrix is in reduced row echelon form if and only if
- The matrix is in Row Echelon Form
- The pivot in each nonzero row is d
- Each pivot is the only nonzero column in its column
(Consistency) A system of linear equations is consistent if it has at least one solution. Otherwise it is inconsistent
(Basic Variable): We say that is a basic variable if the column of rref(C) has a pivot.
(Free Variable): We say that is a basic variable if the column of rref(C) has NO pivot.
Rouché–Capelli Theorem
Let be the augmented matrix and the coefficient matrix.
Inconsistent System
A system is inconsistent iff the last column of has a pivot.
Unique Solution
A system has exactly one solution iff:
- the last column of has no pivot
- every column of does have a pivot
In other words:
Infinitely Many Solutions
A system has infinitely many solutions iff:
- the last column of has no pivot
- has at least one column without a pivot
In other words:
Specifically, the dimension of the solution set (set of possible input vectors x to produce Ax = b) is: