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
This is an upstream problem (in maxima). It seems "ind" isn't a special symbol there either:
Maxima 5.29.1 http://maxima.sourceforge.net
using Lisp ECL 12.12.1
(%i3) limit(sin(x),x,inf)-limit(cos(x),x,inf);
(%o3) 0
We could intercept ind whenever it comes by (from limit) and raise an exception to limit the damage, but I imagine the bad simplifications could already happen internal to maxima.
This seems to happen with infinity as well, by the way:
Sage catches those (when they happen in a way sage can see it happen), so perhaps we should recognize ind and a special value--leading to an exception if we can't do anything with it.
We get
This comes from the fact that the return value of each of these limits is a symbolic variable:
CC: @sagetrac-jakobkroeker
Component: symbolics
Keywords: symbolic, cancellation, limit, indefinite
Stopgaps: wrongBehaviourMarker
Issue created by migration from https://trac.sagemath.org/ticket/16422
The text was updated successfully, but these errors were encountered: