MathGroup Archive 2005

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

Search the Archive

Re: graphing in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54400] Re: [mg54344] graphing in Mathematica
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sun, 20 Feb 2005 00:07:58 -0500 (EST)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

Needs["Graphics`"];

ContourPlot3D[
    x^2+y^2+4z^2-1,
    {x,-1,1},{y,-1,1},{z,-1/2,1/2},
    PlotSize->400, PlotPoints->{4,6},
    ImageSize->400];


Bob Hanlon

> 
> From: nch2198 at louisiana.edu (Nick)
To: mathgroup at smc.vnet.net
> Date: 2005/02/19 Sat AM 02:31:44 EST
> To: mathgroup at smc.vnet.net
> Subject: [mg54400] [mg54344] graphing in Mathematica
> 
> How do I graph the function x^2+y^2+4z^2=1?
> I am using Mathematica version 4 and 
> using ContourPlot3D doesn't work.
> 
> 


  • Prev by Date: Re: Pattern matching in functions
  • Next by Date: Re: Question about an integral
  • Previous by thread: Re: graphing in Mathematica
  • Next by thread: RE: graphing in Mathematica