#11238: failing calculation of a symbolic integral
-------------------------------------------------+-------------------------
       Reporter:  casamayou                      |        Owner:  burcin
           Type:  defect                         |       Status:  closed
       Priority:  major                          |    Milestone:  sage-5.0
      Component:  calculus                       |   Resolution:  fixed
       Keywords:  integrate                      |    Merged in:
        Authors:  Michael Orlitzky               |  sage-5.0.beta12
Report Upstream:  Fixed upstream, in a later     |    Reviewers:  Karl-
  stable release.                                |  Dieter Crisman
         Branch:                                 |  Work issues:
   Dependencies:  #11445                         |       Commit:
                                                 |     Stopgaps:
-------------------------------------------------+-------------------------

Comment (by zimmerma):

 with 6.0 both work but take a long time:
 {{{
 sage: sage.calculus.calculus.maxima('domain: real')
 real
 sage: integrate(exp(-x)*sinh(sqrt(x)), x, 0, oo)
 1/4*sqrt(pi)*(erf(1) - 1)*e^(1/4) - 1/4*(sqrt(pi)*(erf(1) - 1) - sqrt(pi)
 + 2*e^(-1) - 2)*e^(1/4) + 1/4*sqrt(pi)*e^(1/4) - 1/2*e^(1/4) +
 1/2*e^(-3/4)
 sage: sage.calculus.calculus.maxima('domain: complex')
 complex
 sage: integrate(exp(-x)*sinh(sqrt(x)), x, 0, oo)
 1/4*(sqrt(pi)*(erf(1) - 1) + sqrt(pi) + 2*e^(-1) - 2)*e^(1/4) -
 1/4*(sqrt(pi)*(erf(1) - 1) - sqrt(pi) + 2*e^(-1) - 2)*e^(1/4)
 }}}
 Paul

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