Changes http://wiki.axiom-developer.org/325SevereBugInNormalizeEFSTRUC/diff
--
??changed:
-Unfortunately there is a severe bug in 'normalize$EFSTRUC', which affects
summation ('innersum$SUMFS'), maybe also integration.
+Unfortunately there is a severe bug in 'normalize\$EFSTRUC', which affects
summation ('innersum\$SUMFS'), maybe also integration.
??changed:
\begin{axiom}
- T :=t^(n^2)*(sqrt(1+t))^n
- normalize(T/eval(T, n=n-1))
+T := t^(n^2)*(sqrt(1+t))^n
+S := T/eval(T, n=n-1)
+normalize S
\end{axiom}
++added:
+The result of 'normalize' should really be equivalent to 'S'.
This should be fixed as soon as possible,
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]