Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168731
Image: ubuntu2004
# In-Ming (Derek) Cheng var('x,y') surfaceA = plot3d(x+y,(x,0,2),(y,0,2)) y1 = plot(x^2,0,2) y2 = plot(sqrt(x),0,2) surfaceA + y1 + y2