Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 181
var('t') r1 = vector([cost, sint, t]) r2 = vector([t,0,0]) plot1 = parametric_plot3d(r1, (t,0,pi), color='purple', thickness=5) plot2 = parametric_plot3d(r2, (t,0,4), color='red', thickness=5) show(plot1+plot2)