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 > > >
- References:
- Plotting a circle...
- From: daniel.stone@cheerful.com (Daniel Stone)
- Plotting a circle...