Artifact 8757af3dfdd71299e949b7b262e7d87f6efeea83b41ae6b9858f49206c2cad05:
- Executable file
r37/lisp/csl/html/r37_0412.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: 1062) [annotate] [blame] [check-ins using] [more...]
<A NAME=INDEX> <TITLE>INDEX</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>INDEX</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>declaration</B><P> <P> The declaration <em>index</em> flags a four-vector as an index for subsequent high-energy physics calculations. <P> <H3> syntax: </H3> <P> <P> <em>index</em><vector-id>{,<vector-id>}* <P> <P> <P> <vector-id> must have been declared of type <em>vector</em>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> vector aa,bb,cc; index uu; let aa.bb = 0; (aa.uu)*(bb.uu); 0 (aa.uu)*(cc.uu); AA.CC </TT></PRE><P>Index variables are used to represent contraction over components of vectors when scalar products are taken by the . operator, as well as indicating contraction for the <A HREF=r37_0410.html>eps</A> operator or metric tensor. <P> <P> The special status of a vector as an index can be revoked with the declaration <A HREF=r37_0416.html>remind</A>. The object remains a vector, however. <P> <P> <P>