Skip to content

Held definite integrals don't translate to SymPy #24028

@rwst

Description

@rwst
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions