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
genfunc[rgf_encode] - encode rational generating functions
Calling Sequence
rgf_encode(Fn, n, z)
rgf_encode(Fn, n, z, options)
Parameters
Fn
-
closed form expression for the nth term in a sequence
n
name, index variable for Fn
z
name, generating function variable
options
(optional) parameters defining special information about the sequence
Description
This function finds the rational generating function of the sequence defined by Fn.
The expression Fn must be a valid closed form expression for a sequence with a rational generating function. The command type(Fn, 'ratseq'(n)) will determine if Fn is a valid expression.
The sequence is assumed to be defined by Fn for all . The optional arguments can be used to specify other information about the sequence.
An optional argument of the form , where c is an integer value, defines the first nonzero term in the sequence to be at index c.
An optional argument of the form , where are integer indices and are values of the sequence at those indices.
The command with(genfunc,rgf_encode) allows the use of the abbreviated form of this command.
Examples
See Also
genfunc, genfunc[rgf_expand], genfunc[rgf_sequence], invztrans, ztrans
Download Help Document