|
|
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: kratt6
Time: 2007/12/18 23:58:51 GMT-8 |
||
Note: reverted by kratt6 |
removed:
-
-From kratt6 Tue Dec 18 23:52:22 -0800 2007
-From: kratt6
-Date: Tue, 18 Dec 2007 23:52:22 -0800
-Subject:
-Message-ID: <20071218235222-0800@axiom-wiki.newsynthesis.org>
-
-Status: open => fix proposed
-
-
-From kratt6 Tue Dec 18 23:58:15 -0800 2007
-From: kratt6
-Date: Tue, 18 Dec 2007 23:58:15 -0800
-Subject:
-Message-ID: <20071218235815-0800@axiom-wiki.newsynthesis.org>
-
-Category: Axiom Library => Aldor Library Compiler
-
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))