For a given function, how do I create an association with values that are functions for the first two derivatives of the function? – mathematica.stackexchange.com

Craig Carter
I'd like to store a list of functions that are derivatives of a given function. This is a working example of what I want f = Function[{x,y},Exp[y x]] then assoc= <"Function"->f, ...