Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189887 views
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')