I am reading about how to find the rank of matrices. And one way to find this is to see number of independent rows. As number of independent rows equals to the rank. If matrix is small i.e with 4 elments or 9. We can check linear independence. But if we have matrices with many elements then how can we check linear dependent rows. Is there any easy way?
Edit-
I know gaussian elimination method. But i want to know using linear depedence it is possible? If yes then easy method?