I'm probably not the right one to respond to this one, but please, do! I get reminded of this every time I run through any of my worksheets, but then I usually get distracted by the results before I get to send out an email about it. Thanks for picking it up again!
Stan On Nov 20, 6:46 am, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > On Oct 14, 6:47 am, "William Stein" <[EMAIL PROTECTED]> wrote: > > > This could be greatly sped up by changing > > maxima.assume('...') > > to > > maxima.eval("assume(..)") > > in the calculus code... > > > sage: timeit("maxima.eval('assume(x>0)')") > > 5 loops, best of 3: 53.2 ms per loop > > sage: timeit("maxima.assume(x>0)") > > 5 loops, best of 3: 122 ms per loop > > > I don't have time to do this... > > This was never made into a ticket. Should it? > > Cheers, > > Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---