Macaulay2 » Documentation
Packages » ExteriorIdeals :: solveMacaulayExpansion
next | previous | forward | backward | up | index | toc

solveMacaulayExpansion -- compute the sum of a Macaulay expansion

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:

  • solveMacaulayExpansion(List)

For the programmer

The object solveMacaulayExpansion is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/ExteriorIdeals.m2:431:0.