MathGroup Archive 2003

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

Search the Archive

perturbing constant in Para plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38937] perturbing constant in Para plots
  • From: "Narasimham G.L." <google.news.invalid at web2news.net>
  • Date: Tue, 21 Jan 2003 07:38:17 -0500 (EST)
  • Reply-to: "Narasimham G.L." <mathma18 at hotmail.com>
  • Sender: owner-wri-mathgroup at wolfram.com


How to perturb the constant f in parametric plots? 

f= 1  ;' for single f value'
xy= { 2 f Sin[t]^2 ,Sinh[f t]+f Log[t] };
ParametricPlot[ xy , {t,0,2}];

An attemt to Map did not work.
' f={ .5,1,1.5};'
'trj = Map [ xy  &, f ];'
--
Posted via http://web2news.com



  • Prev by Date: Re: System of coupled PDE's initial value problem
  • Next by Date: Questions about Mathematica
  • Previous by thread: Re: spinning/rotating object with shadow
  • Next by thread: Re: perturbing constant in Para plots