RE: Plotting ellipses and other functions
- To: mathgroup at smc.vnet.net
- Subject: [mg37035] RE: [mg37026] Plotting ellipses and other functions
- From: "Florian Jaccard" <jaccardf at eicn.ch>
- Date: Mon, 7 Oct 2002 05:24:04 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
<<Graphics`ImplicitPlot`
ImplicitPlot[(x-2)^2+2(y-3)^2==6,{x,-10,10},PlotRange->{-1,5}]
ImplicitPlot[x^3y + y^3 == 9, {x, -10, 10}]
Meilleures salutations
Florian Jaccard
e-mail : jaccardf at eicn.ch
-----Message d'origine-----
De : David [mailto:davidol at hushmail.com]
Envoyé : dim., 6. octobre 2002 11:34
À : mathgroup at smc.vnet.net
Objet : [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?