Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
EllipticModulus - Modulus function k(q)
Calling Sequence
EllipticModulus(q)
Parameters
q
-
expression denoting a complex number such that
Description
Given the Nome q, , entering the definition of Jacobi Theta functions, for instance
FunctionAdvisor(definition, JacobiTheta1)[1];
EllipticModulus computes the corresponding Modulus k, entering the definition of related elliptic integrals and JacobiPQ elliptic functions.
FunctionAdvisor(definition, EllipticF)[1];
FunctionAdvisor(definition, JacobiSN)[1];
FunctionAdvisor(definition, JacobiAM);
Alternatively, given the Modulus k, entering Elliptic integrals and JacobiPQ functions, it is possible to compute the corresponding Nome q, , using EllipticNome, which is the inverse function of EllipticModulus.
EllipticModulus is defined in terms of JacobiTheta functions by:
FunctionAdvisor( definition, EllipticModulus );
The JacobiPQ functions can be expressed in terms of JacobiTheta functions using EllipticNome
JacobiSN(z,k) = (1/(k^2))^(1/4) * JacobiTheta1(1/2*Pi*z/EllipticK(k),EllipticNome(k)) / JacobiTheta4(1/2*Pi*z/EllipticK(k),EllipticNome(k));
Alternative popular notations for elliptic integrals and JacobiPQ functions involve a parameter m or a modular angle alpha, as for instance in the Handbook of Mathematical Functions edited by Abramowitz and Stegun (A&S). These are related to k by and sin(alpha) = k. For example, the Elliptic function shown in A&S is numerically equal to the Maple command.
Examples
See Also
EllipticF, EllipticNome, FunctionAdvisor
Download Help Document