Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189887 views
ubuntu2004
t=var('t') f1=parametric_plot((cos(t),sin(t)),(t,0,2*pi)) f2=parametric_plot((cos(t)-cos(t)*sin(t),sin(t)-sin(t)^2),(t,0,2*pi)) (f1+f2).show
<bound method Graphics.show of >