Re: How to draw the level curves ?
- To: mathgroup at smc.vnet.net
- Subject: [mg16224] Re: How to draw the level curves ?
- From: "Seth Chandler" <SChandler at uh.edu>
- Date: Fri, 5 Mar 1999 00:40:52 -0500
- Organization: University of Houston
- References: <7bg2s2$5og@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You need to look at the function called ContourPlot.
ContourPlot[y^2+Cos[x],{x,-10,10},{y,-10,10}] would start you on your way.
Seung Y Lee wrote in message <7bg2s2$5og at smc.vnet.net>...
>Hello all.
>
>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 ?
>
>Thanks in advance.
>
>Seung Y Lee.
>
>
>
>