Re: ImplicitPlot Problem
- To: mathgroup@smc.vnet.net
- Subject: [mg11494] Re: [mg11475] ImplicitPlot Problem
- From: Robert Pratt <rpratt@math.unc.edu>
- Date: Fri, 13 Mar 1998 12:21:40 -0500
You need a space (or *) between x and y to indicate multiplication. Otherwise Mathematica thinks you're using another variable called xy. Rob Pratt Department of Mathematics The University of North Carolina at Chapel Hill CB# 3250, 331 Phillips Hall Chapel Hill, NC 27599-3250 rpratt@math.unc.edu http://www.math.unc.edu/Grads/rpratt/ On Thu, 12 Mar 1998, 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 > >