#10868: A wrong (easy) limit
------------------------+---------------------------------------------------
   Reporter:  jvarona   |          Owner:  burcin                               
     
       Type:  defect    |         Status:  new                                  
     
   Priority:  major     |      Milestone:  sage-4.8                             
     
  Component:  calculus  |       Keywords:                                       
     
Work_issues:            |       Upstream:  Fixed upstream, in a later stable 
release.
   Reviewer:            |         Author:                                       
     
     Merged:            |   Dependencies:  #12094                               
     
------------------------+---------------------------------------------------
Changes (by mjo):

 * cc: mjo (added)
  * dependencies:  => #12094
  * upstream:  Fixed upstream, but not in a stable release. => Fixed
               upstream, in a later stable release.


Comment:

 This is fixed in stable maxima 5.24.0:

 {{{
 sage: f(n)=2+1/factorial(n)
 sage: limit(1/f(n),n=oo)
 1/2
 sage: limit(f(n),n=oo)
 2
 sage: maxima.version()
 '5.24.0'
 }}}

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