Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: Quanta
Views: 122
var('x,y,z') p = implicit_plot3d(y^4 + 5*x^4 - 6*x^2*y^2 + 6*x^3*z + 26*x^2*y*z + 10*x*y^2*z - 10*y^3*z - 32*x^2*z^2 - 40*x*y*z^2 + 24*y^2*z^2 + 32*x*z^3 - 16*y*z^3 == 0, (x,-4,4), (y,-4,4), (z,-4,4), plot_points = 200, region = x^2+y^2+z^2 == 16, color=(.29, .59, 1), frame = false, opacity = .5) p
(x, y, z)
3D rendering not yet implemented