DifferentialGeometry/Tensor/SpinorInnerProduct - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : DifferentialGeometry/Tensor/SpinorInnerProduct

Tensor[SpinorInnerProduct] - calculate the inner product of 2 spinors

Calling Sequences

     SpinorInnerProduct(S, T)

Parameters

   S, T    - two spinors or spinor-tensors of the same spinor type

 

Description

Examples

See Also

Description

• 

The spinor inner product of two spinors  and  of the same type is calculated by contracting each pair of corresponding spinor indices (one from  and one from ) with the appropriate epsilon spinor. For example, the inner product of two covariant rank 1 spinors with components  and  is   The inner product of two contravariant rank 1 spinors  and  is . The inner product of two contravariant rank 2 spinors with components and  is  .

• 

If  and  are odd rank spinors, then SpinorInnerProduct(S, T) = -SpinorInnerProduct(T, S) and therefore SpinorInnerProduct(S, S) = 0. (Strictly speaking, the spinor inner product is really just a bilinear pairing -- it is not a true inner product because it is not always symmetric in its arguments.)

• 

If  and  are even rank spinors, then SpinorInnerProduct(S, T) = SpinorInnerProduct(T, S).

• 

Unlike TensorInnerProduct, SpinorInnerProduct does not require specification of a metric tensor to perform the contractions.

• 

This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form SpinorInnerProduct(...) only after executing the commands with(DifferentialGeometry); with(Tensor); in that order.  It can always be used in the long form DifferentialGeometry:-Tensor:-SpinorInnerProduct.

Examples

 

Example 1.

First create a vector bundle  with base coordinates  and fiber coordinates .

(2.1)

 

Define rank 1 spinors  and  and calculate their inner product.

M > 

(2.2)
M > 

(2.3)
M > 

(2.4)

 

Note the sign change:

M > 

(2.5)

 

The inner product of a rank 1 spinor with itself vanishes

M > 

(2.6)

 

Calculate the inner product of  and  from the definition.

M > 

(2.7)
M > 

(2.8)
M > 

(2.9)

 

Example 2.

Calculate the inner product of two rank 2 spinors  and .

M > 

(2.10)
M > 

(2.11)
M > 

(2.12)

 

Example 3.

Calculate the inner product of two rank 2 spinor-tensors  and . Note that in this example the result is a rank 2 tensor.

M > 

(2.13)
M > 

(2.14)
M > 

(2.15)

See Also

DifferentialGeometry, Tensor, ContractIndices, EpsilonSpinor, RaiseLowerSpinorIndices, TensorInnerProduct


Download Help Document