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
> > :
>
> >
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")
>
>
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
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
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