First time here? Check out the FAQ!
asked 8 years ago
I need to define some function like f(x,y) = x * sin(y)/y if y != 0, x otherwise, such that f can be differentiated. Is there a way to do so? Thanks!
f(x,y) = x * sin(y)/y if y != 0, x otherwise
f