File r37/lisp/csl/html/r37_0449.html artifact 948751a2e0 part of check-in a57e59ec0d



<A NAME=ZETA>

<TITLE>ZETA</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>



<B>ZETA</B> _ _ _  _ _ _  _ _ _  _ _ _ <B>operator</B><P>
<P>
 
The <em>Zeta</em> operator returns Riemann's Zeta function, 
<P>
<P>
Zeta (z) := sum(1/(k**z),k,1,infinity) 
<P>
<P>
 <P> <H3> 
syntax: </H3>
<em>Zeta</em>(&lt;expression&gt;) 
<P>
<P>
<P>
 <P> <H3> 
examples: </H3>
<P><PRE><TT>
Zeta(2); 

    2
  pi  / 6 


on rounded; 

Zeta 1.01; 

  100.577943338

</TT></PRE><P>Numerical computation for the Zeta function for arguments close to
 1 are 
tedious, because the series is converging very slowly. In this case a formula 
(e.g. found in Bender/Orzag: Advanced Mathematical Methods for 
Scientists and Engineers, McGraw-Hill) is used. 
<P>
<P>
No numerical approximation for complex arguments is done. 
<P>
<P>
<P>


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