Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions > Elliptic Functions >

InverseJacobiND

InverseJacobiND[v, m]
gives the inverse Jacobi elliptic function nd^(-1)(v|m).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • nd^(-1)(v|m) gives the value of u for which v=nd(u|m).
  • InverseJacobiND has branch cut discontinuities in the complex v plane with branch points at and infinity, and in the complex m plane with branch points at 1-v^(-2) and infinity.
  • The inverse Jacobi elliptic functions are related to elliptic integrals.
  • For certain special arguments, InverseJacobiND automatically evaluates to exact values.
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the input tracks the precision of the output:
InverseJacobiND threads element-wise over lists:
Simple exact results are generated automatically:
TraditionalForm formatting:
InverseJacobiND can be applied to a power series:
Plot contours of constant real and imaginary parts in the complex plane:
Compose with inverse function:
Use PowerExpand to disregard multi-valuedness of the inverse function:
Differentiate InverseJacobiND:
Obtain InverseJacobiND from solving equations containing elliptic functions:
Machine-precision input is insufficient to get a correct answer:
With exact input, the answer is correct:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team