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[guessgf] - find a generating function from a list
gfun[guesseqn] - find a differential equation satisfied by the generating function
Calling Sequence
guessgf(L, x, [typelist])
guesseqn(L, y(x), [typelist])
Parameters
L
-
list
x
name
typelist
(optional) list of generating function types
y
Description
The guessgf(L, x) command finds a closed form for the generating function for the series defined by L.
You should specify as many terms as possible in the list L.
If typelist is specified, it indicates the type of generating functions, for example, ordinary (ogf) or exponential (egf), to try. If typelist contains more than one element, these types are considered in the order that they are listed. For a complete list of available generating function types, see gftypes.
If typelist is not specified, the default are ordinary and exponential generating functions, specified by the parameter .
The guessgf function does the following.
Tries to find a rational function using listtoratpoly.
Tries to find hypergeometric functions using listtohypergeom.
Tries to find a linear differential equation with polynomial coefficients using listtodiffeq which is then passed to dsolve.
The guesseqn(L, y(x)) finds an equation satisfied by the generating function. The guesseqn function might succeed even if the guessgf function fails because it does not attempt to solve the equation in closed-form.
Examples
See Also
dsolve, gfun, gfun/gftypes, gfun/parameters, gfun[listtodiffeq], gfun[listtohypergeom], gfun[listtoratpoly], gfun[listtoseries]
Download Help Document