xxxxxxxxxx
var('x,y,z'); f=x^2+y^2-z^2
p=sum([implicit_plot3d(
f-t/3,(x,-t,t),(y,-t,t),(z,-t,0),
contour=0,frame=False,plot_points=20,
opacity=3/t,mesh=True,color='#3636ff')
for t in [3,6]])
p.show()
No comments:
Post a Comment