#13269: Maxima indeterminate limit result is not converted to Sage
--------------------------------------------+-------------------------------
Reporter: kcrisman | Owner: burcin
Type: defect | Status: new
Priority: minor | Milestone: sage-5.3
Component: calculus | Resolution:
Keywords: ind indeterminate maxima | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
--------------------------------------------+-------------------------------
Description changed by kcrisman:
Old description:
> User 'Mathemage' reports
> {{{
> 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.
New description:
User 'Mathemage' reports at [http://ask.sagemath.org/question/1611
/existence-of-a-limit 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.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13269#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.