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