Artifact 56fc38a7da4e46da0a42f10210445975c4faaefea49a12001aec6a227371de63:
- Executable file
r37/lisp/csl/html/r37_0413.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: 1173) [annotate] [blame] [check-ins using] [more...]
<A NAME=MASS> <TITLE>MASS</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>MASS</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> The <em>mass</em> command associates a scalar variable as a mass with the corresponding vector variable, in high-energy physics calculations. <P> <H3> syntax: </H3> <P> <P> <em>mass</em><vector-var><em>=</em><scalar-var> {,<vector-var><em>=</em><scalar-var>}* <P> <P> <P> <vector-var> can be a declared vector variable; <em>mass</em> will declare it to be of type <em>vector</em> if it is not. This may override an existing matrix variable by that name. <scalar-var> must be a scalar variable. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> vector bb,cc; mass cc=m; mshell cc; cc.cc; 2 M </TT></PRE><P>Once a mass has been attached to a vector with a <em>mass</em> dec laration, the <A HREF=r37_0414.html>mshell</A> declaration puts the associated particle ``on t he mass shell.'' Subsequent scalar (.) products of the vector with itself will be replaced by the square of the mass expression. <P> <P> <P>