Determine Div & Curl from a given vector field
V=Kyi-Kxj
How do I format this?
It's been a while since I've done this and every divergence and curl example I look up has the format V(x,y,z)={V1(x,y,z);V2(x,y,z);V3(x,y,z)}
Should I reformat my V to be V{x,y}={V1(x,y);V2(x,y)}={Ky,-Kx}...