Let's be to the point: How to find rank of a non square matrix like $$ \begin{pmatrix} 1 & 1 & 1 \\ 3 & 2 & 1 \\ 1 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix} $$
I know that for square matrix we follow Gaussian Elimination Method converting the matrix into Echelon form and it's easy figuring out the rank of the matrix from there. But what about non square ones?