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
genfunc[rgf_relate] - relate sequences with common factors in their generating functions
Calling Sequence
rgf_relate(Fz, z, Fn, n, Gz)
rgf_relate(Fz, z, Fn, n, Gy, y)
Parameters
Fz
-
rational generating function
z
name, generating function variable
Fn
expression for nth term of the sequence encoded by Fz
n
name, index variable for Fn
Gz, Gy
y
(optional) name, generating function variable for Gy
Description
This function relates sequences with common nonzero roots in the denominators of their generating functions. If the generating functions do not have common roots, FAIL is returned.
If the optional parameter y is used, it is the generating function variable for the fifth parameter. The generating function Gy must not involve the variable z in this case.
The nth term of the sequence encoded by Gz (Gy) is expressed as a function of Fn.
The value FAIL is returned if Fz is a trivial rational generating function.
The command with(genfunc,rgf_relate) allows the use of the abbreviated form of this command.
Examples
See Also
genfunc, genfunc/rgf_charseq
Download Help Document