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: Bill Page
Subject: [Axiom-developer] [#156 Axiom crashes when compiling simple Taylor code]
Date: Thu, 12 May 2005 09:59:07 -0500

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




reply via email to

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