|
From: Richard F. <fa...@gm...> - 2022-12-11 19:19:20
|
diff is an alias for the operation derivative.
?print(diff(f(x),x)) shows the internal representation.
On Sun, Dec 11, 2022 at 10:53 AM Eduardo Ochs <edu...@gm...> wrote:
> 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
>
>
> _______________________________________________
> Maxima-discuss mailing list
> Max...@li...
> https://lists.sourceforge.net/lists/listinfo/maxima-discuss
>
|