Naive work-around

sage: [SR(0).integral(x,0,1),SR(1).integral(x,1,2),SR(2*x).integral(x,
2,3)]
[0, 1, 5]
sage: sum(_)
6
Andrzej Chrzeszczyk

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to