mutiple integral



On Thu, 2006-12-07 at 20:28 +0000, miguel lopez wrote:
> This is an example of multiple integral in maxima:
> 
>   Integrate(x^3*y^3,[x,a,b],[y,c,d]);

what is it that you don't like about
   integrate(integrate(x^3*y^3,x,a,b),y,c,d);
?
Saludos,
Jaime