First time here? Check out the FAQ!
answered 2014-09-08 17:52:53 +0100
Don't know if this helps but
x=var('x') def P(f,m,n): return derivative(f,x,m+n) f=x^20 P(f,1,2)
works fine with sagenb.org