User Portlet User Portlet

Discussions
Was a recording made of today's (Fri, 24 Sep) presentation?
You can do this using D[]. Given a function with (say) arguments x and y you can write: D[f[x,y], {{x,y},2}] You can use Grad[] twice, of course, but D[] will get you there directly. Some background info here: ...