Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189900 views
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))