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