Hello, I'd like to know if it's possible to get Sage to process the following integrals:
reset()
var('x y z')
assume(z>-16)
assume(z<0)
integrate(integrate(1/16,y,-2,(z+2*x+4)/(x+2)),x,(-z-8)/4,2)
Sage always return: "Is z+16 positive, negative, or zero?"
Maxim
--
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
