I know the traditional method for finding an image of a matrix is finding the pivot columns of the rref of the matrix and then the corresponding columns are the basis of the image, but I'm wondering if this other method works. You take the transpose of a matrix, find the rref of the transpose, and then the rows become the basis for the image. For reference, here's an instance where it's used: Image and kernel of a matrix transformation
There wasn't an explanation given in that post so could someone help me come up with a formal proof for this method? If this method doesn't always work, could someone give an explanation or counter example?