-
-
Notifications
You must be signed in to change notification settings - Fork 660
Open
Description
User 'Mathemage' reports at this ask.sagemath.org question that
sage: bool( lim(sin(x), x=oo) == ind)
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
NameError: name 'ind' is not defined
and indeed although Maxima outputs this for similar limits, we do not have a conversion.
What the heck would we do with it, anyway? Does any other Sage subsystem have such an element? Does Maxima even have it, or just print it? Anyway, worth exploring.
CC: @eviatarbach
Component: calculus
Keywords: ind indeterminate maxima limit
Issue created by migration from https://trac.sagemath.org/ticket/13269