Re: How to draw the level curves ?
- To: mathgroup at smc.vnet.net
- Subject: [mg16228] Re: [mg16192] How to draw the level curves ?
- From: "Richard Finley" <rfinley at medicine.umsmed.edu>
- Date: Fri, 5 Mar 1999 00:40:54 -0500
- Sender: owner-wri-mathgroup at wolfram.com
Hello Seung, There are several ways to do it....try this: <<Graphics`ImplicitPlot` ImplicitPlot[ Table[ y^2 + Cos[x] == n, {n,0,5,.25}],{x,-4 Pi, 4 Pi}, {y, -2, 2}] Of course, you can choose other ranges for x and y as you wish....regards, RF >>> Seung Y Lee <lee.1311 at osu.edu> 03/02/99 12:13AM >>> 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.