Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : R = ZZ[x,y,z];

i2 : M = R^1/(x,y,z);

i3 : N = R^1/(x^2,y^2,x*y*z,z^2);

i4 : g = map(N,M,x*y);

o4 : Matrix

i5 : f = res g;

i6 : target f

      1      4      6      3
o6 = R  <-- R  <-- R  <-- R  <-- 0
                                  
     0      1      2      3      4

o6 : ChainComplex

i7 :