I have a piecewise function in Grapher that I would like to rotate about the y-axis. Right now, this is what I have inputted.
x=-10/y (y>-10)&(y<-1)
x=10 (y>-1)&(y<.2)
x=2/y (y>.2)&(y<3)
Is there a way that I can rotate this about the y-axis in 3 dimensions? Thanks!
x=-10/y (y>-10)&(y<-1)
x=10 (y>-1)&(y<.2)
x=2/y (y>.2)&(y<3)
Is there a way that I can rotate this about the y-axis in 3 dimensions? Thanks!