Re: Inplicit differentiation
- To: mathgroup at smc.vnet.net
- Subject: [mg63542] Re: Inplicit differentiation
- From: "Borut Levart" <BoLe79 at gmail.com>
- Date: Wed, 4 Jan 2006 03:55:38 -0500 (EST)
- References: <dpg0k4$piu$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You want to find the derivative of y with respect to x? Then use Dt instead of D and solve it for Dt[y,x]: Solve[Dt[x^2 y + (y + x)^3==0, x], Dt[y, x]] Bye, Borut