var('y')
plot3d(x^2+y^2-5*sin(x*y),(x,-2,2),(y,-2,2), color='orange', mesh=True)