Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168733
Image: ubuntu2004

Plotting in Polar Coordinates

r=1+cosθr = 1 + \cos\theta

polar_plot(1 + cos(x), (x, 0, 2*pi), aspect_ratio=1, color='red')

r=cos4θr = \cos 4\theta

polar_plot(cos(4*x), (x, 0, 2*pi), aspect_ratio=1, color='red')