|
|
last edited 16 years ago by gdr |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ||
Editor: daly
Time: 2007/12/20 06:14:42 GMT-8 |
||
Note: Where is the diff-Naur patch? |
added:
From daly Thu Dec 20 06:14:42 -0800 2007
From: daly
Date: Thu, 20 Dec 2007 06:14:42 -0800
Subject: Where is the diff-Naur patch?
Message-ID: <20071220061442-0800@axiom-wiki.newsynthesis.org>
I don't know where the bug occurs and I don't
know where the proposed fix is. Please post a
diff-Naur patch to the Axiom mailing list if
you know how to fix this bug.
Unfortunately there is a severe bug in normalize$EFSTRUC
, which affects summation (innersum$SUMFS
), maybe also integration.
axiomT := t^(n^2)*(sqrt(1+t))^n
(1) |
axiomS := T/eval(T, n=n-1)
(2) |
axiomnormalize S
(3) |
The result of normalize
should really be equivalent to S
.
This should be fixed as soon as possible,
Martin
fixed in FriCAS? (the original, wrong result of normalize was sqrt(t+1))
Status: open => fix proposed I don't know where the bug occurs and I don't know where the proposed fix is. Please post a diff-Naur patch to the Axiom mailing list if you know how to fix this bug.