Re: ImplicitPlot Problem
- To: mathgroup@smc.vnet.net
- Subject: [mg11562] Re: ImplicitPlot Problem
- From: Allan Hayes <hay@haystack.demon.co.uk>
- Date: Sat, 14 Mar 1998 13:56:15 -0500
- References: <6e88kj$noe@smc.vnet.net>
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