Intuition
The number of pivots is the single number that says most about a matrix, and it is called the rank. Compared with the number of unknowns and with the rank of the augmented matrix, it decides whether a system has no solution, exactly one, or infinitely many.
A committee of ten may hold only three different views if the other seven only repeat combinations of those three. The rank counts the rows that elimination cannot wipe out.
Rank
The rank of a matrix , written , is the number of pivots in a row echelon form of . Because the reduced form is unique, it does not depend on how elimination is done. For an matrix it is at most , since each pivot has its own row, and at most , since each has its own column.
What the rank decides
- has a solution exactly when : the theorem below.
- If it has one, the number of free variables is , where is the number of unknowns.
The rank test for a system
Reduce the augmented matrix. The part before the bar is then an echelon form of A, so the two ranks count the pivots of one elimination and differ only if the last column holds a pivot. Such a pivot is a row that reads 0 = c with c not zero, which nothing satisfies. Without it, back substitution produces a solution.
Proof steps
Reduce the augmented matrix to echelon form; the part before the bar is an echelon form of .
The pivots before the bar are those of , and the last column can add at most one more.
A pivot in the last column is a row that is zero before the bar and not after it.
That row is an equation no values of the unknowns can satisfy.
Otherwise every equation can be solved for its pivot unknown, with the free unknowns set to anything, say zero.
Applications
Practice
Counting Pivots
Reduce to echelon form and count the non-zero rows: each of them holds exactly one pivot.
Two non-zero rows, so the rank is : the second row was twice the first and added nothing.
Try it
What is the rank of ?
Try it
What is the largest possible rank of a matrix?
The Rank Test
Compare with . Equal: solvable. Different: the augmented matrix has a pivot after the bar, a row .
Try it
A system has and . What follows?
Try it
A system in unknowns has . How many solutions does it have?
Try it
A consistent system in unknowns has a coefficient matrix of rank . How many free variables does it have?
Try it
A homogeneous system of equations in unknowns has only the solution .
Try it
If a matrix has rank , then has a solution for every in .
Try it
For which does the system , have a solution?
What You Learned
- is the number of pivots, and it is at most the number of rows and of columns.
- Solvable exactly when .
- Consistent systems have free variables.
Final checkpoint
Try it
What is the rank of ?
Try it
A system of equations in unknowns has . How many solutions does it have?
Try it
A system with more equations than unknowns has no solution.
Completion
Lesson complete
Great work! You now know how to:
- compute the rank by counting pivots;
- decide consistency with the rank test;
- count free variables and solutions from the rank;
- tell when a homogeneous system has a non-zero solution.