xxxxxxxxxx
var('u,v'); a,b=7,4
u_min,u_max=-pi,pi; v_min,v_max=-pi,pi
f_x=cos(a*u)*sinh(v)/(1+cosh(u)*cosh(v))
f_y=sin(b*u)*sinh(v)/(1+cosh(u)*cosh(v))
f_z=sinh(u)*cosh(v)/(1+cosh(u)*cosh(v))
parametric_plot3d(
[f_x,f_y,f_z],(u_min,u_max),(v_min,v_max),
plotpoints=100,color='steelblue',opacity=.7,
mesh=True,frame=False)
No comments:
Post a Comment