Group: comp.softsys.math.mathematica · Group Profile · Search for Paraboloids in comp.softsys.math.mathematica
Author: Bob Hanlon
Date: Jul 13, 2007 03:42
William S. : Does anyone know how to plot a hyperbolic paraboloid? See here http://mathworld.wolfram.com/HyperbolicParaboloid.html Two very examples follows now In[3]:= ParametricPlot3D[{u, v, u*v}, {u, -3, 3}, {v, -3, 3}] In[4]:= Plot3D[y^2/2 - x^2/3, {y, -2, 2}, {x, -3, 3}] "Playing" with the options you can make them look much more better. Dimitris
|