Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Avatar for Support and Testing.

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: 161
Image: ubuntu2004
Kernel: SageMath 9.7
julia_plot()
Image in a Jupyter notebook
julia_plot(mandelbrot=False)
Image in a Jupyter notebook
R.<z> = CC[] f = z^3 - z + 1 julia_plot(f)
Image in a Jupyter notebook
julia_plot(period=[2,3])
Image in a Jupyter notebook
R.<z> = CC[] f = z^2 + 1/2 julia_plot(f,interact=True)