MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Plotting ellipses and other functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37030] Re: Plotting ellipses and other functions
  • From: Mark Westwood <MarkCWestwood at compuserve.com>
  • Date: Mon, 7 Oct 2002 05:23:54 -0400 (EDT)
  • References: <anp1hu$r1v$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

David

Enquire within the Help Browser for the ImplicitPlot package and all
will be revealed.  For example, I snipped the following lines from the
documentation:

<< Graphics`ImplicitPlot`

ImplicitPlot[x^2 + 2 y^2 == 3, {x, -2, 2}]

Hope this is of sufficient help to get you started - post again if you
have any further questions.

Regards
Mark Westwood

David wrote:
> 
> How can I plot functions like:
> 
> (x-2)^2 + 2(y-3)^2 = 6
> 
> and
> 
> x^3y + y^3 = 9
> 
> using Mathematica?


  • Prev by Date: Re: RealTime3D
  • Next by Date: Re: Plotting ellipses and other functions
  • Previous by thread: RE: Plotting ellipses and other functions
  • Next by thread: Re: Plotting ellipses and other functions