Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
DEtools[dperiodic_sols] - find doubly-periodic solutions of a linear ODE
Calling Sequence
dperiodic_sols(lode, v)
dperiodic_sols(coeff_list, x)
Parameters
lode
-
linear ODE in diff form
v
dependent variable of lode
coeff_list
list of coefficients of a linear ODE; specified in order of increasing differential order
x
independent variable of a linear ODE
Description
The dperiodic_sols function seeks closed form solutions of linear ODEs having doubly-periodic coefficients. It returns either one or more doubly-periodic solutions to the linear ODE or provides a proof that no such solution exists.
In the case of an order two linear ODE, the dperiodic_sols function also seeks a general solution in terms of solutions that are doubly-periodic or doubly-periodic of the second kind.
The dperiodic_sols function returns, if possible, a list of one or more independent solutions. To find only doubly periodic solutions, set the environment variable _EnvDperiodicOnly to true.
The dperiodic_sols function recognizes doubly-periodic functions that are rational in the Weierstrass P and P' functions, or rational in the Jacobi , , and functions.
The dperiodic_sols(lode, v) and dperiodic_sols(coeff_list, x) calling sequences are equivalent.
The dperiodic_sols(coeff_list, x) calling sequence is convenient for programming.
Examples
Special case of Lame equation (n=1).
Kamke 2.74
Kamke 2.73 (Only doubly periodic solutions).
See Also
alias, dcoeffs, DEtools, dsolve, Environment Variables, Jacobi functions, Weierstrass functions
References
Burger, R.; Labahn, G.; and van Hoeij, M. "Closed form solutions of linear odes having elliptic functions as coefficients." Proceedings of ISSAC'04, Santander, Spain, ACM Press, (2004): 58-64.
Download Help Document