[sage-devel] Re: Printing a matrix of large size

2019-05-19 Thread Kwankyu Lee
On Sunday, May 19, 2019 at 1:42:02 PM UTC+9, John H Palmieri wrote: > > Did you try "print(mat.str())"? > No I didn't. Thanks for the tip. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails

[sage-devel] Re: Printing a matrix of large size

2019-05-18 Thread John H Palmieri
Did you try "print(mat.str())"? On Saturday, May 18, 2019 at 6:37:02 PM UTC-7, Kwankyu Lee wrote: > > Hi, > > If mat is a matrix of large size, it is displayed in a short form: > > sage: mat > 22 x 32 dense matrix over Finite Field of size 2 (use the '.str()' method > to see the entries) > > >