First time here? Check out the FAQ!
answered 2013-03-22 00:03:00 +0100
The code does not show up correctly, trying again:
g=function('g', x) h=function('h', x) dg = g.diff(x) dg sage output: D[0](g)(x) dg.subs(g==h*x) sage output: D[0](g)(x)