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
gfun[listtohypergeom] - find a hypergeometric generating function
gfun[seriestohypergeom] - find a hypergeometric generating function
Calling Sequence
listtohypergeom(l, x, [typelist])
seriestohypergeom(s, [typelist])
Parameters
l
-
list
x
name; variable name
typelist
(optional) list of generating function types. The default is 'ogf','egf'. For a complete list of types, see gftypes.
s
series
Description
The listtohypergeom(l, x, [typelist]) command computes a hypergeometric series in x for the generating function of the expressions in l. This generating function has its type specified by typelist, for example, ordinary (ogf) or exponential (egf). For a complete list of available generating function types, see gftypes.
You should specify at least 6 terms in the list l.
The seriestohypergeom(s, x, [typelist]) command computes a hypergeometric series in x for the generating function of the expressions in s. This generating function has its type specified by typelist, for example, ordinary (ogf) or exponential (egf). For a complete list of available generating function types, see gftypes.
You should specify at least 6 terms in the series s.
If typelist contains more than one element, these types are considered in the order that they are listed.
If typelist is not specified, the default typelist, 'ogf','egf', is used.
The function returns a list whose first element is the hypergeometric function. The second element is the generating function type for which an equation was found.
Examples
See Also
gfun, gfun/gftypes, gfun/parameters, gfun[guessgf]
Download Help Document