#18085: Symbolic integration and SymPy
-----------------------------+------------------------
       Reporter:  kalvotom   |        Owner:
           Type:  defect     |       Status:  new
       Priority:  minor      |    Milestone:  sage-6.6
      Component:  symbolics  |   Resolution:
       Keywords:  sd66       |    Merged in:
        Authors:             |    Reviewers:
Report Upstream:  N/A        |  Work issues:
         Branch:             |       Commit:
   Dependencies:             |     Stopgaps:
-----------------------------+------------------------

Comment (by kalvotom):

 After some more digging it turned out the this is almost OK in the most
 recent git version of Sympy (not 0.7.6 which is shipped with Sage). Class
 Function
 [https://github.com/sympy/sympy/blob/master/sympy/core/function.py#L679
 has a _sage_ method] and hypergeometric function `hyper` is also
 
[https://github.com/sympy/sympy/blob/master/sympy/functions/special/hyper.py#L306
 correctly dealt with].

 However, the example mentioned above still fails because Sage does not
 know `exp_polar` function. I have created
 [https://github.com/sympy/sympy/pull/9224 this pull request] which adds
 `_sage_` method to `exp_polar` and returns the usual exponential.

 Tomáš

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