[sage-devel] Re: simplify_full error

2011-08-02 Thread kcrisman
On Aug 2, 1:50 am, Robert Dodier wrote: > On Aug 1, 11:21 am, "randomness...@hotmail.com" > > wrote: > > sage: def foo(f): > >     for i in range(6000): > >         a = sage.calculus.calculus.symbolic_expression_from_string(f) > >         a=a.full_simplify() > >     return true > > : > > >

[sage-devel] Re: simplify_full error

2011-08-01 Thread Robert Dodier
On Aug 1, 11:21 am, "randomness...@hotmail.com" wrote: > sage: def foo(f): >     for i in range(6000): >         a = sage.calculus.calculus.symbolic_expression_from_string(f) >         a=a.full_simplify() >     return true > : > > sage: foo("x*2+y^3+4") > >

[sage-devel] Re: simplify_full error

2011-08-01 Thread kcrisman
On Aug 1, 3:27 pm, "randomness...@hotmail.com" wrote: > Thank you for your response, > > I am on sage 4.7 and I seem to get the error still with the timeit > line for easier readability (good suggestion). Do you mean that this > is a known bug in 4.7 and in 4.7.1 and later this seems to be fixed

[sage-devel] Re: simplify_full error

2011-08-01 Thread randomness...@hotmail.com
Thank you for your response, I am on sage 4.7 and I seem to get the error still with the timeit line for easier readability (good suggestion). Do you mean that this is a known bug in 4.7 and in 4.7.1 and later this seems to be fixed? Or are you not getting this error in 4.7 either and maybe my dow

[sage-devel] Re: simplify_full error

2011-08-01 Thread kcrisman
On Aug 1, 1:21 pm, "randomness...@hotmail.com" wrote: > sage: def foo(f): >     for i in range(6000): >         a = sage.calculus.calculus.symbolic_expression_from_string(f) >         a=a.full_simplify() >     return true > : > > sage: foo("x*2+y^3+4") > > > It does this error without the