What is the result of multiplying a matrix by the divergence of a vector?

  • Thread starter Thread starter mkkrnfoo85
  • Start date Start date
  • Tags Tags
    Divergence Tensor
mkkrnfoo85
Messages
50
Reaction score
0
So here's my problem. It may be very simple, but I don't know how to do it. Please help.
Suppose \tau is a 3x3 matrix with elements listed as (a b c; d e f; g h i). What would be the answer to \nabla\bullet\tau be?

Thx

-Mark
 
Physics news on Phys.org
Depends what you're contracting over. You can't really use the dot product on a matrix, because it's not a rank 1 tensor.

\tau has indices \tau_{ab} or \tau^{a}_{\phantom{a}b} or \tau^{ab}. Similarly \nabla is either \nabla_{c} or \nabla^{c}.

(Give or take a raising or lowering of an index using a metric) you'd define the divergence as something like \nabla^{a}\tau_{ab}. That isn't the same as \nabla^{b}\tau_{ab} unless \tau is symmetric.

You don't get this ambiguity when \tau is a rank 1 tensor because \nabla . \tau = \nabla^{a}\tau_{a} = \nabla_{a}\tau^{a}.
 
A nice way to think about this is to treat it as a matrix multiplying a vector. If you imagine multiplying a vector v by \tau, you could write it as

\tau \cdot v

So if we think of \nabla as the 'vector' ( d/dx, d/dy, d/dz ) then we just multiply that on the left of \tau in the same way. I put the word 'vector' in inverted commas because what you've really got is a covector, or an element of the dual space - this is related to the fact that it appears on its side.

After you'd done the multiplication, you'd end up with another covector (we can just pretend it's the same thing as a vector) which looks like

\left( <br /> \frac{da}{dx}+\frac{dd}{dy}+\frac{dg}{dz},\phantom{XX}<br /> \frac{db}{dx}+\frac{de}{dy}+\frac{dh}{dz},\phantom{XX}<br /> \frac{dc}{dx}+\frac{df}{dy}+\frac{di}{dz}<br /> \right)<br />
 
Last edited:
Back
Top