I would like to create a list of Hankel functions defined in terms of the Nth derivative, but Nth order derivatives are processed as described in the documents in the section "Derivatives of unknown functions", and left invaluable. Here is an example:
Clear[x, gaussianExponential] gaussianExponential[x_] := Exp[- x^2] FullSimplify[Derivative[2][gaussianExponential[x]]]
I get: (E ^ -x ^ 2) ^ [Prime] [Prime]
(instead of seeing the derivatives evaluated (and the final expressions left without help)).
Any idea what is going on here?
source share