Hello, i want to divide the output of show() function(in notebook) on
several lines. Let's suppose that one has variable "a", a=1+x+x^2+...
+x^100. After one types show(a), Sage returns one long line. As this
line is long, one need to scroll right to see whole line. It is more
convinient to divide this line on several shorter sublines, similar to
this:
1+x+x^2+...+x^k+                 #first line
x^(k+1)+...+...+x^m+            #second line
.............................
+x^(m+1)+...+x^100             #last line
where length of each subline is equal to width of the monitor ( such
output is ordinary in maple and mathematica). Is it possible to divide
the output of show()  on several lines? Thanks for help.

-- 
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
URL: http://www.sagemath.org

Reply via email to