next | previous | forward | backward | up | top | index | toc | Macaulay2 website
ExteriorIdeals :: solveMacaulayExpansion

solveMacaulayExpansion -- compute the sum of a Macaulay expansion

Synopsis

Description

Given a list of pairs {{a_1,b_1}, ... ,{a_k,b_k}} this method yields the sum of binomials binomial(a_1,b_1) + ... + binomial(a_k,b_k).

Example:

i1 : solveMacaulayExpansion({{4,2},{3,1}})

o1 = 9

See also

Ways to use solveMacaulayExpansion :

For the programmer

The object solveMacaulayExpansion is a method function.