Skip to content

deprecate taylor() in favor of series() #6119

Open
@robertwb

Description

@robertwb

Symbolic expressions have two methods to obtain series expansions. The taylor() method is a wrapper around maxima's taylor command. The result of this is not always a Taylor series, which leads to confusions.

The series() method was introduced in the pynac-based symbolics. ATM, it is a thin wrapper around GiNaC series expansions. This also plays well with the symbolic functions, etc. introduced based on Pynac/GiNaC.

We should deprecate the taylor() method and add an algorith= argument to series(). The default behavior can be to call GiNaC and fall back to maxima if that fails.

Dependencies: pynac-0.7.4

CC: @kcrisman @rwst

Component: calculus

Author: Ralf Stephan

Branch/Commit: u/rws/deprecate_taylor___in_favor_of_series__ @ 46c8e43

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions