Skip to content

Wrong answer for a simple limit #17878

@videlec

Description

@videlec

As reported in ask.sagemath.org we have

sage: f = exp(-x) / (2 + sin(x))
sage: f.limit(x=+infinity)
und

but it is clearly defined. And sympy gives the expected answer

sage: import sympy
sage: sympy.limit(f,x,+oo)
0

Upstream: Not yet reported upstream; Will do shortly.

CC: @kcrisman

Component: calculus

Keywords: bug, limit

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions