Flippy

60 Reputation

2 Badges

16 years, 321 days

MaplePrimes Activity


These are questions asked by Flippy

Hi,

First of all, I am wondering if this is even possible or even generally used... Maybe what I'm trying to do is not defined or whatever... I dunno.. But I'm gonna ask anyway.


What I want is to make a polar plot, with a different range.

I have a function r(a) which obviously calculates some radial distance as a function of the angle a.

I have so far found 2 ways to plot this in a polar graph:
with(plots):
plot(r(a), a=0..Pi, coords=polar)

Page 1 of 1