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
combstruct[agfeqns] - find the system of generating function equations associated with an attribute grammar
combstruct[agfseries] - find the series solution of a system of generating function equations associated with an attribute grammar
Calling Sequence
agfeqns(spec, a_spec, typ, var, att_list)
agfseries(spec, a_spec, typ, var, att_list)
Parameters
spec
-
combinatorial specification
a_spec
specification of attribute grammar associated with spec
typ
labeling type; 'labeled' or 'unlabeled'
var
main (size) variable in the generating function
att_list
list of lists associating attribute names with variables
Description
These functions, agfeqns and agfseries, form the attribute grammar analogues to combstruct[gfeqns], and combstruct[gfseries]. For details on specifications, see combstruct and combstruct[specification].
These functions involve multivariate generating function equations which count the objects, as described in the specification spec, and properties of the structures, as defined in the attribute grammar, a_spec.
Each nonterminal in the grammar is associated with a generating function which is named with the name of the structure. For example, would be a generating function for . These two functions, agfeqns and agfseries, determine the equations in terms of other nonterminals and specify the series for the generating functions, respectively.
For example, in an unlabeled system with structure and attributes and , the multivariate generating function is defined as .
Any number of attributes is allowable, but no user-defined attribute can be marked by the parameter var.
If the objects are labeled, the exponential generating functions are produced. If the objects are unlabeled, ordinary generating functions are used.
The attribute, size, is used for the property pertaining to the number of atoms. It can be referenced in another attribute, but not redefined.
If no rule is defined for a given attribute structure pair, a default recursive rule is used. For example, and the attribute imply a default attribute specification of .
Each attribute must be marked by a single, unique variable.
Examples
For example, a labeled binary tree is a node or a node and two subtrees.
One can use attributes to count the number of leaves.
For example, the series up to order 10 indicates that there are five trees with 7 nodes and 4 leaves.
The internal path length, or sum of distances from nodes to the root, can be defined recursively.
This system can be solved and the average values attained.
See Also
combstruct, combstruct[agfmomentsolve], combstruct[gfseries], combstruct[gfsolve], combstruct[specification]
Download Help Document