Artifact e12a2ae70a02ab6e6d8c47dcba508c2d0de6000c56f0d815987147310536ed1b:
- Executable file
r37/lisp/csl/html/r37_0492.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: 660) [annotate] [blame] [check-ins using] [more...]
<A NAME=BETA> <TITLE>BETA</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>BETA</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> The <em>Beta</em> operator returns the Beta function defined by <P> <P> Beta (z,w) := defint(t**(z-1)* (1 - t)**(w-1),t,0,1) . <P> <P> <P> <H3> syntax: </H3> <em>Beta</em>(<expression>,<expression>) <P> <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> Beta(2,2); 1 / 6 Beta(x,y); gamma(x)*gamma(y) / gamma(x + y) </TT></PRE><P>The operator <em>Beta</em> is simplified towards the <A HREF=r37_0491.html>GAMMA</A> operator. <P> <P> <P>