Artifact d6dc606f03b77713dddb2c124677d9af900e61644d217f667f25b0dfb3c38c88:
- Executable file
r37/lisp/csl/html/r37_0522.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: 803) [annotate] [blame] [check-ins using] [more...]
<A NAME=STIRLING2> <TITLE>STIRLING2</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>STIRLING2</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> The <em>Stirling1</em> operator returns the Stirling Numbers S(n,m) of the second kind, i.e. the number of ways of partitioning a set of n elements into m non-empty subsets. <P> <P> <P> <H3> syntax: </H3> <em>Stirling2</em>(<integer>,<integer>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> Stirling2 (17,4); 694337290 Stirling2 (n,n-1); gamma(n+1) ------------- 2*gamma(n-1) </TT></PRE><P>The operator <em>Stirling2</em> evaluates the Stirling numbers of the second kind by rulesets for special cases or by a computing the closed form. <P> <P> <P>