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
gfun[algeqtodiffeq] - compute a differential equation satisfied by an algebraic function
Calling Sequence
algeqtodiffeq(p, y(z), ini)
Parameters
p
-
polynomial in y and z (or a polynomial equation)
y
name; holonomic function name
z
name; variable of the holonomic function y
ini
(optional) set; specify computation of initial conditions for the resulting differential equation
Description
The algeqtodiffeq(p, y(z)) command computes a linear differential equation with polynomial coefficients verified by the function y(z). The polynomial p defines an algebraic function, in Maple terms. The resulting equation is of order at most .
The resulting linear differential equation contains initial conditions in zero (, , and so on), and can thus be passed directly to dsolve. In general, is a RootOf a polynomial, a rational expression in , a rational expression in , , and so on.
If initial conditions are specified using ini, the algeqtodiffeq function attempts to compute initial conditions for the resulting differential equation.
If a particular solution of eq is selected by specifying initial terms of its power series expansion at the origin using the same syntax as that of initial conditions for dsolve, the algeqtodiffeq function returns the corresponding initial conditions together with the differential equation.
Examples
We can use algeqtodiffeq with diffeqtorec to determine fast Taylor expansions.
p_generator:=rectoproc(rec,u(n),list):
See Also
dsolve, gfun, gfun/parameters, gfun[diffeqtorec], gfun[rectoproc], RootOf
Download Help Document