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[algebraicsubs] - substitute an algebraic function into a holonomic one
Calling Sequence
algebraicsubs(deq, eq, y(z), ini)
Parameters
deq
-
linear differential equation in y(z) with polynomial coefficients
eq
algebraic equation in y(z)
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 gfun[algebraicsubs](deq, eq, y(z)) command returns a differential equation satisfied by the composition where f is the holonomic function defined by the equation deq and g is the algebraic equation defined by eq. The composition is holonomic by closure properties of holonomic functions.
Let d1 be the differential order of deq, and d2 be the degree of eq. If the equation deq is homogeneous, then the order of is at most . Otherwise, it is at most .
If initial conditions are specified using ini, the algebraicsubs function attempts to compute initial conditions for the resulting differential equation.
Initial conditions can be present in the differential equation if a set is specified, in the same way as initial conditions are specified for dsolve. In the case of a polynomial equation, they are specified in the optional parameter ini as a set, using the same syntax as for dsolve.
Examples
The differential equation satisfied by cos(t).
The algebraic equation satisfied by sqrt(1-4*t).
The differential equation satisfied by cos(sqrt(1-4*t)).
See Also
dsolve, gfun, gfun/`diffeq+diffeq`, gfun/`rec+rec`, gfun/parameters, gfun[algfuntoalgeq]
Download Help Document