Product of a third- and second-order tensor.

  • Context: Graduate 
  • Thread starter Thread starter Nimlidor
  • Start date Start date
  • Tags Tags
    Product Tensor
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 4K views
Nimlidor
Messages
4
Reaction score
0
Hi,
I have read that vector of polarisation [itex]\vec{P}[/itex] and stress tensor T are linked with equation
[itex]\vec{P}=\underline{\underline{d}} \: \underline{T}[/itex]
where d is a third-order piezoelectric tensor. Can anyone explain how you multiply a third and a second-order tensor to get a vector? A good link will also help.
Thank you,
N.
 
Physics news on Phys.org
I'm not familiar with this equation, but I'm guessing that it's a contraction: ##A_{i}=\sum_{j,k}B_{ijk}C_{jk}##.

Also, it's usually a good idea to include a better reference than "I have read...". It might be easier to answer if we knew where you read it. If possible, you should link directly to the relevant page at Google Books.
 
So if I understand this correctly, in order to get "i-th" component of a vector you have to take i-th "slice" of third-order tensor and multiply it with second order tensor: not in the standard way we multiply matrices, but rather just multiply j,k-th component of both tensors and sum over all nine components (assuming that both tensors are three dimensional)?
I would have included a reference, but I only have it in printed version in Slovenian. :blushing:
 
Nimlidor said:
So if I understand this correctly, in order to get "i-th" component of a vector you have to take i-th "slice" of third-order tensor and multiply it with second order tensor: not in the standard way we multiply matrices, but rather just multiply j,k-th component of both tensors and sum over all nine components (assuming that both tensors are three dimensional)?
You certainly don't have to do this to obtain the ith component of an arbitrary vector. What I'm saying is if you take a tensor with 3 indices and one with 2, and "contract" two indices as I did, the result is a component of a vector.
 
Does contracting over two indices mean that you make a sum of nine products?
[itex]B_{i11}C_{11}+B_{i12}C_{12}+B_{i13}C_{13}+...+B_{i32}C_{32}+B_{i33}C_{33}[/itex]
 
Thank you very much!