#4566: speed up assume command (easy change)
-------------------------+--------------------------------------------------
Reporter: was | Owner: burcin
Type: enhancement | Status: closed
Priority: minor | Milestone: sage-4.1.2
Component: calculus | Resolution: fixed
Keywords: | Reviewer:
Author: | Merged:
-------------------------+--------------------------------------------------
Changes (by was):
* status: new => closed
* resolution: => fixed
Comment:
It indeed works now:
{{{
sage: timeit("maxima.eval('assume(x>0)')")
5 loops, best of 3: 1.29 ms per loop
sage:
sage: timeit("assume(x>0)")
5 loops, best of 3: 40.2 µs per loop
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4566#comment:3>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---