2011/10/16
tensors
This has been a confusing topic, with half a dozen Wikipedia pages on the subject. Here I took some notes.
Tensors are sums of “products” of vectors. There are different kinds of vector products. The one used to build tensors is, naturally, the tensor product. In the Cartesian product of vector spaces V×W, the set elements are tuples like (v,w) where v∈V,w∈W. A tensor product v⊗w is obtained by tupling the component bases rather than the component elements. If V has basis {ei}i∈{1,…,M} and W has basis {fj}j∈{1,…,N}, then take {(ei,fj)}i∈{1,…,M},j∈{1,…,N} as the basis of the tensor product space V⊗W. Then define the tensor product v⊗w as
(1) ∑i,jviwj(ei,fj)∈V⊗W,
if v=∑iviei and w=∑jwjfj. The entire tensor product space V⊗W is defined as sums of these tensor products
(2) {∑kvk⊗wk|vk∈V,wk∈W}.
So tensors in a given basis can be represented as multidimensional arrays.
V⊗W is also a vector space, with MN basis dimensions (c.f. V×W with M+N basis dimensions). But additionally, it has internal multilinear structure due to the fact that it is made of component vector spaces, namely:
(v1+v2)⊗w=v1⊗w+v2⊗w
v⊗(w1+w2)=v⊗w1+v⊗w2
α(v⊗w)=(αv)⊗w=v⊗(αw)
(Read the article)