[sage-support] Re: Print huge matrix - notebook: WARNING: Output truncated!

2011-05-10 Thread kcrisman
Dear Jakob, Thanks for your question. You may find http://ask.sagemath.org/question/469/how-do-i-display-the-full-output-that-includes helpful in this regard. Please let us know if that doesn't help. - kcrisman On May 10, 11:26 am, Jakob Lombacher wrote: > Hi, > > I've got a ugly matrix, that

[sage-support] Re: Print huge matrix - notebook: WARNING: Output truncated!

2011-05-10 Thread kcrisman
sage: M = matrix(50) sage: sage: M 50 x 50 dense matrix over Integer Ring (type 'print M.str()' to see all of the entries) sage: M.str() This answers you immediately preceding question. But I don't think that will look nice in the html. latex(M) gives what you are looking for, except for the he

[sage-support] Re: Print huge matrix - notebook: WARNING: Output truncated!

2011-05-10 Thread kcrisman
This is now http://trac.sagemath.org/sage_trac/ticket/11322. On May 10, 2:08 pm, kcrisman wrote: > sage: M = matrix(50) > sage: > sage: M > 50 x 50 dense matrix over Integer Ring (type 'print M.str()' to see > all of the entries) > sage: M.str() > > > This answers you immediately preceding quest

[sage-support] Re: Print huge matrix - notebook: WARNING: Output truncated!

2011-05-10 Thread John H Palmieri
On Tuesday, May 10, 2011 8:26:42 AM UTC-7, Jakob Lombacher wrote: > > Hi, > > I've got a ugly matrix, that elements consists of huge symbolic > expressions. > When I try to print it via "view(H)" I get the message WARNING: Output > truncated! full_output.txt > > By clicking on full_output

[sage-support] Re: Print huge matrix - notebook: WARNING: Output truncated!

2011-05-11 Thread Jakob Lombacher
Thanks for your advice. My solution for the time until its fixed is: from sage.misc.latex import latex_extra_preamble latex.extra_preamble('') latex.add_to_preamble('\\usepackage[margin=2cm,a4paper,landscape] {geometry}') latex.add_to_preamble('\\textwidth 0cm') latex.extra_preamble() view(dP.f

[sage-support] Re: Print huge matrix - notebook: WARNING: Output truncated!

2011-05-11 Thread Wilfried Huss
On 05/10/2011 05:26 PM, Jakob Lombacher wrote: Hi, I've got a ugly matrix, that elements consists of huge symbolic expressions. When I try to print it via "view(H)" I get the message WARNING: Output truncated! full_output.txt By clicking on full_output.txt I get some text file, looking lik