Topic: Parametric polar functions?
Graph will allow the user to create explicit functions for both cartesian and polar coordinate systems, but will only allow parametric forms for cartesian coordinates. Is there any plan to implement parametric equations for polar coordinates in the future? It would allow curves like the following:
Involute of a circle:
radius=a*sec(t)
theta=tan(t)-t
Where t is the parameter.