File r37/lisp/csl/html/r37_0504.html artifact 90e9d8e262 part of check-in a57e59ec0d



<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>(&lt;integer&gt;,&lt;expression&gt;,&lt;expression&gt;, 
 &lt;expression&gt;) 
<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>

REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]