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[reduceOrder] - apply the method of reduction of order to an ODE
Calling Sequence
reduceOrder(des, dvar, partsol, solutionForm)
Parameters
des
-
ordinary differential equation, or its list form
dvar
the dependent variable for an equation
partsol
partial solution, or list of partial solutions
solutionForm
flag to indicate the DE should be solved explicitly
Description
Important: The DEtools[reduceOrder] command has been deprecated. Use the superseding command DEtools[reduce_order] instead.
This routine is used to either a) return an ODE of reduced order or b) solve the ODE explicitly by the method of reduction of order, given a partial (particular) solution of the ODE. Without the optional flag basis, a reduced ODE is returned. If basis appears as the fifth argument, then a list containing the basis of the solution is returned. Note that a solution basis may contain DESol data structures.
des may be input as an explicit ODE, as a list of coefficients (in the case of the ODE being homogeneous), or in the form returned by convertAlg for the non-homogeneous case.
partsol may be a single partial solution, or a list of partial solutions. Note that it is assumed all given partial solutions are correct and valid. When a reduced ODE is to be returned, the order of the resulting ODE will be equal to the order of the original less the number of partial solutions given.
The command with(DEtools,reduceOrder) allows the use of the abbreviated form of this command.
Examples
See Also
DESol, DEtools, DEtools[convertAlg], DEtools[reduce_order], dsolve
Download Help Document