Re: Plotting a circle...
- To: mathgroup at smc.vnet.net
- Subject: [mg37692] Re: [mg37678] Plotting a circle...
- From: Vladimir Bondarenko <vvb at mail.strace.net>
- Date: Sat, 9 Nov 2002 00:28:40 -0500 (EST)
- In-reply-to: <200211080715.CAA07383@smc.vnet.net>
- References: <200211080715.CAA07383@smc.vnet.net>
- Reply-to: Vladimir Bondarenko <vvb at mail.strace.net>
- Sender: owner-wri-mathgroup at wolfram.com
daniel.stone at cheerful.com (Daniel Stone) wrote on Friday, November 08, 2002, 3:15:33 AM : DS> I want to plot the function x^2 + (y-1)^2 == 1 DS> How do I do this. << Graphics`ImplicitPlot` ImplicitPlot[x^2 + (y - 1)^2 == 1, {x, -1, 1}] Reading Help might add your life by way of ornament ;-) Why don't come and try, at the cursor at 'plot', hitting F1? The total Bible's sweep considered, the biggest thrill available, enjoy :) Best wishes, Vladimir Bondarenko Mathematical and Production Director Symbolic Testing Group Email: vvb at mail.strace.net Web : http://www.CAS-testing.org/ (under development, 95% ready) http://maple.bug-list.org/ (under development, 20% ready) Voice: (380)-652-447325 Mon-Fri 6 a.m. - 3 p.m. GMT ICQ : 173050619 Mail : 76 Zalesskaya Str, Simferopol, Crimea, Ukraine
- References:
- Plotting a circle...
- From: daniel.stone@cheerful.com (Daniel Stone)
- Plotting a circle...