#7377: Symbolic Ring to Maxima via EclObject
-----------------------------------------------------------------------+----
Reporter: nbruin |
Owner: nbruin
Type: enhancement |
Status: needs_work
Priority: major |
Milestone: sage-feature
Component: symbolics |
Keywords:
Author: Nils Bruin, Jean-Pierre Flori |
Upstream: N/A
Reviewer: Jean-Pierre Flori, François Bissey, Karl-Dieter Crisman |
Merged:
Work_issues: |
-----------------------------------------------------------------------+----
Comment(by nbruin):
The following doctest from calculus.py now goes wrong:
{{{
limit(-e^(x^2)*erf(x) + e^(x^2), x=oo)
}}}
Which stumbles at calculus.calculus.limit at these lines:
{{{
1122 return l.sage()
1123 return ex.parent()(l)
}}}
Two return statements??? A little {{{hg -blame}}} points to #7661. Indeed,
commenting out line 1122 fixes a lot of the limit problems. However,
Burcin put in that line for a reason, I assume, so I'm hesitant to just
commit a reversal.
Note that the issue of #7661 is exactly due to a namespace collapse from
SR -> Maxima; something this interface could eventually solve much more
elegantly, by just mapping (at no cost) SR.var('x') to the maxima
identifier "sage_SR_var_x".
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7377#comment:38>
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.