Hello, sage users,
I'm using Sage Version 3.4 on Ubuntu 8.10 and I have a problem with
displaying polynomials that don't fit on a single line using the
"print"
statement in the Sage notebook. Here's an example:
a,b,c = var('a,b,c')
p = expand((a+2*b+3*c)^10)
print p
and I get the exponents "flying" around the variables and it's not
readable. Do you have the same problem? Well, it's not so serious -
just now I've clicked on the left ouput margin (somewhere under
"evaluate"
if the cursor is in the current input cell) and the output has been
reformatted correctly.
I know I can typeset the polynomial with show() or pretty_print() but
without line wrapping the polynomial doesn't fit on my screen.
So how could I nicely display such ugly polynomials?
Thank you for any answers. Regards,
Petr Muzikar
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---