Ask Your Question

Revision history [back]

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

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!