RE: Plotting ellipses and other functions
- To: mathgroup at smc.vnet.net
- Subject: [mg37053] RE: [mg37026] Plotting ellipses and other functions
- From: David Turner <dturner at faulkner.edu>
- Date: Mon, 7 Oct 2002 05:25:34 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
David, <<Graphics`ImplicitPlot` ImplicitPlot[(x-2)^2+2*(y-3)^2==6,{x,2-Sqrt[6],2+Sqrt[6]}] ImplicitPlot[x^3*y+y^3==9,{x,-4,4},{y,-4,4},AxesOrigin->{0,0}] -----Original Message----- From: David To: mathgroup at smc.vnet.net Subject: [mg37053] [mg37026] Plotting ellipses and other functions How can I plot functions like: (x-2)^2 + 2(y-3)^2 = 6 and x^3y + y^3 = 9 using Mathematica?