MathGroup Archive 2006

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

Search the Archive

Re: Plotting an equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63545] Re: [mg63534] Plotting an equation
  • From: Søren Merser <merser at image.dk>
  • Date: Thu, 5 Jan 2006 03:12:14 -0500 (EST)
  • References: <200601040817.DAA26064@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

try:

ContourPlot[x^2 y + (y + x)^3, {x, -5, 5}, {y, -5, 5}];

-soren 

----- Original Message ----- 
From: "Fernando" <frr at easyjob.net>
To: mathgroup at smc.vnet.net
Subject: [mg63545] [mg63534] Plotting an equation


> 
> Hi,
> 
> How can you plot a surface determined by an equation, such as:
> 
> x^2 y + (y + x)^3 = 0
> 
> Thanks
>


  • Prev by Date: Re: A beginer's simple question about Mathematica...
  • Next by Date: Conditional drop of list elements
  • Previous by thread: Plotting an equation
  • Next by thread: RE: Plotting an equation