3.5: Row Space
( \newcommand{\kernel}{\mathrm{null}\,}\)
The Row Space
As the columns of AT are simply the rows of A we call Ra(AT) the row space of AT. More precisely
The row space of the m-by-n matrix A is simply the span of its rows, i.e.,
Ra(AT)≡{ATy|y∈Rm}
This is a subspace of Rn
Let us examine the matrix:
A=(0100−10100001)
The row space of this matrix is:
Ra(AT)={y1(0100)+y2(−1010)+y3(0001)|y∈R3}
As these three rows are linearly independent we may go no further. We "recognize" then Ra(AT) as a three dimensional subspace of R4
Method for Finding the Basis of the Row Space
Regarding a basis for Ra(AT) we recall that the rows of Ared, the row reduced form of the matrix A, are merely linear A combinations of the rows of A and hence
Ra(AT)=Ra(Ared)
This leads immediately to:
Suppose A is m-by-n. The pivot rows of Ared constitute a basis for Ra(AT).
With respect to our example,
{(0100),(−1010),(0001)}
comprises a basis for Ra(AT).