Artifact 733f82374dbc397c7e41a5f8950d0702e5dd8375662041592df8a0d4674fc0ac:
- Executable file
r37/lisp/csl/html/r37_0414.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: 922) [annotate] [blame] [check-ins using] [more...]
<A NAME=MSHELL> <TITLE>MSHELL</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>MSHELL</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> The <em>mshell</em> command puts particles on the mass shell in high-energy physics calculations. <P> <H3> syntax: </H3> <P> <P> <em>mshell</em><vector-var>{,<vector-var>}* <P> <P> <P> <vector-var> must have had a mass attached to it by a <A HREF=r37_0413.html>mass</A> declaration. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> vector v1,v2; mass v1=m,v2=q; mshell v1; v1.v1; 2 M v2.v2; V2.V2 mshell v2; v1.v1*v2.v2; 2 2 M *Q </TT></PRE><P>Even though a mass is attached to a vector variable representing a particle, the replacement does not take place until the <em>mshell</em> declaration is given for that vector variable. <P> <P> <P>