Macaulay2 » Documentation
Packages » CompleteIntersectionResolutions :: twoMonomials
next | previous | forward | backward | up | index | toc

twoMonomials -- tally the sequences of BRanks for certain examples

Synopsis

Description

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 : setRandomSeed 0

o1 = 0
i2 : twoMonomials(2,3)
 -- used 1.52801s (cpu); 0.63758s (thread); 0s (gc)
2
Tally{{{1, 1}} => 2        }
      {{2, 2}, {1, 2}} => 4

 -- used 1.004s (cpu); 0.410577s (thread); 0s (gc)
3
Tally{{{2, 2}, {1, 2}} => 2}
      {{3, 3}, {2, 3}} => 1

 -- used 0.328672s (cpu); 0.139184s (thread); 0s (gc)
4
Tally{{{2, 2}, {1, 2}} => 1}

See also

Ways to use twoMonomials :

For the programmer

The object twoMonomials is a method function with options.