Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 398
Visibility: Unlisted (only visible to those who know the link)
# Ellipse var('x,y') implicit_plot(1/9*x^2-2/3*x+y^2+2*y+1==0, (x,-1,6), (y,-5,3),gridlines=True)
(x, y)