axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#156 Axiom crashes when compiling simple Taylor code]


From: anonymous
Subject: [Axiom-developer] [#156 Axiom crashes when compiling simple Taylor code] (new)
Date: Thu, 12 May 2005 09:26:08 -0500

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/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]