Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
gfun[gftypes] - describe available types of generating functions
Description
A generating function is an analytic encoding of numerical data. It is a formal power series which can be manipulated algebraically in ways which parallel the manipulation of the (often combinatorial) objects they represent. The gfun package recognizes several different ways to represent the information in a list l.
The following types of generating functions are accepted by the gfun package.
'ogf'
If type is (ordinary generating function), then the coefficients are the elements of l. For example, the which corresponds to the list, [1, 1, 2, 3, 5, 8], is .
'egf'
If type is (exponential generating function), then the ith coefficient is . For example, the which corresponds to to the list, [1, 1, 2, 3, 5, 8], is .
'revogf'
If type is , then the series is the reciprocal of the ordinary generating function.
'revegf'
If type is , then the series is the reciprocal of the exponential generating function.
'lgdogf'
If type is , then the series is the logarithmic derivative of the ordinary generating function.
'lgdegf'
If type is , then the series is the logarithmic derivative of the exponential generating function.
'Laplace'
If type is , then the ith coefficient is .
You can define types by creating a procedure gfun[`listtoseries/mytypeofgf`], which accepts a list and a variable as input, and yields a series in this variable. This series must be of type taylor. In particular, it cannot have negative exponents.
See Also
gfun, series
Download Help Document