Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

defining multivariate piecewise function

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!