sage: y=var('y')
sage: plot3d(cos(x)*cos(y)*exp(-sqrt((x**2+y**2))/4),(x,-5,5),(y,-5,5))