Hi, On Tue, Aug 25, 2009 at 8:09 PM, William Stein<[email protected]> wrote: > > On Tue, Aug 25, 2009 at 3:44 PM, Jason Grout<[email protected]> > wrote: >> I noticed the other day that integrate(sin(x), (x, 0, pi)) seemed to >> just hang. There was no error--it just hung. > > That is WEIRD given that maxima doesn't go interactive or anything and > works fine:
I guess, above format for providing limits is not supported in current "integrate". Integrate hangs for generic "integrate(f(x), (x, a, b))". It seems that it is treating entire "(x,a,b)" as a variable of integration! Above issue should not be there with the posted patches. Cheers, Golam --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
