#4770: [with patch, needs review] implement maxima.cputime()
-------------------------+--------------------------------------------------
 Reporter:  malb         |       Owner:  malb      
     Type:  enhancement  |      Status:  new       
 Priority:  major        |   Milestone:  sage-3.2.2
Component:  calculus     |    Keywords:            
-------------------------+--------------------------------------------------
 This should work:

 {{{
 sage: t = maxima.cputime()
 sage: _ = maxima.de_solve('diff(y,x,2) + 3*x = y', ['x','y'], [1,1,1])
 sage: maxima.cputime(t)
 0.568913
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4770>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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