MATLAB Question
F(x,y,z) = <[(a+1)y3], [(b+1)z3],[(c+1)x3]>
a = 4; b = 2; c = 5; d = a + b + c;
Plot this vector field in MATLAB over -3 ? x ? 3, -3 ?y ? 3, and -3 ? z ? 3. Next, let S be a square that lies in the yz-plane, centered at the origin, with side length 2(d +1), oriented clockwise when viewed from the positive x-axis; let C be its boundary. Using the vector field shown above, use MATLAB to compute the line integral using Stokes' Theorem.
This is known as P1F2.