Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168822
Image: ubuntu2004
x,y = var('x y')
L = plot3d(sqrt(x^2 + y^2), (x, -1, 1), (y, -1, 1))
U = plot3d(sqrt(2 - x^2 - y^2), (x, -1, 1), (y, -1, 1))
L + U