Multivariate piecewise function?
Hi,
How can I define a function like this?
f(x,y) = x*y
, when (x > 0),(y>0)
f(x,y) = -x*y
, when (x <= 0), (y <=0)
add a comment
Hi,
How can I define a function like this?
f(x,y) = x*y
, when (x > 0),(y>0)
f(x,y) = -x*y
, when (x <= 0), (y <=0)
Asked: 2013-08-23 04:36:21 -0600
Seen: 190 times
Last updated: Aug 23 '13
find_fit piecewise defined functions
desolve_rk4 cannot handle a piecewise function
Substitute piecewise function variable
Contour Plot not working with pseudo-piecewise function
Defining a function and forcing max or min value
Alternative to piecewise functions?
Using piecewise-defined functions for recursive integer sequence