Rank
The rank of a matrix is the number of Pivots in it's Row-Echelon-Form (REF), or equivalently, it is the number of non-zero rows in it's REF.
Example:
Given
- If
, then the system is inconsistent no solution. - If
unique solution. - if
infinite solutions.
for all matrices
Example:
Go to Gaussian Elimination With A Parameter to see a worked example of how to turn a system of equations with a parameter into each of the cases listed above.