Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

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

o1 = R

o1 : PolynomialRing

i2 : exteriorPower(3,R^6)

      20
o2 = R

o2 : R-module, free

i3 : binomial(6,3)

o3 = 20

i4 : exteriorPower(2,R^1)

o4 = 0

o4 : R-module

i5 : I = module ideal (x,y)

o5 = image | x y |

                             1
o5 : R-module, submodule of R

i6 : exteriorPower(2,I)

o6 = cokernel {2} | x y |

                            1
o6 : R-module, quotient of R

i7 :