MathGroup Archive 1998

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

Search the Archive

Re: ImplicitPlot Problem



David314 wrote:
> 
> I am unable to get an ImplicitPlot of the following formula:
> 
> y^3-xy^2+Sin[xy]==8
> 
> I am using the following statement to generate the plot:
> 
> ImplicitPlot[y^3-xy^2+Sin[xy]==8,{x,-2,2},{y,-2,2}]

David:

Separate xy 
Try bigger range
Maybe more plot points

<<Graphics`ImplicitPlot`

ImplicitPlot[y^3-x y^2+Sin[x y]==8,{x,-2,2},{y,-2,2}, PlotPoints -> 50]

-- 
Allan Hayes
Mathematica Training and Consulting
Leicester, UK
hay@haystack.demon.co.uk
http://www.haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44 (0)116 271 8642




  • Prev by Date: Re: ImplicitPlot Problem
  • Next by Date: RE: Two questions
  • Prev by thread: Re: ImplicitPlot Problem
  • Next by thread: Eigenvalues