Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Solving Exact Linear ODEs
Description
The general form of the exact, linear ODE is given by the following:
exact_linear_ode := diff(linear_ODE(x),x) = 0;
where linearODE(x) is a linear ODE of any differential order; see Murphy, "Ordinary Differential Equations and their Solutions", p. 221. The order of these exact linear ODEs can be reduced since they are the total derivative of an ODE of one order lower. The reduced ODE is:
linear_ODE(x) + _C1;
Examples
The most general exact linear non-homogeneous ODE of second order; this case is solvable.
The general exact linear ODE of fourth order which can be reduced to an exact linear ODE of third order; this can be reduced to a second order ODE and the answer is expressed using DESol
The general exact linear ODE of fifth order which can be reduced to a first order linear ODE. This ODE can be solved to the end.
See Also
DEtools, odeadvisor, dsolve, and ?odeadvisor,<TYPE> where <TYPE> is one of: quadrature, missing, reducible, linear_ODEs, exact_linear, exact_nonlinear; for other differential orders see odeadvisor,types.
Download Help Document