Artifact a1d382f0250b44d77bda2a18233057230f209a31b715c77f36aa31f0a1279ef7:
- Executable file
r37/lisp/csl/html/r37_0410.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1395) [annotate] [blame] [check-ins using] [more...]
<A NAME=EPS> <TITLE>EPS</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>EPS</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> The <em>eps</em> operator denotes the completely antisymmetric tensor of order 4 and its contraction with Lorentz four-vectors, as used in high-energy physics calculations. <P> <H3> syntax: </H3> <P> <P> <em>eps</em>(<vector-expr>,<vector-expr>,<vector-expr>, <vector-expr>) <P> <P> <P> <vector-expr> must be a valid vector expression, and may be an index. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> vector g0,g1,g2,g3; eps(g1,g0,g2,g3); - EPS(G0,G1,G2,G3); eps(g1,g2,g0,g3); EPS(G0,G1,G2,G3); eps(g1,g2,g3,g1); 0 </TT></PRE><P>Vector identifiers are ordered alphabetically by REDUCE. When an o dd number of transpositions is required to restore the canonical order to the four arguments of <em>eps</em>, the term is ordered and carries a minus sign. When an even number of transpositions is required, the term is returned ordered and positive. When one of the arguments is repeated, the value 0 is returned. A contraction of the form eps(_i j mu nu p_mu q_nu) is represented by <em>eps(i,j,p,q)</em> when <em>i</em> and <em>j</em> have been declared to be of type <A HREF=r37_0412.html>index</A>. <P> <P> <P>