> Any idea what could make this machine so unhappy to run sympy?

In my (limited) experience, memory is the bottle-neck when you see the
kind of slow down you describe.  You may try to clear the cache at some
point in your calculation.

>>> from sympy.core.cache import clear_cache
>>> clear_cache()

Øyvind

> 
> Thanks,
> 
> Ryan
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to