Changes 
http://page.axiom-developer.org/zope/mathaction/156AxiomCrashesWhenCompilingSimpleTaylorCode/diff
--
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))

--
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

Reply via email to