Skip to content

Unevaluated integrals to infinity have nonsense numeric value #22567

@pelegm

Description

@pelegm

Running

integrate(floor(x), x, 0, infinity, algorithm='sympy')

returns

integrate(floor(x), x, 0, +Infinity)

and trying

integrate(floor(x), x, 0, infinity, algorithm='sympy').n()

returns (!!!) -679.7441466712775. This is awfully wrong. It shows with any unevaluated integral.

CC: @kcrisman @rwst

Component: calculus

Keywords: integrate

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

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