FeynCalc / feyncalc

Mathematica package for algebraic calculations in elementary particle physics.
https://feyncalc.github.io
GNU General Public License v3.0
309 stars 87 forks source link

Some thing wrong between Integrate and TR ( when they working on GA[a] ) #233

Closed sesameman closed 9 months ago

sesameman commented 11 months ago
(*I want to calculate `GS[p]`dot`GS[q]` in a Inactivate Integral like this :*)
Inactivate[Integrate[GS[p] . GS[q], p], Integrate] // TR
(*Just like you see, it dones't work.*)
(*May be its something wrong with Integral*)
Inactivate[Integrate[GS[k] . GS[q], p], Integrate] // TR
Inactivate[Integrate[GA[a] . GA[b], p], Integrate] // TR
(*Don't work too*)

gethelp.nb.zip

vsht commented 11 months ago

First of all, Integrate is a Mathematica command for 1-D integration, while here you have an expression depending on a 4-vector. So I don't even know what Integrate[...,p] is supposed to mean.

Second, in most cases you need to use FeynCalc functions to manipulate FeynCalc symbols in a meaningful way, not just random Mathematica routines.