Example Worksheet - Generating Functions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Discrete Mathematics : Combinatorics : Combinatorial Structures : Example Worksheet - Generating Functions

The combstruct Package - Generating Functions

 

This worksheet is an introduction to generating functions and the combstruct package.  For those not familiar with this package, there are two worksheets that give an overview of the previous version of combstruct and explain how to use it.  See Introduction to the Combinatorial Structures Package and Sample Structures.  

The functions, gfeqns, gfsolve, and gfseries, have been introduced to find counting generating functions of the combinatorial classes defined by grammars. Multivariate versions of these functions for use with attribute grammars are agfeqns, agfmomentsolve, and agfseries. 

with(combstruct):

Return to Index for Example Worksheets