For the following two-dimensional flow, plot the velocity vectors and contours of the divergence of the velocity on the same graph. Use "meshgrid" with a spacing of "0.5".
Last Name A-M: Vx = 1/sqrt(x^2 + y^2), Vy = -xy/sqrt(x^2 + y^2) in the region -4 < x < 4, -4 < y < 4
Last Name N-Z: Vx = x/sqrt(x^2 + y^2), Vy = -y/sqrt(x^2 + y^2) in the region -6 < x < 6, -6 < y < 6
For the two-dimensional flows from problem 3, plot 15 contours the angular velocity using the MATLAB command "cav=curl(x,y,vx,vy)". Use "meshgrid" with a spacing of "0.2".