Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R = QQ[a,b,c]

o1 = R

o1 : PolynomialRing

i2 : I = ideal vars R

o2 = ideal (a, b, c)

o2 : Ideal of R

i3 : M = I / I^2

o3 = subquotient (| a b c |, | a2 ab ac b2 bc c2 |)

                               1
o3 : R-module, subquotient of R

i4 : gens M

o4 = | a b c |

             1       3
o4 : Matrix R  <--- R

i5 : N = (I + I^2)/I^2

o5 = subquotient (| a b c a2 ab ac b2 bc c2 |, | a2 ab ac b2 bc c2 |)

                               1
o5 : R-module, subquotient of R

i6 : gens N

o6 = | a b c a2 ab ac b2 bc c2 |

             1       9
o6 : Matrix R  <--- R

i7 :