Re: Plotting an implicit function
- To: mathgroup at smc.vnet.net
- Subject: [mg50577] Re: Plotting an implicit function
- From: mathma18 at hotmail.com (Narasimham G.L.)
- Date: Sat, 11 Sep 2004 06:44:27 -0400 (EDT)
- References: <chrnrf$4tc$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
contd.. or for better viewing of surface: Plot3D[Evaluate[f[x, y]],{x, -10, 10},{y, -1, 1},PlotPoints -> {25, 25}]; Domain to be checked for usuable range.