| Author |
Comment/Response |
Xavier
|
09/27/08 12:42pm
Hey,
You can try this:
Plot3D[With[{$Var = 500 - x}, (Exp[n]) (x $Var)^n/n^n], {x, 0,
500}, {y, 0, 500}]
BUT:
- your interval for y must be set manually so that it fits the values you get with your function. I mean that if your function had been x+100, your interval for y should have been {100, 600}. So you must find that yourself.
- $Var is a local name, pretty ugly, so you can change it if you want ^^
If you have any question, please ask.
Cheers,
Xavier
URL: http://zavou.zxr.fr, |
|