xxxxxxxxxx
var('x,y,z')
f1=x^2/9+y^2/16-z^2/25-1; f2=x^2/4+y^2/9-z^2/16
implicit_plot3d(f1,(x,-7,7),(y,-7,7),(z,-7,7),contour=0,
color='#ff3636',opacity=.3,
plot_points=20,mesh=True)+\
implicit_plot3d(f2,(x,-7,7),(y,-7,7),(z,-7,7),contour=0,
color='#3636ff',opacity=.5,frame=False)
No comments:
Post a Comment