Re: Limits in integration
- To: mathgroup-adm at yoda.physics.unc.edu
- Subject: Re: Limits in integration
- From: Silvio Levy <levy at math.berkeley.edu>
- Date: Mon, 24 Feb 92 18:25:00 PST
[Dave Kirkby <davek at mph.sm.ucl.ac.uk>] > Does anyone know how I can perform many integrations over the same > limits, without having to type in the limits again and again. I tried to In[2]:= foo = Sequence[{x,0,a},{y,0,b}] Out[2]= Sequence[{x, 0, a}, {y, 0, b}] In[3]:= Integrate[ x y,foo] 2 2 a b Out[3]= ----- 4 In[4]:= Silvio Levy <levy at math.berkeley.edu>