This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Elliptic integral and function


Liam Healy writes:
 > My understanding is that the Jacobi elliptic function is the inverse
 > of the elliptic function.  That is, 
 >   sn(K(k),k) = 1
 >   cn(K(k),k) = 0
 >   dn(K(k),k) = sqrt(1-k^2)
 > see http://mathworld.wolfram.com/JacobiEllipticFunctions.html
 > 

Hi,
Using the conventions in the GSL manual the relation is,

 sn(K(k),k^2) = 1
 cn(K(k),k^2) = 0
 dn(K(k),k^2) = sqrt(1-k^2)

which should work correctly. I think there is a note about the
different notations used by Carlson and Abramowitz&Stegun somewhere in
the chapter there.

regards

-- 
Brian Gough

----------------------------------------------------------------------
Network Theory Ltd            Phone: +44 (0)117 3179309
15 Royal Park                   WWW: http://www.network-theory.co.uk/
Clifton                       Email: bjg@network-theory.co.uk    
Bristol BS8 3AL
----------------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]