display all elements in a matrix

832 views
Skip to first unread message

ine...@gmail.com

unread,
Feb 14, 2008, 1:35:16 AM2/14/08
to sage-newbie
Hi all.

I have generated a big matrix and I would like to see all its
elements. I know there is a way to tell SAGE to print them all in the
screen -- omitting the ellipsis ... --- but I can not remember nor
find how to do it.

Thank you very much.

William Stein

unread,
Feb 14, 2008, 1:23:17 PM2/14/08
to sage-...@googlegroups.com

Three options to see all of a:

(1)
sage: print a.str()

(2)
sage: show(a)

(3)
sage: print a.rows()

William

Reply all
Reply to author
Forward
0 new messages