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
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