divergence of a vector field at a point
g=div(xyz)
vector of rectangular coordinates of evaluation point, xyz=[x y z]
divergence value at xyz
curl(xyz) computes the divergence value of a vector field at the point given by xyz. the vector field needs to be specified explicitly or use emtdiv function.