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
RESol - data structure to represent the solution of a recurrence equation
Calling Sequence
RESol(eqns, fcns, inits)
LREtools[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 RESol command calls LREtools[REcreate] to build the RESol data structure.
This data structure represents the solution of a recurrence equation. It is to rsolve and LREtools as DESol is to dsolve and DEtools.
The parameters of an RESol are a set of normalized equations, a set of function names and a set of initial conditions.
On output, an information table, INFO is added. The entries in this table are:
type
the strings 'linear' or 'nonlinear'
functions
a name or set of names of the recurrence function(s)
vars
a name or set of names of the recurrence variable(s)
order
the order of the equation
shifteqn
an equation in &Shift[vars](functions) which represents the shift operator associated to the linear recurrence equation
coeffs
a list of the rhs of the equation and the coefficients of the shifteqn
Note that the first three items are always present, and the next three are there only if the recurrence is linear.
Examples
See Also
DESol, DEtools, dsolve, LREtools, LREtools[REcreate], rsolve
Download Help Document