MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ParamatricPlot(3D)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27477] Re: ParamatricPlot(3D)
  • From: "marcos" <marcos at centrifuge.org>
  • Date: Tue, 27 Feb 2001 00:37:29 -0500 (EST)
  • Organization: Road Runner
  • References: <96094b$oec@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello David,

I think you might just be trying to use the wrong package. The standard
add-ons ImplicitPlot and ContourPlot3D should do the trick.

For the 2D case:
<< Graphics`ImplicitPlot`

ImplicitPlot[x^2 + y^2 == 1, {x, -2, 2}]


For the 3D case:
<<Graphics`ContourPlot3D`

ContourPlot3D[x^2+ y^2- z^2, {x,-1,1}, {y,-1,1}, {z,-1,1}, Contours -> {0}]

Good luck,

Marcos



"David Isaac" <bombsigh at netvision.net.il> wrote in message
news:96094b$oec at smc.vnet.net...
>
> Hi!
>
> Can anyone help me to plot the following function into Mathematica?
>
> X^2+Y^2=1
>
> Or
>
> X^2+Y^2=Z^2 This comes from X^n+Y^n=Z^n
>
> Thank you very much.
> David Isaac.
>
>



  • Prev by Date: Help: Reading unformatted binary fortran files
  • Next by Date: Re: DumpSave
  • Previous by thread: Re: ParamatricPlot(3D)
  • Next by thread: Using Different Kinds of Characters With Do?