MathGroup Archive 1998

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

Search the Archive

Re: ImplicitPlot Problem


  • To: mathgroup@smc.vnet.net
  • Subject: [mg11481] Re: ImplicitPlot Problem
  • From: weber@math.uni-bonn.de (Matthias Weber)
  • Date: Fri, 13 Mar 1998 12:21:27 -0500
  • Organization: RHRZ - University of Bonn (Germany)
  • References: <6e88kj$noe@smc.vnet.net>

In article <6e88kj$noe@smc.vnet.net>, 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

You likely want to write

ImplicitPlot[y^3-x y^2+Sin[x y]==8,{x,-2,2},{y,-2,2}]

or

ImplicitPlot[y^3-xy^2+Sin[xy]==8,{xy,-2,2},{y,-2,2}]

Matthias



  • Prev by Date: Re: Extracting polynomial coefficients?
  • Next by Date: RE: Eigenvalues
  • Prev by thread: Re: ImplicitPlot Problem
  • Next by thread: RE: ImplicitPlot Problem