Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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