Can someone help me understand how i can reduce rows in a large matrix? Not row reduction, just wen i can mark out rows that are redundant, i think if rows are multiples of each other you can mark out some of those rows?
In what sense are you talking? A matrix is a representation of a linear map - you can't ignore any of it. If, however, you want to know its rank, then of course one can 'remove' duplicate rows, or rows that are multiples of one another. ('Remove' is wrong - replace by the row of all zeros would be a better idea.)