Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168740
Image: ubuntu2004
var('x y z') A=implicit_plot3d(x+y+z==1,(x,-3,3),(y,-3,3),(z,-3,3)) B=implicit_plot3d(x+y+z==0,(x,-3,3),(y,-3,3),(z,-3,3),color='red') C=plot3d(x^2+y^2,(x,-3,3),(y,-3,3),color='green') A+B+C