File r37/lisp/csl/html/r37_0414.html artifact 733f82374d part of check-in a57e59ec0d



<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>&lt;vector-var&gt;{,&lt;vector-var&gt;}* 
<P>
<P>
<P>
&lt;vector-var&gt; 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>


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]