Re: Plotting ellipses and other functions
- To: mathgroup at smc.vnet.net
- Subject: [mg37066] Re: Plotting ellipses and other functions
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 7 Oct 2002 05:26:39 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <anp1hu$r1v$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, look what Graphics`ImplicitPlot` does. Regards Jens David wrote: > > How can I plot functions like: > > (x-2)^2 + 2(y-3)^2 = 6 > > and > > x^3y + y^3 = 9 > > using Mathematica?