
Arman G. answered 10/22/19
Aerospace Engineer
This is simply a result of vector/matrix multiplication. If you have a vector field, the dot product of the del operator and the vector field (both the vector field and del operator are column vectors) gives you the divergence. However, you would get the same result by doing matrix/vector multiplication if you transposed the del operator and made it a 1X3 row vector instead of a column vector. That way the (1X3)*(3X1) gives you a 1x1 so it gives you the scalar and is the same thing as the dot product.
X.*Y = X_transpose*Y