what is the problem with that integral ? [closed]

asked 2016-11-04 20:25:12 +0200

dx6665 gravatar image

I try to integrate this:

sage: integrate(integrate(integrate(2cos(z)sin(atan((2cos(y)-0.5+x)/(2sin(y)))),y,0,pi/2),x,0,1),z,0,pi/2);

There is a problem :

"ECL says: In function ZEROP, the value of the only argument is ((RAT SIMP) -0.5 1.0) which is not of the expected type NUMBER"

Could you help me please ?

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by kcrisman
close date 2016-11-04 20:29:39.810914