Subject: Substituting a value for a differential function
From: Barton Willis
Date: Wed, 28 Mar 2012 10:35:01 -0500
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