NumericalDifferentialEquationAnalysis`
NumericalDifferentialEquationAnalysis`
ButcherBeta
ButcherBeta[tree]
gives the number of ways of labeling tree with ButcherOrder[tree]-1 distinct labels such that the root is not labeled, but every other vertex is labeled.
ButcherBeta[n,tree]
gives the number of ways of labeling n of the vertices of tree with n distinct labels such that every leaf is labeled and the root is not labeled.
Details and Options
- To use ButcherBeta, you first need to load the Numerical Differential Equation Analysis Package using Needs["NumericalDifferentialEquationAnalysis`"].