MathGroup Archive 2001

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

Search the Archive

Re: ParamatricPlot(3D)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27222] Re: [mg27172] ParamatricPlot(3D)
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Mon, 12 Feb 2001 03:21:01 -0500 (EST)
  • References: <200102090810.DAA24815@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Use ImplicitPlot

In[1]:=
Needs["`Graphics`ImplicitPlot`"]
In[2]:=
ImplicitPlot[X^2 + Y^2 == 1, {X, -1, 1}]

Tomas Garza
Mexico City

----- Original Message ----- 
From: "David Isaac" <bombsigh at netvision.net.il>
To: mathgroup at smc.vnet.net
Subject: [mg27222] [mg27172] ParamatricPlot(3D)


> 
> 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: Bigger array taking less memory than smaller array
  • Next by Date: Re: Using Unusual Characters with Do
  • Previous by thread: ParamatricPlot(3D)
  • Next by thread: Re: ParamatricPlot(3D)