MathGroup Archive 1998

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

Search the Archive

ParametricPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg14492] ParametricPlot
  • From: "Peter" <phuesser at bluewin.ch>
  • Date: Fri, 23 Oct 1998 20:59:11 -0400
  • Organization: Swisscom AG, the blue window
  • Sender: owner-wri-mathgroup at wolfram.com

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



  • Prev by Date: Problem plotting a piecewise function
  • Next by Date: Re: dll's from within....
  • Previous by thread: Re: Problem plotting a piecewise function
  • Next by thread: RE: ParametricPlot