Could There Be a Matrix Analog of the Del Operator?

Dindane
Messages
1
Reaction score
0
The del operator is often informally written as (d/dx, d/dy, d/dz) or \hat{x}\frac{d}{dx}+\hat{y}\frac{d}{dy}+\hat{z}\frac{d}{dz}, a pseudo-vector consisting of differentiation operators. Could there be a pseudo-matrix operator like it? What would one be differentiating with respect to- that is, the physical or geometric interpretation (i.e., the x, y, z above are the coordinates in three-space). Would the operator be of any use?
 
Physics news on Phys.org
I am not sure how much use it would be, but you could always just put it into a column vector:

D = {d/dx, d/dy,d/dz}
(Where {} denote column vector despite being written left to right)

Then to apply to a function, you would write Df(x,y,z). The function is a scalar, so it just gets multiplied through by everyone. The result is {df/dx, df/dy, df/dz}

Remember though, with operators, that fD is not generally Df.

Also, to be totally accurate, if you treat f as a 1x1 "matrix", then in order to make it commute properly with D in the case of fD, you would do fD^T, which is a row vector (while Df is a column vector). The result is [fd/dx,fd/dy,fd/dz]

Bear in mind, this can get tricky if you are using a non-Cartesian coordinate system, because if you apply this differentation to an object with basis vector components, you will need to differentiate the basis vectors too - in Cartesian coordinates, it doesn't matter, but in cylindrical, spherical, toroidal, etc., it will matter.
I hope that answers your query!
 

Similar threads

Replies
4
Views
2K
Replies
2
Views
2K
Replies
1
Views
2K
Replies
3
Views
1K
Replies
7
Views
2K
Replies
8
Views
3K
Back
Top