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[diffeqtorec] - convert a linear differential equation into a recurrence
Calling Sequence
diffeqtorec(deq, y(z), u(n))
Parameters
deq
-
linear differential equation in y(z) with polynomial coefficients
y
name; function name
z
name; variable of the function y
u
name; recurrence name
n
name; index of the recurrence u
Description
The diffeqtorec(deq, y(z), u(n)) command converts a linear differential equation, deq, into a recurrence.
Let be a power series solution of the differential equation.
If u(n) is the nth Taylor coefficient of around zero, the diffeqtorec function returns a linear recurrence for the numbers u(n), with rational coefficients in n.
The syntax is the same as that of dsolve. Combined with algeqtodiffeq, this function produces a linear recurrence for the Taylor coefficients of an algebraic function.
Examples
See Also
dsolve, dsolve/formal_series, gfun, gfun[algeqtodiffeq], gfun[rectodiffeq]
Download Help Document