smileff

8 Reputation

2 Badges

16 years, 2 days

MaplePrimes Activity


These are questions asked by smileff

I want to integrate a function which includes a proc. For example

P:=proc(t,w::list)

local v;

v:=choose an element from the list w, according to the value of t

return v

end proc

and my integrand is like this:

F:=(a,b,c,d)->a*b*c*P(d)

Page 1 of 1