How Can I calculate Rank of matrix Using echlon Method::
$(a)\;\; \begin{pmatrix} 1 & -1\\ 2 & 3 \end{pmatrix}$
$(b)\;\; \begin{pmatrix} 2 & 1\\ 7 & 4 \end{pmatrix}$
$(c)\;\; \begin{pmatrix} 2 & 1\\ 4 & 2 \end{pmatrix}$
$(d)\;\; \begin{pmatrix} 2 & -3 & 3\\ 2 & 2 & 3\\ 3 & -2 & 2 \end{pmatrix}$
$(e)\;\; \begin{pmatrix} 1 & 2 & 3\\ 3 & 6 & 9\\ 1 & 2 & 3 \end{pmatrix}$
although I have a knowledge of Using Determinant Method to calculate rank of Given matrix.
But in exercise it is calculate using echlon form
plz explain me in detail
Thanks
Hint: Reduce the matrices to row echelon form. The number of non-zero rows will be the rank of the matrix (so long as you're working with square matrices). Alternately, the number of pivot columns (a pivot column of a row echelon form matrix is a column in which some row has its first non-zero entry) is the rank of the matrix (this works for non-square matrices, too).