They seem to work, but now you need to create rules for Derivative
not before f
. And since Derivative
it is not protected, you can do something like:
Derivative[n_][f][-x_] := -Derivative[n][f][x]
f''[x] + f'''''''[-x] + f''[-x] + f[x] + f'''''''[x]
f[x]
this is normal?
source
to share