Re: Re: [Maxima] Making the result of INTEGRATE into a function



sorry 
t,u shoud be local. So F(f,x,y):=block([s,t,u],s:''integrate(integrate(f(t,u),t),u),ev(s,[t:x,u:y]));
 is better.
gosei furuya