Skip to content

Undefined limit product $INF * $ZEROB in lim-times #23328

Open
@pelegm

Description

@pelegm

Trying to calculate a limit of some (not too) complicated function brings some kind of console which reports some error/warning. Using algorithm='sympy' is ok, so this is probably a maxima issue.

sage: (x*(4/log(x))^(2*log(x)/log(log(x)))).limit(x=infinity)

Condition of type: SIMPLE-CONDITION
Undefined limit product $INF * $ZEROB in lim-times
Available restarts:

1. (CONTINUE) Return from BREAK.

Top level.
>
0
sage: (x*(4/log(x))^(2*log(x)/log(log(x)))).limit(x=infinity, algorithm='sympy')
0

Tested in SageMath version 8.0.beta5, Release Date: 2017-05-04.

Upstream at https://sourceforge.net/p/maxima/bugs/3313/

Upstream: Reported upstream. No feedback yet.

Component: calculus

Keywords: limit, maxima

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

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