RE: ParametricPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg14509] RE: [mg14492] ParametricPlot
- From: "jmthomas" <jmthomas at cybercable.tm.fr>
- Date: Thu, 29 Oct 1998 04:33:10 -0500
- Sender: owner-wri-mathgroup at wolfram.com
See The Mathematica Book Section 2.5.5 and try: ParametricPlot[Evaluate[eight[t]],{t,0,2 Pi}] Hope this helps, **************************************** Jean-Marie THOMAS jmthomas at agat.net Conseil et Audit en Ingenierie de Calcul Strasbourg, France http://www.agat.net **************************************** -----Original Message----- From: Peter [mailto:phuesser at bluewin.ch] To: mathgroup at smc.vnet.net Subject: [mg14509] [mg14492] ParametricPlot I have the following defintion in Mathematica notebook (version 3.01 for Mac): eight[t_]:={Sin[t],Sin[t] Cos[t]} Trying to plot this by executing ParametricPlot[eight[t],{t,0,2 Pi}]; produces the right graphic but also an warning: ParametricPlot::"ppcom": "Function eight[t] cannot be compiled; plotting will proceed with the uncompiled function." What is wrong ? Email: phuesser at bluewin.ch