On Sun, Nov 14, 2010 at 6:26 AM, John Cremona <john.crem...@gmail.com> wrote: > Something is not quite right in the cleverness used to output matrices: > > sage: M > 76 x 58 dense matrix over Integer Ring (type 'print M.str()' to see > all of the entries) > sage: M.hermite_form() > 76 x 58 dense matrix over Integer Ring (type 'print > hnf-True-False.str()' to see all of the entries) > > John
This is caused by trac 5174: http://trac.sagemath.org/sage_trac/ticket/5174 Maybe one of the contributors to that ticket has an idea. The relevant code is the __repr__ method in matrix/matrix0.pyx. William -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org