MathGroup Archive 2005

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

Search the Archive

Re: how can i draw somethinglike ...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg62706] Re: [mg62680] how can i draw somethinglike ...
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Fri, 2 Dec 2005 05:53:04 -0500 (EST)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

eqn=x^2-z^2==1;

Off[Plot::plnr];
Plot[Evaluate[z/.Solve[eqn,z]],{x,-5,5}];

or

Needs["Graphics`ImplicitPlot`"];

ImplicitPlot[eqn,{x,-5,5}];


Bob Hanlon

> 
> From: "yaroslav.mail at gmail.com" <yaroslav.mail at gmail.com>
To: mathgroup at smc.vnet.net
> Date: 2005/11/30 Wed PM 10:08:43 EST
> Subject: [mg62706] [mg62680] how can i draw somethinglike ...
> 
> hi all !
> 
> i want to draw the quadratic surface of the folowing equation
> 
> x^2 - z^2 = 1
> 
> in Mathematica
> 
> 
> thanks
> 
> 


  • Prev by Date: Comments have crazy indentation
  • Next by Date: Re: Bypassing built-in functions in differentiation
  • Previous by thread: Re: how can i draw somethinglike ...
  • Next by thread: Re: how can i draw somethinglike ...