Re: Re: Plotting an equation
- To: mathgroup at smc.vnet.net
- Subject: [mg63551] Re: [mg63544] Re: [mg63534] Plotting an equation
- From: <bsyehuda at gmail.com>
- Date: Thu, 5 Jan 2006 03:12:18 -0500 (EST)
- References: <200601040935.EAA27842@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
This is not quite true. If you forget to upload the package, then Mathematica creates a meaningless function called ContourPlot3D. you can use Remove to get rid of it and then use Needs or Get. yehuda On 1/4/06, Jose Luis Gomez <jose.luis.gomez at itesm.mx> wrote: > > Hello again Fernando. In this case ContourPlot3D is your friend. Notice > the > backquote ` can NOT be replaced by a quote ' and it can NOT be replaced b= y > an accent =B4 either. Also, if you try to execute ContourPlot3D before > loading > the library with Needs, then you will not be able to make it work and you > will have to quit Mathematica (at least quit the Kernel) and start again > in > order to execute the commands in the proper order. > > Needs["Graphics`ContourPlot3D`"] > ContourPlot3D[x^2 * y + (y+x)^3,{x,-2,2},{y,-2,2},{z,-2,2},Axes->True] > > =A1Saludos desde M=E9xico! > > http://homepage.cem.itesm.mx/lgomez/ > > -----Mensaje original----- > De: Fernando [mailto:frr at easyjob.net] > Enviado el: Mi=E9rcoles, 04 de Enero de 2006 02:17 a.m. > Para: mathgroup at smc.vnet.net > Asunto: [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:
- RE: Plotting an equation
- From: "Jose Luis Gomez" <jose.luis.gomez@itesm.mx>
- RE: Plotting an equation