Rowcol
Rowcol
1 −2 0 0 3
2 −5 −3 −2 6
A=
(1)
0 5 15 10 0
2 6 18 8 6
with the leading ones boxed. Or we can go all the way to reduced row echelon form
1 0 0 −2 3
0 −1 0
0
0 1
R = (3)
0 0 1 1 0
0 0 0 0 0
which is unique. From (2) or (3), it is clear that x4 and x5 are free variables and may
be chosen arbitrarily; we put x4 = r and x5 = s. Then from (2), by back substitution,
or directly from (3), the general solution of Ax = 0 can be written
x1 = 2r − 3s, x2 = r, x3 = −r, x4 = r, x5 = s
Thus the nullspace has dimension 2, as it needs two coordinates, and has the basis
{(2, 1, −1, 1, 0), (−3, 0, 0, 0, 1)}
(Here, the first vector is obtained by setting r = 1 and s = 0 and the second by r = 0
and s = 1; equivalently, we read off the coefficients of r and s in each xj .)
The row space of A Find the dimension (= rank(A)) and a basis. By Theorem
5.5.4, the row space of A is the same as the row space of R (or R0 ). But by Theorem
5.5.6, we see from (2) that the first three rows of R form a basis. (None of these
rows is a linear combination of later rows, and the zero row has no effect on the row
space.) Thus the row space of A has dimension rank(A) = 3 and has the basis
{(1, −2, 0, 0, 3), (0, 1, 3, 2, 0), (0, 0, 1, 1, 0)}
The column space of A Find the dimension (= rank(A)) and a basis. Write uj
for column j of R0 . It is clear that u1 = e1 , u2 = e2 , and u3 = e3 , and that these form
110.201 Linear Algebra JMB File: rowcol, Revision A; 27 Aug 2001; Page 1
2 Row Space and Column Space
110.201 Linear Algebra JMB File: rowcol, Revision A; 27 Aug 2001; Page 2