Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download
Views: 21
var("x,y,z") implicit_plot3d(y==8*x^2-3*z^2, (x, -3, 3), (y, -3,3), (z, -3,3))
(x, y, z)
3D rendering not yet implemented