TOPICS
Search

Tensor Direct Product


Abstractly, the tensor direct product is the same as the vector space tensor product. However, it reflects an approach toward calculation using coordinates, and indices in particular. The notion of tensor product is more algebraic, intrinsic, and abstract. For instance, up to isomorphism, the tensor product is commutative because V tensor W=W tensor V. Note this does not mean that the tensor product is symmetric.

For two first-tensor rank tensors (i.e., vectors), the tensor direct product is defined as

 a_i^'b^('j)=(partialx_k)/(partialx_i^')a_k(partialx_j^')/(partialx_l)b^l=(partialx_k)/(partialx_i^')(partialx_j^')/(partialx_l)(a_kb^l),
(1)

which is a second-tensor rank tensor. The tensor contraction of a direct product of first-tensor rank tensors is the scalar

 contr(a_i^'b^('j))=a_i^'b^('i)=a_kb^k.
(2)

For second-tensor rank tensors,

 A_j^iB^(kl)=C_j^(ikl)
(3)
 C_j^(ikl)^'=(partialx_i^')/(partialx_m)(partialx_n)/(partialx_j^')(partialx_k^')/(partialx_p)(partialx_l^')/(partialx_q)C_n^(mpq).
(4)

In general, the direct product of two tensors is a tensor of rank equal to the sum of the two initial ranks. The direct product is associative, but not commutative.

The tensor direct product of two tensors a and b can be implemented in the Wolfram Language as

  TensorDirectProduct[a_List, b_List] :=
    Outer[Times, a, b]

See also

Direct Product, Kronecker Product, Vector Space Tensor Product

Portions of this entry contributed by Todd Rowland

Explore with Wolfram|Alpha

Cite this as:

Rowland, Todd and Weisstein, Eric W. "Tensor Direct Product." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/TensorDirectProduct.html

Subject classifications