| Author |
Comment/Response |
Robin Quartier
|
09/15/99 12:22pm
I would like to define a function with two variables, as follow:
f[x_,y_]:= g[x,y] if x not equal to y
f[x_,y_]:= h[x] if y=x
I don't know how to do this, and would appreciate any help.
Thanks in advance
Robin
URL: , |
|