Re: ImplicitPlot Problem
- To: mathgroup@smc.vnet.net
- Subject: [mg11530] Re: ImplicitPlot Problem
- From: Paul Abbott <paul@physics.uwa.edu.au>
- Date: Fri, 13 Mar 1998 12:22:20 -0500
- Organization: University of Western Australia
- References: <6e88kj$noe@smc.vnet.net>
David 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}]
I assume that you have loaded the package first? I tend to use
<<Graphics`
which will load, on demand, any of the graphics functionality in these
packages.
However, the likely problem is that you have omitted spaces between x
and y, i.e., you should try
ImplicitPlot[y^3-x y^2+Sin[x y]==8,{x,-2,2},{y,-2,2}]
Cheers,
Paul
____________________________________________________________________
Paul Abbott Phone: +61-8-9380-2734
Department of Physics Fax: +61-8-9380-1014
The University of Western Australia Nedlands WA 6907
mailto:paul@physics.uwa.edu.au AUSTRALIA
http://www.pd.uwa.edu.au/~paul
God IS a weakly left-handed dice player
____________________________________________________________________