I recently asked a question where I couldn't find the rank of a matrix. The question is :
Problem on Finding the rank from a Matrix which has a variable
At the time I believed in the answer, and now when I went back to that problem I realized something weird. How did this answer work.
The answer was a continuation from where I have reduced the matrix by reduce row echleon form. And the answer continues as adding individual columns to another column and with scalar multiples of a column added to another (like how we do for rows in echleon form). I have never learnt anything other than row reduction.
I don't know what this is called, but how is this valid?
Common sense suggest me that it's not valid. I even tried a Google search on "Reduced Column Echleon form" and nothing came up. Can someone please tell what's going on ?
And also what is the name given to this process?
I suppose you can define the reduced column echelon form as the reduced row echelon form of the transpose, but it doesn't see much (if any) usage.
The fact of the matter here is that the rank of a matrix is equal to the rank of its transpose. Since elementary row operations do not change rank, neither will elementary column operations, since you may simply view them as row operations done on the transpose. This means that, for the purposes of finding rank at least, you are free to use any combination of elementary row or column operations at your leisure.
If you really don't like looking at this process in terms of operations on columns, you can think of it as taking the transpose of the matrix (which preserves rank), performing the needed elementary row operations, and then transposing back.