The Rank of A Matrix: 1 Rank and Solutions To Linear Systems
The Rank of A Matrix: 1 Rank and Solutions To Linear Systems
Francis J. Narcowich
Department of Mathematics
Texas A&M University
January 2005
Theorem 1.1 If [A|b] and [A0 |b0 ] are augmented matrices for two linear systems
of equations, and if [A|b] and [A0 |b0 ] are row equivalent, then the corresponding
linear systems are equivalent.
Theorem 1.2 Consider the system Ax = b, with coefficient matrix A and aug-
mented matrix [A|b]. As above, the sizes of b, A, and [A|b] are m × 1, m × n, and
m × (n + 1), respectively; in addition, the number of unknowns is n. Below, we
summarize the possibilities for solving the system.
iii. Ax = b has infinitely many solutions if and only if rank[A] = rank[A|b] < n.
1
To illustrate this theorem, let’s look at the simple systems below.
x1 + 2x2 = 1 3x1 + 2x2 = 3 3x1 + 2x2 =3
3x1 + x2 = −2 −6x1 − 4x2 = 0 −6x1 − 4x2 = −6
The augmented matrices for these systems are, respectively,
1 2 1 3 2 3 3 2 3
.
3 1 −2 −6 −4 0 −6 −4 −6
Applying the row-reduction algorithm yields the row-reduced form of each of these
augmented matrices. The results are, again respectively,
1 32 0 1 23 1
1 0 −1
.
0 1 1 0 0 1 0 0 0
From each of these row-reduced versions of the augmented matrices, one can read
off the rank of the coefficient matrix as well as the rank of the augmented matrix.
Applying Theorem 1.2 to each of these tells us the number of solutions to expect
for each of the corresponding systems. We summarize our findings in the table
below.
System rank[A] rank[A|b] n # of solutions
First 2 2 2 1
Second 1 2 2 0 (inconsistent)
Third 1 1 2 ∞
2
2 Linear Independence and Dependence
A set of k vectors {u1 , u2 , . . . , uk } is linearly independent (LI) if the equation
k
X
cj uj = 0,
j=1
The question of whether the vectors are LI or LD is now a question of whether the
homogeneous system Ac = 0 has a nontrivial solution. Combining this observation
with Corollary 1.3 gives us a handy way to check for LI/LD by finding the rank of
a matrix.
Example 2.2 Determine whether the vectors below are linearly independent or
linearly dependent.
1 2 0
−1 1 1
2 , u2 = 1 , u3 = −1 .
u1 =
1 −1 −1
Solution. Form the associated matrix A and perform row reduction on it:
1 0 − 32
1 2 0
−1 1 1
1 ⇐⇒ 0 1 3 .
A= 2 1 −1 0 0 0
1 −1 −1 0 0 0
The rank of A is 2 < k = 3, so the vectors are LD. The row-reduced form of
A gives us additional information; namely, we can read off the cj ’s for which
Pk 2 1
j=1 cj uj = 0. We have c1 = 3 t, c2 = − 3 t, and c3 = t. As usual, t is a
parameter.