|
[Date Index]
[Thread Index]
[Author Index]
Re: Polar Plots ...
- To: mathgroup at christensen.Cybernetics.NET
- Subject: [mg626] Re: [mg611] Polar Plots ...
- From: Lou Talman <me at talmanl.mscd.edu>
- Date: Fri, 31 Mar 95 13:49:09 -0700
To plot the polar curve r = f[theta] over the parameter interval
alpha <= theta <= beta:
ParametricPlot[{f[theta] Cos[theta], f[theta] Sin[theta]},
{theta, alpha, beta}]
--Lou Talman
Metropolitan State College of Denver
Prev by Date:
Re: Best solution definition
Next by Date:
Re: Reference works are needed, Timing
Previous by thread:
Re: Best solution definition
Next by thread:
Re: Re: Polar Plots ...
|