Log in to edit a copy.
Download.
Other published documents...
Surfaces of Revolution
120 days ago by danielm
u = var('u') line=u revolution_plot3d(line,(u,0,1),opacity=0.5,rgbcolor=(1,0.5,0),show_curve=True,parallel_axis='x')
parabola=u^2 revolution_plot3d(parabola,(u,0,1),opacity=0.5,rgbcolor=(0,1,0),show_curve=True,parallel_axis='x')