Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168737
Image: 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")