Can anyone help me to implement the solving of partial differential equations in Mathematica? The specific system of partial differential equations is:
du(x,y,z)/dx = dv(x,y,z)/dy - dq(x,y,z)/dz
3du(x,y,z)/dy = 2 dv(x,y,z)/dz + dq(x,y,z)/dx
1/2 du(x,y,z)/dz = 6 dv(x,y,z)/dx - 2 dq(x,y,z)/dy
I would like to solve for 3 functions u(x,y,z), v(x,y,z), and q(x,y,z)