Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Held definite integrals don't translate to SymPy #24028

Closed
rwst opened this issue Oct 13, 2017 · 8 comments
Closed

Held definite integrals don't translate to SymPy #24028

rwst opened this issue Oct 13, 2017 · 8 comments

Comments

@rwst
Copy link

rwst commented Oct 13, 2017

sage: from sympy import sympify
sage: integral(x, x, 0, 1, hold=True)
integrate(x, x, 0, 1)
sage: sympify(_)
...
ValueError: Invalid limits given: (x, 0, 1)

sage: integral(x, x, 0, 1, hold=True)._sympy_()
...
ValueError: Invalid limits given: (x, 0, 1)

Component: symbolics

Author: Ralf Stephan

Branch/Commit: 75edb7b

Reviewer: Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/24028

@rwst rwst added this to the sage-8.1 milestone Oct 13, 2017
@rwst
Copy link
Author

rwst commented Dec 14, 2017

@rwst
Copy link
Author

rwst commented Dec 14, 2017

Commit: 75edb7b

@rwst
Copy link
Author

rwst commented Dec 14, 2017

Author: Ralf Stephan

@rwst
Copy link
Author

rwst commented Dec 14, 2017

New commits:

75edb7b24028: Held definite integrals don't translate to SymPy; cosmetics

@rwst rwst modified the milestones: sage-8.1, sage-8.2 Dec 14, 2017
@tscrim
Copy link
Collaborator

tscrim commented Dec 15, 2017

comment:3

LGTM.

@tscrim
Copy link
Collaborator

tscrim commented Dec 15, 2017

Reviewer: Travis Scrimshaw

@rwst
Copy link
Author

rwst commented Dec 15, 2017

comment:4

Thanks.

@vbraun
Copy link
Member

vbraun commented Dec 18, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants