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
>
- References:
- Plotting an equation
- From: "Fernando" <frr@easyjob.net>
- Plotting an equation