Artifact 90e9d8e262751369c2788bc43a308213a15ae1f5a4a34fff8ce5e5f674e1d733:
- Executable file
r37/lisp/csl/html/r37_0504.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: 628) [annotate] [blame] [check-ins using] [more...]
<A NAME=JacobiP> <TITLE>JacobiP</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>JACOBIP</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> The <em>JacobiP</em> operator computes the nth Jacobi Polynomial. <P> <P> <P> <H3> syntax: </H3> <em>JacobiP</em>(<integer>,<expression>,<expression>, <expression>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> JacobiP(3,4,5,xx); 3 2 7*(65*xx - 13*xx - 13*xx + 1) ---------------------------------- 8 JacobiP(3,4,5,6); 94465/8 </TT></PRE><P>