MathGroup Archive 1998

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

Search the Archive

RE: ImplicitPlot Problem



Don't forget to make a call to the appropriate package:


\!\(c = y\^3 - x\ y\^2 + Sin[x\ y] == 8\n
  << \ Graphics`ImplicitPlot`\n
    ImplicitPlot[c, {x, \(-2\), 2}, {y, \(-2\), 2}]\)

On my machine (Pentium 150 MHz), Timing@ImplicitPlot[ etc. took 0.2 s

Hope this helps,


----------------------------------------------- Jean-Marie THOMAS
Conseil et Audit en Ingenierie de Calcul www.cybercable.tm.fr/~jmthomas
------------------------------------------------


-----Message d'origine-----
De:	David314 [SMTP:david314@aol.com] Date:	jeudi 12 mars 1998 07:35
A:	mathgroup@smc.vnet.net
Objet:	[mg11475] ImplicitPlot Problem

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




  • Prev by Date: Re: Mixed Algebraic/differential system
  • Next by Date: Re: Problems with Display function
  • Prev by thread: Re: ImplicitPlot Problem
  • Next by thread: Re: ImplicitPlot Problem