Artifact 582e21f9d991442211c35b6d1dc9d4dfb4958dc2f61f39ea58042bc198614908:
- Executable file
r37/lisp/csl/html/r37_0486.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: 1092) [annotate] [blame] [check-ins using] [more...]
<A NAME=EllipticE> <TITLE>EllipticE</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ELLIPTICE</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> The <em>EllipticE</em> operator used with two arguments returns the Elliptic Integral of the Second Kind. <P> <H3> syntax: </H3> <P> <P> <em>EllipticE</em>(<expression>,<integer>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> EllipticE(1.2,0.22) 1.15094019180949 EllipticE(0,4.35) 0 EllipticE(9,0.00719) 8.98312465929145 </TT></PRE><P>The Complete Elliptic Integral of the Second Kind can be obtained by using just the second argument, or by using pi/2 as the first argument. <P> <P> <P> The <em>EllipticE</em> operator used with one argument returns the Elliptic value E. <P> <H3> syntax: </H3> <P> <P> <em>EllipticE</em>(<integer>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> EllipticE(0.22) 1.48046637439519 EllipticE(pi/2, 0.22) 1.48046637439519 </TT></PRE><P>