Is there a command to compute a *non-reduced* Hermite echelon form of a matrix?

asked 2022-09-22 01:08:31 +0200

joshuarbholden gravatar image

I'd like to compute a Hermite echelon form of an integer matrix without going all the way to the reduced Hermite normal form. echelon_form(), echelonize(), and hermite_form() all appear to return the reduced version (zeros above the pivots). I could program it myself, but I'm hoping there's an easier way. Thanks!

edit retag flag offensive close merge delete