Description
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
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