Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189900 views
ubuntu2004
p1=plot(2^(log(x,2)),(x,1,100))
p2=plot(2^((1+sin(x)/10)*log(x,2)),(x,1,100),color=(1,0,0))
show(p1+p2)