The form expo(c,N) returns partitions of N with c non-negative parts. The form expo(c, L) returns partitions with non-negative parts that are componentwise <= L (and any sum <= sum L).
The list expo(c,N) may be thought of as the list of exponent vectors of the monomials of degree N in c variables. This is used in the construction of the Eisenbud-Shamash resolution.
The list expo(c, L), on the other hand, may be thought of as the list of divisors of e^L = e_0^{L_0} ... e_c^{L_c}. This is used in the construction of the higher homotopies on a complex.
|
|
The object expo is a method function.