| 1 | initial version |
It seems that you want the following:
var('x')
y = function('y')(x)
f = function('f')(x,y)
f.diff(x)
Output:
D[1](f)(x, y(x))*diff(y(x), x) + D[0](f)(x, y(x))
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.