Substitution of dependend variable in differentiation
Subject: Substitution of dependend variable in differentiation
From: Richard Fateman
Date: Wed, 14 Sep 2005 10:01:39 -0700
Marc Hodapp wrote:
> Hi everybody,
>
> I have got a function u depending on x which I differentiate with
> respect to x. I then want to substitute u(x)=l*U(x), in order to
> get du/dx = l*dU/dx. What I have done so far is :
>
> (%1) expr1:diff (u(x),x)
> (%2) expr2:subst(l*U(x),u(x),expr1)
> (%o2) d(l*U(x)) / dx
>
> How can I obtain my desired result?
I think you can just do this:
%,diff or ..
ev(%o2,diff);
e.g.
%i10) %,diff;
d
(%o10) L (-- (U(x)))
dx
(%i11)
>
>
> Many thanks in advance.
>
> Marc Hodapp
>
> _______________________________________________
> Maxima mailing list
> Maxima@math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima