Row reducing matrix over a finite field

1.1k Views Asked by At

If I want to row reduce a matrix over lets say $\Bbb{Z}_7$.

Can I row reduce the matrix to echelon form over $\Bbb{R}$ and then manually row reduce the entries using modulo 7?

Thank you.