this is a silly question, probably. How to product derivative on derivative in Mathematica. I mean for example how to achieve this result:
Just more explanation. I need this for solving task with operators. I have two operators, for example:
I need to have the product of L1 on L2. When this is an operators of function y:




D[D[y[x, t], {x, 3}], {x, 1}, {t, 1}]. Or justD[y[x, t], {x, 4}, {t,1}]. – march Feb 03 '16 at 16:57