PaXD0Expand
PaXD0Expand
is an option for PaXEvaluate
.
If set to True
, Package-X function D0Expand
will be applied to the output of Package-X.
See also
Overview, PaXEvaluate.
Examples
D0[0, 0, 0, 0, s, t, m^2, m^2, m^2, m^2]
PaXEvaluate[%]
D0(0,0,0,0,s,t,m2,m2,m2,m2)
D0(0,0,0,0,s,t,m2,m2,m2,m2)
The full result is a ConditionalExpression
D0[0, 0, 0, 0, s, t, m^2, m^2, m^2, m^2]
res = PaXEvaluate[%, PaXC0Expand -> True];
D0(0,0,0,0,s,t,m2,m2,m2,m2)
D0(0,0,0,0,s,t,m2,m2,m2,m2)
m2
Use Normal
to get the actual expression
D0(0,0,0,0,s,t,m2,m2,m2,m2)