Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

All published worksheets from http://sagenb.org

189900 views
ubuntu2004
x,y=var("x y") contour_plot(sqrt(16*x^2+y^2-64),(x,-20,20),(y,-20,20),fill=False,plot_points=100)
contour_plot?