MathGroup Archive 2004

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

Search the Archive

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.


  • Prev by Date: Difference in Plots in Mathematica v4.0 and v5.0
  • Next by Date: DSolve Question
  • Previous by thread: Plotting an implicit function
  • Next by thread: Re: Plotting an implicit function