Re: ImplicitPlot Problem
- To: mathgroup@smc.vnet.net
- Subject: [mg11526] Re: ImplicitPlot Problem
- From: bawolk@ucdavis.edu (Bruce Wolk)
- Date: Fri, 13 Mar 1998 12:22:15 -0500
- Organization: University of California, Davis
- References: <6e88kj$noe@smc.vnet.net>
On 12 Mar 1998 04:07:31 -0500, david314@aol.com (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}] > >Thanks >David > Did you remember to bring in the appropriate package? <<Graphics`ImplicitPlot` Also, there should be spaces between x and y. Hope this helps. Bruce