#12708: limit not correctly computed by maxima
------------------------+---------------------------------------------------
   Reporter:  ppurka    |             Owner:  burcin      
       Type:  defect    |            Status:  new         
   Priority:  critical  |         Milestone:  sage-5.0    
  Component:  calculus  |          Keywords:  maxima limit
Work issues:            |   Report Upstream:  N/A         
  Reviewers:            |           Authors:              
  Merged in:            |      Dependencies:              
   Stopgaps:            |  
------------------------+---------------------------------------------------
 This is taken from the google notebook bug report page.
 {{{
 sage: limit(tanh(x),x=0)
 x
 }}}
 On the other hand, this works
 {{{
 sage: limit(tanh(x),x=0,taylor=True)
 0
 }}}
 It is a bug in Maxima, and is still present in sage-5.0beta8. This beta
 apparently has maxima-5.26, the latest released version of Maxima.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12708>
Sage <http://www.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