Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R = QQ[a..d]/(a^3+b^3+c^3+d^3)

o1 = R

o1 : QuotientRing

i2 : X = Proj R;

i3 : T' = cotangentSheaf X

o3 = cokernel {2} | c  0  0  d  0   a2  b2 0  |
              {2} | a  d  0  0  b2  -c2 0  0  |
              {2} | -b 0  d  0  a2  0   c2 0  |
              {2} | 0  b  a  0  -d2 0   0  c2 |
              {2} | 0  -c 0  a  0   -d2 0  b2 |
              {2} | 0  0  -c -b 0   0   d2 a2 |

                                         6
o3 : coherent sheaf on X, quotient of OO  (-2)
                                        X

i4 : numgens T'

o4 = 6

i5 : module T'

o5 = cokernel {2} | c  0  0  d  0   a2  b2 0  |
              {2} | a  d  0  0  b2  -c2 0  0  |
              {2} | -b 0  d  0  a2  0   c2 0  |
              {2} | 0  b  a  0  -d2 0   0  c2 |
              {2} | 0  -c 0  a  0   -d2 0  b2 |
              {2} | 0  0  -c -b 0   0   d2 a2 |

                            6
o5 : R-module, quotient of R

i6 :