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: unknown
Subject: [Axiom-developer] [#156 Axiom crashes when compiling simple Taylor code] Oops, reformatted
Date: Thu, 12 May 2005 09:27:57 -0500

Changes 
http://page.axiom-developer.org/zope/mathaction/156AxiomCrashesWhenCompilingSimpleTaylorCode/diff
--
Here's that code again.

\begin{axiom}
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))

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