I’m trying to verify the divergence theorem using MATLAB if F(x, y, z) =<x^2y^2, y^2z^2 , z^2x^2> when the solid E is bounded by x^2 + y^2 + z^2 = 2 on top and z = (x^2+y^2)^1/2 on the bottom. I know the function for divergence in MATLAB but not sure...
Closed:John D'Erricoon 27 Feb 2022 Write MATLAB code to verify Green’s theorem for the vector field F = ((x-y)i + 3xy j) over the closed region C where C is the boundary of the region bounded by the parabolas y^2 = 4x and x^2 = 4y. ...