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

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

Open
pelegm opened this issue Jun 26, 2017 · 5 comments
Open

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

pelegm opened this issue Jun 26, 2017 · 5 comments

Comments

@pelegm
Copy link
Contributor

pelegm commented Jun 26, 2017

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

@pelegm pelegm added this to the sage-8.0 milestone Jun 26, 2017
@kcrisman

This comment has been minimized.

@kcrisman
Copy link
Member

comment:2

Huh. Using sage -maxima:

Maxima 5.39.0 http://maxima.sourceforge.net
using Lisp ECL 16.1.2
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) limit((x*(4/log(x))^(2*log(x)/log(log(x)))),x,inf);
(%o1)                                  0
(%i2) domain:complex;
(%o2)                               complex
(%i3) limit((x*(4/log(x))^(2*log(x)/log(log(x)))),x,inf);

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

Available restarts:

1. (CONTINUE) Return from BREAK.
2. (MACSYMA-QUIT) Maxima top-level

Top level.

So this is an issue in Maxima for sure. Workaround is to set maxima("domain:real"), I guess.

@kcrisman
Copy link
Member

Upstream: Reported upstream. No feedback yet.

@kcrisman

This comment has been minimized.

@pelegm

This comment has been minimized.

@mkoeppe mkoeppe removed this from the sage-8.0 milestone Dec 29, 2022
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