Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168703
Image: ubuntu2004
pretty_print_default() var('x,y') f=sin(x^2+y^2+x*y) jsmath(f) plot3d(f, (x,-2,2), (y,-2,2))
var('x,y') plot3d(x*y/(x^2+y^2), (x,-2,2), (y,-2,2))
var('x,y') plot3d(x^2*y/(x^2+y^2), (x,-2,2), (y,-2,2))
var('x,y') plot3d(x^2*y/(x^4+y^2), (x,-2,2), (y,-2,2))