Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for Support and Testing.
Download
226 views
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)
interactive(children=(FloatSlider(value=0.5, description='Real c', max=2.0, min=-2.0, step=1e-05), FloatSlider…