I am curious how differential operators are defined in Mathematica. More specifically, if the Laplacian function wasn't available, how would one go on to define such a function in Mathematica directly without reference to Grad or Div? I am thinking of pure functions, but I haven't been able to reproduce the effect of the Laplacian.
Asked
Active
Viewed 83 times
1
Derivative, I see that Mathematica tries to convert this to a pure function such asD[f[#],{#,n}]&. That was what I was trying to achieve directly. – luftiq Mar 09 '13 at 19:36