moiseevigor / elliptic

Elliptic functions for Matlab and Octave
http://moiseevigor.github.io/elliptic
15 stars 5 forks source link

inverse Jacobi elliptic function #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How can I compute the inverse Jacobi elliptic function using MATLAB 7.4 
(R2007a)?
http://www.mathworks.com/support/solutions/en/data/1-8DZ7LZ/?solution=1-
8DZ7LZ

Original issue reported on code.google.com by moiseev....@gmail.com on 8 Jan 2010 at 11:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
in page 44 of this pdf:
http://www.wolfgang-ehrhardt.de/specialfunctions.pdf
you can find the list of inverse jacobi elliptic function

F is the Incomplete Elliptic Integrals of the First kind
for example arcsn(u,m) = elliptic12(asin(u)),m)

Original comment by iman.h.a...@gmail.com on 8 May 2014 at 6:31