Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189887 views
ubuntu2004
var('x') f = cos(x)*x^2 fp = f.plot(xmin=0, xmax=20, rgbcolor=(0,0,.5)) (fp).show()