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 >

InverseJacobiCS

InverseJacobiCS[v, m]
gives the inverse Jacobi elliptic function cs^(-1)(v|m).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • cs^(-1)(v|m) gives the value of u for which v=cs(u|m).
  • InverseJacobiCS 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, InverseJacobiCS automatically evaluates to exact values.
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
InverseJacobiCS threads element-wise over lists:
Simple exact results are generated automatically:
Parity transformation is automatically applied:
TraditionalForm formatting:
InverseJacobiCS 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 multivaluedness of the inverse function:
Differentiate InverseJacobiCS:
Obtain InverseJacobiCS 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