Substituting a value for a differential function



maxima-bounces at math.utexas.edu wrote on 03/28/2012 10:21:31 AM:

> There is no endless loop because expressions are only evaluated  once. 

Putative bug:

   (%i1) (a : b, b : c, c : d)$

Should be b[x], not d[x], I think:

   (%i2) a[x];
   (%o2) d[x]

--bw