Changes
http://page.axiom-developer.org/zope/mathaction/156AxiomCrashesWhenCompilingSimpleTaylorCode/diff
--
??changed:
-When trying this code (that is probably buggy on some level), axiom simply
crashes on me without any comment. I'm using the Debian (Ubuntu) build of
20050201.
-
-u := operator 'u;
-multidiff(op, variable, count) ==
- if count > 0 then
- D(multidiff(op, variable, count-1), variable)
- else
- op
-
-maketaylor(op) ==
- series( n +-> multidiff(op, x, n), x=0)
-
-make_taylor(u(x))
-
When trying this code (that is probably buggy on some level), axiom simply
crashes on me without any comment. I'm using the Debian (Ubuntu) build of
20050201::
u := operator 'u;
multidiff(op, variable, count) ==
if count > 0 then
D(multidiff(op, variable, count-1), variable)
else
op
maketaylor(op) ==
series( n +-> multidiff(op, x, n), x=0)
make_taylor(u(x))
--removed:
-
-make_taylor(u(x))
-
++added:
Can't runn this one::
!\begin{axiom}
make_taylor(u(x))
\end{axiom}
--
forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED]
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer