[sage-devel] Re: Strange timeit output while using maxima interface

2009-07-27 Thread Golam Mortuza Hossain
Thanks Minh and Simon! On Mon, Jul 27, 2009 at 8:13 AM, Simon King wrote: >> - >> sage: f(x) = function('f',x); >> sage: timeit('bool( f(x) == 0 )') >> 5 loops, best of 3: 71.6 ms per loop >> sage: timeit('bool( f(x) == 0 )') >> 5 loops, best of 3: 89.1 ms per loop > > Finally someone com

[sage-devel] Re: Strange timeit output while using maxima interface

2009-07-27 Thread Simon King
Dear Golam, dear All, On 27 Jul., 04:01, Golam Mortuza Hossain wrote: > Hi, > > While doing some symbolic computations that require > Maxima interface, "timeit" reports progressively > longer duration for the same computation. > > - > sage: f(x) = function('f',x); > sage: timeit('bool( f

[sage-devel] Re: Strange timeit output while using maxima interface

2009-07-26 Thread Minh Nguyen
Hi Golam, On Mon, Jul 27, 2009 at 12:01 PM, Golam Mortuza Hossain wrote: > > Hi, > > While doing some symbolic computations that require > Maxima interface, "timeit" reports progressively > longer duration for the same computation. > > - > sage: f(x) = function('f',x); > sage: timeit('boo