Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189900 views
ubuntu2004
var('x,y')
(x, y)
a=plot3d(x*sin(y), (x,-4,4),(y,-4,4))
a.show(viewer="jmol")
a.show(viewer="canvas3d")
a.show(viewer="tachyon")