Plot3D[f,{x,xmin,xmax},{y,ymin,ymax}]
In the above , is there any way to give range of y in terms of x. I want to give like {x, 0, 9000} and {y, x, 9020-x} and f = 9020/(9020 + y).
In the above , is there any way to give range of y in terms of x. I want to give like |
||||
|
Try
to create the data points explicitly
You can see the data and the data sampled by
Hint for symmetry!
|
|||||||||||
|
RegionPlot3D– rm -rf♦ Sep 20 '12 at 17:58