Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

224017 views
ubuntu2004
This is some text.
def y(x): return x + 1 plot(y, (-5,5))
def y(x): return (1/2)*x-1 plot(y, (-5,5))