| Author |
Comment/Response |
Forum Moderator
email me
 |
09/24/10 11:33am
In multiple integration, the last range of
integration is done first.
In[1]:= Integrate[x,{x,0,Sqrt[y]},{y,1,2}]
Out[1]= y/2
In[2]:= Integrate[x,{y,1,2},{x,0,Sqrt[y]}]
Out[2]= 3/4
URL: , |
|