Ask Your Question

hypercube's profile - activity

2023-05-19 22:11:47 +0200 received badge  Notable Question (source)
2022-04-13 17:10:17 +0200 received badge  Popular Question (source)
2014-12-05 17:10:06 +0200 asked a question Echelon form of matrix with coefficients in Zp

I was wondering if there was a way to find the echelon form of a matrix with coefficients in Zp with sage? I tried

Matrix(Zp(5), 3, 3, [1..9]).echelon_form()

but this gives a NotImplementedError as echelon_form is not implemented over generic non-exact rings at present. I would also very much like the transformation matrix used to get to echelon form if possible.