|
|
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: gdr
Time: 2008/05/18 08:35:38 GMT-7 |
||
Note: |
added:
From gdr Sun May 18 08:35:38 -0700 2008
From: gdr
Date: Sun, 18 May 2008 08:35:38 -0700
Subject:
Message-ID: <20080518083538-0700@axiom-wiki.newsynthesis.org>
Status: fix proposed => fixed somewhere
no patch available
Unfortunately there is a severe bug in normalize$EFSTRUC
, which affects summation (innersum$SUMFS
), maybe also integration.
(1) -> T := t^(n^2)*(sqrt(1+t))^n
(1) |
S := T/eval(T,n=n-1)
(2) |
normalize 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. Status: fix proposed => fixed somewhereno patch available