Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R = ZZ/101[a,b,c];

i2 : M = R^1/(a^2,b^2,c^2)

o2 = cokernel | a2 b2 c2 |

                            1
o2 : R-module, quotient of R

i3 : isQuotientModule M

o3 = true

i4 : f = M_{0}

o4 = | 1 |

o4 : Matrix

i5 : N = image f

o5 = subquotient (| 1 |, | a2 b2 c2 |)

                               1
o5 : R-module, subquotient of R

i6 : M == N

o6 = true

i7 : isQuotientModule N

o7 = false

i8 :