Can anybody can think of a reason not to denest Integrals:
So this...
h[1] >>> pprint(Integral(Integral(x)))
/
|
| /
| |
| | x dx dx
| |
| /
|
/
would automatically become this...
h[1] >>> pprint(Integral(x,x,x))
/ /
| |
| | x dx dx
| |
/ /
/c
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
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/sympy?hl=en.