Momentum[p]
is the head of a four momentum
p
.
The internal representation of a 4-dimensional p is Momentum[p]
.
For other than 4 dimensions:
Momentum[p, dim]
.
Momentum[p, 4]
simplifies to
Momentum[p]
.
Overview, DiracGamma, Eps, LorentzIndex, MomentumExpand.
This is a 4-dimensional momentum.
[p] Momentum
\overline{p}
As an optional second argument the dimension must be specified if it is different from 4.
[p, D] Momentum
p
The dimension index is suppressed in the output.
[p, d] Momentum
p
[-q] Momentum
-\overline{q}
[-q] // StandardForm
Momentum
(*-Momentum[q]*)
= Momentum[p - q] + Momentum[2 q] ex
\left(\overline{p}-\overline{q}\right)+2 \overline{q}
// StandardForm
ex
(*Momentum[p - q] + 2 Momentum[q]*)
// MomentumExpand // StandardForm
ex
(*Momentum[p] + Momentum[q]*)
// MomentumCombine // StandardForm
ex
(*Momentum[p + q]*)
[Momentum[p], d] // StandardForm
ChangeDimension
(*Momentum[p, d]*)