Log in to edit a copy.
Download.
Other published documents...
some other things
116 days ago by jsuagee
var('x y z')
(x, y, z)
(x, y, z)
G1 = implicit_plot3d(x^2 + y^2 - z^2 - 2,(x,-2, 2), (y,-2, 2), (z,-2, 2),opacity = .5,color='pink')
G2 = implicit_plot3d(x^2 + y^2 + z^2 - 3,(x,-2, 2), (y,-2, 2), (z,-2, 2),opacity = .5,color='purple')
G1 + G2