RE: ImplicitPlot3d
- To: mathgroup at smc.vnet.net
- Subject: [mg32019] RE: [mg32006] ImplicitPlot3d
- From: "Florian Jaccard" <jaccardf at eicn.ch>
- Date: Wed, 19 Dec 2001 04:28:53 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
In[1]:=
<<Graphics`ContourPlot3D`
In[6]:=
ContourPlot3D[
x^2 + y^2 + z^2 - 1, {x,(-1), 1}, {y, (-1), 1}, {z, (-1), 1},
PlotPoints -> {5, 5}, Axes-> True]
Meilleures salutations
Florian Jaccard
e-mail : jaccardf at eicn.ch
-----Message d'origine-----
De : Daniel Meisel [mailto:Daniel.Meisel at Physik.UNI-Karlsruhe.de]
Envoyé : mar., 18. décembre 2001 08:34
À : mathgroup at smc.vnet.net
Objet : [mg32006] ImplicitPlot3d
Hi,
I'm searching for a way to plot for example the equation
x^2 + y^2 + z^2 =1
( a sphere around the origin with radius 1) in 3d.
I cannot use the parametric plot command.
thanks in advance