| Author |
Comment/Response |
Ron
|
09/16/04 5:23pm
Joop, one problem is solved.
Now, I just need to know how to plot a 2d-function on the surface of a 3d-function.
e.g:
3d-function:
f(x1,x2):= (x1 + 20) * x2
2d-function:
x2=f(x1):= 20-2x1
I tried to use ParametricPlot3D, but can't get it to work. So far:
ParametricPlot3D[{t, 20 - 2t, (t + 20)(20 - 2t)}, {t, 0, 30}]
URL: , |
|