Re: Re: [Maxima] Making the result of INTEGRATE into a function
- Subject: Re: Re: [Maxima] Making the result of INTEGRATE into a function
- From: go_furuya at infoseek
- Date: Sat, 13 Aug 2005 14:54:21 +0900
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