#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:            
-------------------------+--------------------------------------------------

Comment(by kcrisman):

 More to the point, the maxima.eval didn't do what you think it did,
 because of the preparser (Maxima doesn't understand assume(x>Integer(0))),
 and fixing things so it did actually assume x>0 and then yielded
 {{{
 sage: bool(x>0)
 True
 }}}
 ended up making things the same speed as the regular assume. That was what
 I intended to convey above.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4566#comment:4>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to