#15033: Wrong limit value of expression involving gamma function
-------------------------------------------------+-------------------------
       Reporter:  JGuzman                        |        Owner:
           Type:  defect                         |       Status:  new
       Priority:  major                          |    Milestone:  sage-6.3
      Component:  calculus                       |   Resolution:
       Keywords:  maxima, gamma, limit           |    Merged in:
        Authors:                                 |    Reviewers:
Report Upstream:  Reported upstream. No          |  Work issues:
  feedback yet.                                  |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------

Comment (by pbruin):

 This is bizarre.  With Sage 6.2:
 {{{
 sage: f(x) = gamma(x+1/2)/gamma(x)/sqrt(x)
 sage: limit(f,x=oo)
 x |--> 0
 }}}
 After #13973:
 {{{
 sage: f(x) = gamma(x+1/2)/gamma(x)/sqrt(x)
 sage: sage.calculus.calculus.maxima('domain: real')  # takes forever
 otherwise
 real
 sage: limit(f,x=oo)
 x |--> +Infinity
 }}}
 And indeed in Maxima 5.33.0:
 {{{
 (%i1) f: gamma(x+1/2)/gamma(x)/sqrt(x);
                                            1
                                  gamma(x + -)
                                            2
 (%o1)                          ----------------
                                sqrt(x) gamma(x)
 (%i2) limit(f, x, inf);
 (%o2)                                 inf
 }}}
 So we go from one incorrect answer to another...

--
Ticket URL: <http://trac.sagemath.org/ticket/15033#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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to