SAGE

twisted

Still Twisted Torus

Still shot of a twisted torus

sage: u, v = var(‘u,v’)
sage: fx = (3+sin(v)+cos(u))*cos(2*v)
sage: fy = (3+sin(v)+cos(u))*sin(2*v)
sage: fz = sin(u)+2*cos(v)
sage: parametric_plot3d([fx, fy, fz], (u, 0, 2*pi), (v, 0, 2*pi), frame=False, color=”red”)

Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *