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
LREtools[REcreate] - create an RESol from a recurrence equation
Calling Sequence
REcreate(eqns, fcns, inits)
Parameters
eqns
-
single equation or a set of equations
fcns
function name or set of function names
inits
set of initial conditions
Description
The first argument should be a single recurrence relation or a set of recurrence relations. Any expressions in eqns which are not equations will be understood to be equal to zero.
The second argument fcns indicates the functions from eqns over which they are considered to be recurrences. The names must always be entered in the form function(var).
The third argument inits is a set of initial conditions on the functions fcns.
The result of an REcreate call is an RESol data-structure, which is much easier to handle than a raw recurrence equation.
In the rest of this package, a problem is synonymous with either valid input for REcreate or a valid RESol data structure.
Examples
See Also
RESol, rsolve
Download Help Document