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[rectodiffeq] - convert a linear recurrence into a differential equation
Calling Sequence
rectodiffeq(eqns, u(n), f(z))
Parameters
eqns
-
single equation or set of equations
u
name; recurrence name
n
name; index of the recurrence u
f
name; function name
z
name; variable of the function z
Description
The rectodiffeq(eqns, u(n), f(z)) command converts a linear recurrence into a differential equation.
Let f be the generating function associated with the sequence u(n) where . The rectodiffeq function returns a linear differential equation with polynomial coefficients satisfied by f.
The input syntax is the same as for rsolve. The first argument is a single recurrence relation or a set containing one recurrence relation and boundary conditions. The recurrence relation is linear in the variable u, with polynomial coefficients in n. The terms of the sequence appearing in the relation should be of the form , with k as an integer.
The function returns either a single differential equation, or a set containing a differential equation and initial conditions.
Examples
See Also
dsolve, gfun, gfun/parameters, gfun[diffeqtorec], rsolve
Download Help Document