TUTORIAL FeynmanParameter[] and trace[] This package contains two programs. trace[] computes traces of products of gamma matrices. FeynmanParameter[] converts integrals over momentum space of the type encountered in Feynman diagrams with loops to integrals over Feynman parameters. The following describes the use of these two programs. Step 1: Copy the file feyn.m to the subdirectory on the hard disk which contains Mathematica (probably c:\math\). Step 2: Start Mathematica as usual. Step 3: At the Mathematica input prompt (In[n]:=) type: <4], {x[1],0,1}] I p[a] Out[8]:= -- ------- + ... 16 2 2 p Pi In[9]:= dimension=4 Out[9]:= 4 In[10]:= Simplify[ FeynmanParameter[(k[a]+j[a])p[a]k[b]/(((k-j)^2-m[h]^2)^2 (k k-m[t]^2)^2 (j j-m[t]^2)^2),j,k] ] (FeynmanParameter[] and trace[] may be combined with other Mathematica functions.) 4 2 2 Out[10]:= (-2+x[1])(-1+y[1])y[1] p[b]/(512 Pi (y[1] m[h] -x[1] y[1] m[h] + 2 2 2 2 2 x[1] m[t] -x[1] m[t] +x[1] y[1] m[t] ) (This expression should be integrated from x[1]=0 to x[1]=1 and from y[1]=0 to y[1]=1 to give the correct expression for the momentum integrals.) Limitations: At present, FeynmanParameter[] can convert, at most, three momentum integrals into integrals over Feynman parameters. In addition, the numerator of Expression in FeynmanParameter[Expression,k], for example, can contain products of, at most, 5 k[a]'s. As is noted above, it is also assumed that the denominator of Expression contains at least two terms of the form (k^2+...)^a. If this is not the case, then Feynman parameters are not needed. It is fairly straightforward to modify the programs to work for more general cases when (and if) necessary. These modifications may be made by the user or by getting in touch with me. A more detailed discussion of these programs may be found in Computer Physics Communications vol. 77, 286 (1993). If you would like to receive future updates of these programs, please send me your email address. Please contact me if you have any questions or comments. Todd H. West Theory Group Department of Physics University of Texas Austin, Texas 78712 e-mail: toddwest@utaphy.ph.utexas.edu