Skip to content

limit not correctly computed by maxima #12708

Closed
@ppurka

Description

@ppurka

This is taken from the google notebook bug report page.

sage: limit(tanh(x),x=0)            
x

On the other hand, this works

sage: limit(tanh(x),x=0,taylor=True)            
0

It is a bug in Maxima, and is still present in sage-5.0beta8. This beta apparently has maxima-5.26, the latest released version of Maxima.


Update: It has been fixed upstream. It is in maxima-5.27


Patch attached with doctest.
Apply attachment: trac_12708-doctest_limit.patch

Upstream: Fixed upstream, in a later stable release.

Component: calculus

Keywords: maxima limit

Author: Punarbasu Purkayastha

Reviewer: Karl-Dieter Crisman

Merged: sage-5.9.beta0

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions