#9538: internal side effect in roots?
------------------------+---------------------------------------------------
Reporter: zimmerma | Owner: burcin
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.6
Component: calculus | Keywords: roots, side effect
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Changes (by burcin):
* milestone: => sage-4.6
Comment:
The patch attached to #8734 indeed fixes this problem. However there are
simpler solutions, and I'm not convinced that #8734 is necessary, given
that #7377 could solve this in a much cleaner way. Also see the discussion
linked from comment:3:ticket:8734:
http://groups.google.com/group/sage-
devel/browse_thread/thread/67f0a63d00b8d835/06557a921a582f87
In particular, Robert Dodier's suggestion to apply this patch to maxima:
{{{
--- share/contrib/Zeilberger/testZeilberger.mac 9 Feb 2007 22:32:34
-0000 1.4
+++ share/contrib/Zeilberger/testZeilberger.mac 15 Jan 2010 19:10:53
-0000
@@ -110,3 +110,8 @@
FULL_TEST : append(GOSPER_TEST,EASY_TEST,
HARD_TEST,EXTREME_TEST);
+
+kill (g1, g2, g3, g4, g5, g6, g7,
+ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10,
+ h1, h2, h3, h4, h5, h6, h6b, h7, h8, h9, h10, h11, h12, h13,
+ d1, d2);
}}}
I can confirm that adding these lines to
`$SAGE_LOCAL/share/maxima/5.20.1/share/contrib/Zeilberger/testZeilberger.mac`
solves this issue.
Perhaps this patch is already in a more recent version of maxima?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9538#comment:4>
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.