MathGroup Archive 2008

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

Search the Archive

Re: Plot function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85004] Re: Plot function
  • From: nigol <dario.buttari at gmail.com>
  • Date: Tue, 22 Jan 2008 01:59:41 -0500 (EST)
  • References: <fn1o2d$9oe$1@smc.vnet.net>

Another solution is:

With[{k = 1, r = 1},
 ParametricPlot[{k r ArcSin[y/r] - r Cos[ArcSin[y/r]], y}, {y, -Pi,
   Pi}]]

Dario


  • Prev by Date: Re: ListDensityPlot takes forever and then some
  • Next by Date: PLot3 function
  • Previous by thread: Re: Plot function
  • Next by thread: Re: Plot function