The pivot elements are the first non-zero elements in each row. The pivot columns are the columns containing the pivot elements. The pivot positions are the positions of the pivot elements. We may note that the pivot positions locate on the main diagonal of the matrix; therefore, one may find that Gaussian elimination is a process of transforming a matrix into a triangular matrix.
Definition (Rank): Suppose Am×n is reduced to echlon form Em×n by Gaussian elimination. The rank of A, denoted by rank(A), is the number
rank(A)=number of pivots=number of nonzero rows in E=number of basic columns in A.
Theorem 2.1: Let A be a matrix of order m×n. Then rank(A)≤min(m,n).
2.2 Consistency of Linear Systems
A system of linear equations is said to be consistent if it has at least one solution. Otherwise, it is inconsistent.
There are some ways to characterize the consistency(or inconsistency) of a system of linear equations. One of the most common ways is to use the rank of the coefficient matrix.
Suppose there is a system of linear equations Ax=b, where A is the coefficient matrix, x is the vector of unknowns, and b is the constant vector. The system is consistent if and only if rank(A)=rank(A∣B), where A∣B is the augmented matrix of the system.
Example: Determine if the following system is consistent: