On Fri, Aug 21, 2009 at 3:18 PM, Simon King <simon.k...@nuigalway.ie> wrote:

>
> On 22 Aug., 00:02, amps <arat...@gmail.com> wrote:
> > I have a program that outputs a matrix for certain values of n.  for
> > n=5 it works fine but for n=6 it just outputs
> >
> > 29 x 29 dense matrix over Integer Ring
> >
> > how can I force sage to output the actual matrix?
>
> Perhaps
>  sage: M = random_matrix(ZZ,29,29)
>  sage: print M.str()
> but there might be nicer (and more intuitive!) ways.


I think that is the only way.  I can't think of any nicer way.  Any idea
what it *should* be?

 -- William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to