Macaulay2 » Documentation
Packages » SpectralSequences :: tensor(RingMap,Complex)
next | previous | forward | backward | up | index | toc

tensor(RingMap,Complex) -- tensor product of a chain complex by a ring map

Description

Given a ring map R -> S and a chain complex over R, returns the tensor product of the given chain complex.

i1 : R = QQ[x];
i2 : M = R^1/(x^2);
i3 : S = R/(x^4);
i4 : C = freeResolution M

      1      1
o4 = R  <-- R
             
     0      1

o4 : Complex
i5 : f = map(S,R,{1});

o5 : RingMap S <-- R
i6 : tensor(f,C)

      1      1
o6 = S  <-- S
             
     0      1

o6 : Complex

See also


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/SpectralSequences.m2:3527:0.