Problem. Find a basis for the row space of
.
Method. Row-reduce and take the nonzero rows. They have the same span as the original rows and are also linearly independent.
Note. This is also a way to find a basis for the span of
a list of vectors: Make a matrix with those vectors as rows and
row reduce. (See also section
.)