Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R = QQ[a..d]

o1 = R

o1 : PolynomialRing

i2 : D = res coker random(R^2,R^{4:-2})

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

o2 : ChainComplex

i3 : status(D, TotalPairs => true, PairsRemaining => true, Monomials => true)

o3 = (total pairs,pairs remaining,monomials)

     total: (2,0,0) (4,0,549) (20,0,1156) (8,0,410)
         0: (2,0,0)     .          .          .    
         1:    .    (4,0,74)   (2,0,12)       .    
         2:    .    (0,0,51)   (2,0,36)       .    
         3:    .    (0,0,79)   (4,0,48)   (2,0,22) 
         4:    .    (0,0,210)  (8,0,405)  (4,0,79) 
         5:    .    (0,0,135)  (4,0,655)  (2,0,309)

i4 :