MathGroup Archive 1998

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

Search the Archive

ImplicitPlot Problem



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}]

Thanks
David



  • Prev by Date: Q about NonlinearFit
  • Next by Date: Eigenvalues
  • Prev by thread: RE: Q about NonlinearFit
  • Next by thread: Re: ImplicitPlot Problem