Artifact 7d2b3210642f9b7f09ae4270b21a84409ad3a2351887362f594afba9d987b5f9:
- Executable file
r37/lisp/csl/html/r37_0490.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: 878) [annotate] [blame] [check-ins using] [more...]
<A NAME=POCHHAMMER> <TITLE>POCHHAMMER</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>POCHHAMMER</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>Pochhammer</em> operator implements the Pochhammer notation (shifted factorial). <P> <P> <P> <H3> syntax: </H3> <em>Pochhammer</em>(<expression>,<expression>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> pochhammer(17,4); 116280 pochhammer(1/2,z); factorial(2*z) -------------------- 2*z (2 *factorial(z)) </TT></PRE><P>A number of complex rules for <em>Pochhammer</em> are inactive, be cause they cause a huge system load in algebraic mode. If one wants to use more rules for the simplification of Pochhammer's notation, one can do: <P> <P> let special!*pochhammer!*rules; <P> <P> <P> <P>