RE: ImplicitPlot Problem
- To: mathgroup@smc.vnet.net
- Subject: [mg11484] RE: [mg11475] ImplicitPlot Problem
- From: jmt <jmthomas@cybercable.tm.fr>
- Date: Fri, 13 Mar 1998 12:21:29 -0500
- Organization: TeA
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