MathGroup Archive 1999

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

Search the Archive

Re: How to draw the level curves ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16243] Re: [mg16192] How to draw the level curves ?
  • From: "Tomas Garza" <tgarza at mail.internet.com.mx>
  • Date: Fri, 5 Mar 1999 00:41:08 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Seung Y Lee wrote:

> I'd like to draw the level curves of the expression :
> 
>         y^2+cos(x)=C, C:constant.
> 
> How can I draw an expression and change C ?

Seung,

Try ContourPlot. E.g., 

ContourPlot[Cos[x]+y^2,
 {x,-2,2}, {y,-2,2}]

Good luck,

Tomas Garza
Mexico City


  • Prev by Date: Re: Most efficient method of simplifying
  • Next by Date: Multiply a constant to a matrix column
  • Previous by thread: How to draw the level curves ?
  • Next by thread: Re: How to draw the level curves ?