Updates:
        Summary: Pretty print RootSum

Comment #1 on issue 2628 by asmeurer: Pretty print RootSum
http://code.google.com/p/sympy/issues/detail?id=2628

That got messed up, probably because I had my terminal full screen and Maple centers the output. This should be more readable:


integrate(1/(x**5 + x + 1), x);
                                                   1/2
          2                  1/2        (2 x + 1) 3
-1/14 ln(x  + x + 1) + 5/21 3    arctan(--------------)
                                              3

           / -----                2            \
           |  \     (5 - 4 _R + _R ) ln(x - _R)|
     + 1/7 |   )    ---------------------------|
           |  /                2               |
           | -----         3 _R  - 2 _R        |
           \_R = %1                            /

               3     2
%1 := RootOf(_Z  - _Z  + 1)


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to