| Author |
Comment/Response |
chang
|
03/29/01 3:08pm
how can i plot a function such that
phi(rho, theta) = ....
or
theta(rho, phi) = ....
in spherical coord? I can do it easily in rect. coord, for example,
x(y,z) = y^2+z^2
ParametricPlot3D[{y^2+z^2,y,z}, {y, ...} {z, ...} ]
URL: , |
|