| Author |
Comment/Response |
Sune Gaulshoj
|
10/08/07 07:45am
How do I define a function with several variable?
as f[x_] := x^2 is f(x)=x^2 how is
f(x,y,z) = x^2-y^3+2z ??
f[x_ y_ z_] does not seem to work, neither separated by commas..
URL: Gaulshoj@gmail.com, |
|