[Math] Could non pivot columns form the basis for the column space of a matrix

linear algebramatrices

Since the pivot columns of a matrix are always linearly independent and span the columns of the matrix, they usually make up the basis of the matrix. However, this had me wondering about the non pivot columns of the matrix. According to column correspondence theory, the non pivot columns are linear combinations of the pivot columns. Does this mean that the non pivot columns could also be a generating set of the columns like how the pivot columns are a generating set of the columns? Then, if the non pivot columns were proven to be linearly independent by finding the reduced row echelon form or by some other means and the number of non pivot columns was equal to the number of pivot columns (therefore, the dimension wouldn't be a problem), could the non pivot columns make up a basis for the column space of a matrix?

Best Answer

Yes, it is perfectly possible. When you perform row reduction, you are set to make the first columns the pivot columns. But the column space does not depend on the order of the columns. Nothing prevents you from doing "row reduction" by working on the last column first.