Dt¶
Total derivative treating all variables as potentially dependent.
Dt[expr, {x, n}] differentiates n times:
A symbolic count cannot be carried out, so the call is held — this is how Rodrigues's formulas are written:
Other variables stay dependent, and their own derivatives grow an argument
rather than nesting — repeats folding into the {x, n} order spec:
A held total derivative does not depend on the symbol it differentiates, so differentiating it by that symbol again gives 0:
Dt[expr, x1, x2, ...] differentiates against each variable in turn: