[sage-support] Re: Problem with integrals and assumptions

2011-11-28 Thread ObsessiveMathsFreak
If anything, we've probably been too cavalier with our use of Maxima's fine-grained simplification and other routines at times; it seems dangerous to go the other way. At the same time, we have sage: integrate(x^n,x,algorithm='sympy') x^(n + 1)/(n + 1) OK, this is a lot more usable,

[sage-support] Re: Problem with integrals and assumptions

2011-11-28 Thread kcrisman
By the way, sympy seems to be a lot faster than maxima. Is there any It shouldn't be too much faster once Maxima is started up - the first integral will be longer because the Maxima library has to initialize, but after that it should be quite fast.But I haven't done any timings. reason

[sage-support] Re: Problem with integrals and assumptions

2011-11-28 Thread John H Palmieri
On Monday, November 28, 2011 10:01:54 AM UTC-8, kcrisman wrote: By the way, sympy seems to be a lot faster than maxima. Is there any It shouldn't be too much faster once Maxima is started up - the first integral will be longer because the Maxima library has to initialize, but after that

[sage-support] Re: Problem with integrals and assumptions

2011-11-27 Thread achrzesz
On Nov 27, 2:16 am, kcrisman kcris...@gmail.com wrote: Here's this in Sage.  See the end of this post for a solution you might like better than the ramblings in between :) -- | Sage Version 4.7.2, Release Date: 2011-10-29  

[sage-support] Re: Problem with integrals and assumptions

2011-11-26 Thread kcrisman
Here's this in Sage. See the end of this post for a solution you might like better than the ramblings in between :) -- | Sage Version 4.7.2, Release Date: 2011-10-29 | | Type notebook() for the GUI, and