MathGroup Archive 1999

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

Search the Archive

Re: hypersurface in 3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg17701] Re: [mg17630] hypersurface in 3D
  • From: "Andrzej Kozlowski" <andrzej at tuins.ac.jp>
  • Date: Sun, 23 May 1999 02:25:23 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Let's take an example:

f[x_,y_,z_]:=x^2+y^2+z^2

Now load

<<Graphics`ContourPlot3D`

Then

ContourPlot3D[f[x,y,z]-0.35,{x,-1,1},{y,-1,1},{z,-1,1}]

will plot the hypersurface (sphere in this case).
--
Andrzej Kozlowski
Toyama International University
JAPAN
http://sigma.tuins.ac.jp
http://eri2.tuins.ac.jp


----------
>From: Stefan Kubicek <kubicek at imec.be>
To: mathgroup at smc.vnet.net
>To: mathgroup at smc.vnet.net
>Subject: [mg17701] [mg17630] hypersurface in 3D
>Date: Fri, May 21, 1999, 4:37 PM
>

> Hi guys,
>  can you help me with following?
> I have defined function of 3 variables vt=f(x,y,z).
> I would like to plot the hypersurface vt == 0.35 in
> the 3D variable space. How can I do it ?
> Thanks,
> regards,
>
> Stefan
>
>
>   Stefan Kubicek
>   IMEC vzw. - STDI/ASD       "Scaling CMOS to 0.1um"
>   Kapeldreef 75                          phone: (32)-(0)16/28 15 38
>   3001 Leuven                            fax:   (32)-(0)16/28 12 14
>   Belgium                                   email: kubicek at imec.be


  • Prev by Date: Re: axes with arrows
  • Next by Date: Re: Repost: Solve: same or new bug?
  • Previous by thread: hypersurface in 3D
  • Next by thread: How invert x-axis in a plot?