next | previous | forward | backward | up | top | index | toc | Macaulay2 website
ExactCouples :: coupleRing

coupleRing -- builds a couple ring

Synopsis

Description

These default degrees are chosen to meet the conditions of expectCoupleRing. Other degrees are possible using the optional argument Degrees or by building the couple ring by hand directly.

i1 : Q = coupleRing(QQ,7,e,f)

o1 = Q

o1 : PolynomialRing
i2 : describe Q

o2 = QQ[e , f , Degrees => {{1}, {-2}}, Heft => {1..2}, MonomialOrder => {MonomialSize => 32}, DegreeRank => 2]
         7   7              {0}  {2 }                                    {GRevLex => {1..2} }
                                                                         {Position => Up    }
i3 : expectCoupleRing Q

See also

Ways to use coupleRing:

For the programmer

The object coupleRing is a method function with options.