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[ode_int_y] - given the nth order linear ODE satisfied by y(x), compute the nth order linear ODE satisfied by int(y(x),x)
DEtools[ode_y1] - given the nth order linear ODE satisfied by y(x), compute the nth order linear ODE satisfied by diff(y(x),x)
Calling Sequence
ode_int_y(ode, y(x))
ode_y1(ode, y(x))
Parameters
ode
-
ordinary differential equation satisfied by y(x)
y(x)
unknown function of one variable
Description
Given a nth order linear ODE for , the ode_int_y and ode_y1 commands respectively compute the nth order linear ODE satisfied by and .
Examples
For enhanced input output use DEtools[diff_table] and PDEtools[declare].
Now, if satisfies
then the derivative of satisfies
and so, the integral of the function in the equation above satisfy this other ODE (the starting point)
See Also
DEtools
Download Help Document