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 >

JacobiCS

JacobiCS[u, m]
gives the Jacobi elliptic function cs(u|m).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • cs(u)=cot(phi), where phi=am(u|m).
  • cs(u|m) is a doubly periodic function in u with periods 2 K(m) and 4 i K(1-m), where K is the elliptic integral EllipticK.
  • JacobiCS is a meromorphic function in both arguments.
  • For certain special arguments, JacobiCS automatically evaluates to exact values.
  • JacobiCS can be evaluated to arbitrary numerical precision.
  • JacobiCS automatically threads over lists.
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
JacobiCS threads element-wise over lists:
Simple exact results are generated automatically:
Parity transformation and periodicity relations are automatically applied:
TraditionalForm formatting:
JacobiCS can be applied to a power series:
Hierarchy of solutions of the nonlinear diffusion equation :
Check:
Flow lines in a rectangular region with a current flowing from the lower-right to the upper-left corner:
Conformal map from a unit triangle to the unit disk:
Show points before and after the map:
Solution of the sinh-Gordon equation :
Check the solution:
Plot the solution:
Compose with inverse functions:
Use PowerExpand to disregard multivaluedness of the inverse function:
Solve a transcendental equation:
Integrals:
Machine-precision input is insufficient to give the correct answer:
Currently only simple simplification rules are built in for Jacobi functions:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team