Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R = QQ[a..f];

i2 : g = matrix{{a,b},{c,d},{e,f}}

o2 = | a b |
     | c d |
     | e f |

             3       2
o2 : Matrix R  <--- R

i3 : M = subquotient(g,matrix{{b},{c},{d}})

o3 = subquotient (| a b |, | b |)
                  | c d |  | c |
                  | e f |  | d |

                               3
o3 : R-module, subquotient of R

i4 : cover M

      2
o4 = R

o4 : R-module, free, degrees {1, 1}

i5 : cover M == source generators M

o5 = true

i6 :