Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189887 views
ubuntu2004
a=plot(e^(-1/2*x)*cos(2*pi*x),(x,0,6),rgbcolor=(1,0,0)) b=plot(e^(-1/2*x), (x,0,6),rgbcolor=(0,1,0)) show(a+b)