The transpose, aT, of a 2nd order tensor, a=aijei⊗ej, is defined as aT=aijej⊗ei=ajiei⊗ej When we take the transpose of a 2nd order tensor, the basis change order, but the indices remain the same. If both basis systems, ei and ej are the same, transposition is equivalent to to switching the indices on aij to aji. When doing this in index notation, we implicitly assume that the basis vector order remains unchanged.
We can also write the transposition directly on the index symbol, aijT. For a tensor with equal basis this is the same as transposition of the tensor. However, it might also be used in expressions when the indices are not contracted with basis vectors. Consider the expression aijbi=ajiTbi, where in the first we contract b with a's first index, and in the second we contract with aT's second index (the same as a's first index). Hence, we have that aij=ajiT
Definition: The major transpose, AT, of a 2nd order tensor, A= Aijklei⊗ej⊗ek⊗el, is defined as AT= Aijklek⊗el⊗ei⊗ej= Aklijei⊗ej⊗ek⊗el
When taking the major transpose of a 4th order tensor, the basis change order. The first two bases exchange places with the two last while maintaining their internal order. For equal base vectors, transposition is equivalent to switching the indices Aijkl to Aklij. In this case, we implicitly assume the same basis vector order.
Usually, the transpose of a 4th order tensor implies the major transpose. However, we could also consider minor transposition, i.e. going from Aijkl to Ajikl, Aijlk, or Ajilk. These would all be minor transpositions but have no clear symbol such as ∙T.
The norm of a tensor gives a scalar measure of its magnitude.
Definition: The norm of a tensor, b=bi1i2⋯iNei1⊗ei2⊗⋯⊗eiN, of arbitrary order N, is ∣∣b∣∣=bi1i2⋯iNbi1i2⋯iN in an orthonormal basis system
Definition: The inverse, A−1, of a 4th order tensor, A= Aijklei⊗ej⊗ek⊗el, is defined by A: A−1= I=δikδjlei⊗ej⊗ek⊗el
Algorithms for determining the inverse of 4th order tensors are virtually non-existent. However, we may represent the entities in a 4th order tensor as a matrix using the Voigt representation, A. In this notation, the double contraction reduces to a regular matrix-matrix product: A: A is equivalent to A⋅A. Hence, to calculate the inverse of a 4th order tensor, it is usually necessary to convert to the Voigt representation, calculate the inverse, and then convert back.
The standard determinant is only defined for 2nd order tensors. However, it is possible to generalize to higher dimensions. For a 2nd order tensor, it is straight-forward to calculate as the determinant of a matrix by filling the matrix by the tensor coefficients, e.g. in 2d:
Sometimes, it is convenient to write a series of dot products between the same tensor. We can do this as we would for scalars, by using exponentiation:
Definition: A 2nd order tensor, a, to the power of n, is defined as an=1a⋅2a⋅3a⋯na where the numbers just number the tensors.
Similarly, we can define this for a fourth order tensor.
Definition: A 4th order tensor, A, to the power of n, is defined as An=1 A:2 A:3 A:⋯:n A where the numbers just number the tensors.
The exponential function have some very nice properties for differentiation. It also occurs frequently as a solution to differential equations. It is therefore interesting to define the exponential of a tensor. For a 2nd order tensor, we can define the exponential as
Definition: The exponential, exp, of a 2nd order tensor, a, is defined by exp(a)=∑n=0∞n!an,a0=I