Re: [sage-devel] matrix output strangeness

2010-11-14 Thread William Stein
On Sun, Nov 14, 2010 at 6:26 AM, John Cremona 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 (

[sage-devel] matrix output strangeness

2010-11-14 Thread John Cremona
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