Alternating Tensor

Relevant parts to questions…

  • Using the definition that , i.e., 1 if is an even permutation of , -1 if it’s an odd permutation, or 0 if any.
  • Using .
  • Using the property of that you can swap two indices to switch its polarity between and .

The Alternating Tensor is defined as , i.e., 1 if is an even permutation of , -1 if it’s an odd permutation, or 0 if any.

By this definition, the Alternating Tensor has the following properties:

  • is unchanged if indices are reordered by a cyclic permutation, i.e., .
  • is changed if any two of the suffices are interchanged, i.e., ; that is, the alternating tensor is anti-symmetric.

The Alternating Tensor can then be used to write multiple operations, for instance:

  1. Cross product of two vectors, , using the Alternating Tensor::.
  2. Determinant of matrices, using the Alternating Tensor::, which can be simplified by using either rows or columns.
  3. The scalar triple product, , using the Alternating Tensor::.