Macaulay2 » Documentation
Packages » ResolutionsOfStanleyReisnerRings :: universalPresentation
next | previous | forward | backward | up | index | toc

universalPresentation -- A presentation of the Stanley-Reisner ring over its universal parameter ring

Synopsis

Description

Note that M is N-graded.

i1 : S = QQ[a..e];
i2 : F = {a*b*c,c*d,e}

o2 = {a*b*c, c*d, e}

o2 : List
i3 : D = simplicialComplex F

o3 = simplicialComplex | e cd abc |

o3 : SimplicialComplex
i4 : universalPresentation D

o4 = cokernel {0} | 0 0 0 0 |
              {1} | 0 0 0 0 |
              {2} | 0 0 0 0 |
              {3} | 0 0 0 0 |
              {1} | 0 0 0 0 |
              {2} | 0 0 0 0 |
              {1} | 0 d 0 0 |
              {2} | 0 0 d 0 |
              {1} | c 0 0 d |

                                            9
o4 : QQ[b..d]-module, quotient of (QQ[b..d])
i5 : M = universalPresentation F

o5 = cokernel {0} | 0 0 0 0 |
              {1} | 0 0 0 0 |
              {2} | 0 0 0 0 |
              {3} | 0 0 0 0 |
              {1} | 0 0 0 0 |
              {2} | 0 0 0 0 |
              {1} | 0 d 0 0 |
              {2} | 0 0 d 0 |
              {1} | c 0 0 d |

                                            9
o5 : QQ[b..d]-module, quotient of (QQ[b..d])
i6 : degrees M

o6 = {{0}, {1}, {2}, {3}, {1}, {2}, {1}, {2}, {1}}

o6 : List

See also

Ways to use universalPresentation :

For the programmer

The object universalPresentation is a method function.