Re: Contours plot
- To: mathgroup at smc.vnet.net
- Subject: [mg78875] Re: Contours plot
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 11 Jul 2007 06:22:30 -0400 (EDT)
- Organization: Uni Leipzig
- References: <f6vn85$qcr$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, can you be more precise ? Contours are typical use an implicit equation f[x,y,z]==c and c is the contour level, by changing the contour value you get multiple contours. Parametric curves/ surfaces have an explicit form {x,y,z}=={X[u,v],Y[u,v],Z[u,v]} and you have a single surface and no contour level ... The first form of equation is drawn with ContourPlot3D[], the second one with ParametricPlot3D[]. But it is an contradiction to plot contours of an parametric surface. Yu can try to make an implicit algebraic equation from your parametric curve, but this is in many cases not possible. Regards Jens Tomas Bayer wrote: > I have some problem with Mathematica 6. How do I plot contours for this parametric equation: > > x=Sin[la]/Cos[fi]] > y=Tan[fi]*Cos[la] > z=Sqrt[Sec[fi]^4 - Sec[fi]^2 Sin[la]^2] > > fi=<-Pi/2,Pi/2>, la=<-Pi,Pi> > > Thanks >
- Follow-Ups:
- Re: Re: Contours plot
- From: Daniel Lichtblau <danl@wolfram.com>
- Re: Re: Contours plot