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 (
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