xxxxxxxxxx
var('x,y,z'); T=RDF(golden_ratio); r=4.32
F=2-exp(cos(x+T*y)+cos(x-T*y)+cos(y+T*z)+cos(y-T*z)+\
cos(z+T*x)+cos(z-T*x)+cos(z+T*y)+cos(z-T*y))
p=implicit_plot3d(
F,(x,-r,r),(y,-r,r),(z,-r,r),plot_points=50,
opacity=.5,color='#ff3636',mesh=True)
p.show(frame=False)
No comments:
Post a Comment