Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 2284

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: 1867702284 *}

i1 : R = ZZ/101[x,y]

o1 = R

o1 : PolynomialRing

i2 : C = chainComplex(matrix{{x,y}},matrix{{x*y},{-x^2}})

      1      2      1
o2 = R  <-- R  <-- R
                    
     0      1      2

o2 : ChainComplex

i3 : M = HH_1 C

o3 = subquotient ({1} | -y |, {1} | xy  |)
                  {1} | x  |  {1} | -x2 |

                               2
o3 : R-module, subquotient of R

i4 : prune M

o4 = cokernel {2} | x |

                            1
o4 : R-module, quotient of R

i5 :