tallies the sequences of B-ranks that occur for ideals generated by pairs of monomials in R = S/(d-th powers of the variables), with full complexity (=c); that is, for an appropriate syzygy M of M0 = R/(m1, m2) where m1 and m2 are monomials of the same degree.
i1 : twoMonomials(2,3) -- used 0.967364 seconds 2 Tally{{{2, 2}, {1, 2}} => 4} -- used 0.457896 seconds 3 Tally{{{2, 2}, {1, 2}} => 2} {{3, 3}, {2, 3}} => 1 -- used 0.133153 seconds 4 Tally{{{2, 2}, {1, 2}} => 1} |