Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189887 views
ubuntu2004
var('x')
x
f = x^2
print f
x^2
plot(f,(x,-5,5),rgbcolor=hue(0.6))