You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is both a consequence of the special status series have in GiNaC. As to the latter, the documentation notes you need to apply series again for getting results:
The best way to give users what they want---apart from always automatically applying the series operator---would be to apply it in simplify() if the expression has a series, i.e., ((x+1).series(x,2) - 1).simplify() should give 1*x instead of an exception. This means that the operator to-be-applied should have as precision the min of all operators precisions in the expression.
Related (maybe a consequence) is
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/19998
The text was updated successfully, but these errors were encountered: