|
From: Eduardo O. <edu...@gm...> - 2022-12-11 18:53:31
|
Hi list,
what happens exactly when we run this?
'diff(f, x);
As far as I know diff(f, x) - without the ' - is equivalent to:
apply('diff, [f, x]);
but
op('diff(f, x));
returns "derivative", and I don't know what and where are the
functions that convert 'diff to 'derivative...
Thanks in advance!
Eduardo Ochs
http://angg.twu.net/eev-maxima.html
|