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.
|
|
If type is , then the series is the reciprocal of the ordinary generating function.
|
|
If type is , then the series is the reciprocal of the exponential generating function.
|
|
If type is , then the series is the logarithmic derivative of the ordinary generating function.
|
|
If type is , then the series is the logarithmic derivative of the exponential generating function.
|
|
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.
|
|
|