Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168759
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