#14723: Error when SymPy can't evaluate an integral
-------------------------------------+-------------------------------------
Reporter: eviatarbach | Owner: burcin
Type: defect | Status: needs_work
Priority: major | Milestone: sage-6.4
Component: calculus | Resolution:
Keywords: sympy, integrate | Merged in:
Authors: Eviatar Bach, | Reviewers:
Ralf Stephan | Work issues: fix in sympy
Report Upstream: Completely fixed; | Commit:
Fix reported upstream | cf6f7b1b64cdde5ec0fb4a33fff3e58db6ac59d6
Branch: u/rws/i14723 | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by rws):
Sympy's "antiderivative at" will not have an equivalent in Sage:
{{{
sage: sympy.Integral(sympy.sin(x),(x,0)).doit()
-1
sage: integral(sin(x),x,0,hold=True)
integrate(sin(x), x, x, 0)
sage: _.simplify()
cos(x) - 1
}}}
We have also a problem with the Sage-->Sympy direction.
{{{
sage: sympy.sympify(integral(sin(x),x,hold=True))
Integral(sin(x), x)
sage: sympy.sympify(integral(sin(x),x,0,hold=True))
...
ValueError: Invalid limits given: (x, x, 0)
sage: sympy.sympify(integral(sin(x),x,0,1,hold=True))
...
ValueError: Invalid limits given: (x, 0, 1)
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/14723#comment:29>
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.