Log in to edit a copy.
Download.
Other published documents...
Untitled
178 days ago by Tobi@sagemath
x, y = var('x,y') plot3d(x*abs(y)/sqrt(x^2+y^2), (x,-2,2), (y,-2,2))