MathGroup Archive 2007

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

Search the Archive

Re: Plotting a hyperbolic paraboloid (saddle)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78952] Re: Plotting a hyperbolic paraboloid (saddle)
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 13 Jul 2007 06:11:11 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <f74tck$95v$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

ContourPlot3D[
  x^2 - y^2 + z^2 == 1, {x, -2, 2}, {y, -2, 2}, {z, -2, 2}]

???

Regards
   Jens

William S. wrote:
> Does anyone know how to plot a hyperbolic paraboloid? 
> 
> 


  • Prev by Date: anyone tried the debugger?
  • Next by Date: slideshow presentation in Notebook format
  • Previous by thread: Re: Plotting a hyperbolic paraboloid (saddle)
  • Next by thread: Re: Plotting a hyperbolic paraboloid (saddle)