MathGroup Archive 2002

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

Search the Archive

Re: Plotting a circle...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37726] Re: [mg37678] Plotting a circle...
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Sat, 9 Nov 2002 00:31:04 -0500 (EST)
  • References: <200211080715.CAA07383@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Try this:

In[1]:=
<<Graphics`ImplicitPlot`
In[2]:=
ImplicitPlot[x^2 + (y-1)^2 == 1,{x,-2,2},{y,-2,2}];

Tomas Garza
Mexico City
----- Original Message ----- 
From: "Daniel Stone" <daniel.stone at cheerful.com>
To: mathgroup at smc.vnet.net
Subject: [mg37726] [mg37678] Plotting a circle...


> Hi,
> 
> I want to plot the function x^2 + (y-1)^2 == 1
> 
> How do I do this.
> 
> Thanks in advance.
> 
> Dan
> 
> 
> 



  • Prev by Date: RE: Plotting a circle...
  • Next by Date: Can Mathematica crack this Kernel?
  • Previous by thread: Plotting a circle...
  • Next by thread: Re: Plotting a circle...