This project allows you to graph polar functions. Enter the format (either 1, 2 or 3) 1 gives format r = a + b * sin ( c * theta ) 2 gives format r = a + b * cos ( c * theta ) 3 gives format r = a * theta + b Then enter number of points you want plotted (the counter in the top right is the percentage of points calculated - the script calculates all the points and compiles a list, which is then used to plot the graph)
Examples: Enter 1 then 1 then -2 then 4 then 200 Enter 2 then -1 then -3 then 5 then 200 The percentage complete counter in the top right is only needed if you choose to plot many hundreds of points, but I chose to leave it in anyway =P The graph is formatted to have equal scales on the x and y axes.