Surface of Revolution Around the y-Axis
To rotate a function f(x) around the y-axis.
1. Enter the function. I entered f(x) = -(x-1)(x-6), 1≤x≤6
2. I created a slider by entering n = slider(0,2pi,pi/180)
3. To create the surface, enter surface(f,n,yAxis)