Artifact 26ea486ba2353cf458b0baf232e17877c2b9105451f4bbc1764acbe56fc52943:
- Executable file
r37/lisp/csl/html/r37_0528.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: 953) [annotate] [blame] [check-ins using] [more...]
<A NAME=HYPERGEOMETRIC> <TITLE>HYPERGEOMETRIC</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>HYPERGEOMETRIC</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>Hypergeometric</em> operator provides simplifications for the generalized hypergeometric functions. The <em>Hypergeometric</em> operator is included in the package specfn2. <P> <P> <P> <H3> syntax: </H3> <em>hypergeometric</em>(<list of parameters>,<list of parameters>, <argument>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> load specfn2; hypergeometric ({1/2,1},{3/2},-x^2); atan(x) -------- x hypergeometric ({},{},z); z e </TT></PRE><P>The special case where the length of the first list is equal to 2 and the length of the second list is equal to 1 is often called ``the hypergeometric function'' (notated as 2F1(a1,a2,b;x)). <P> <P> <P>