Macaulay2 » Documentation
Packages » CpMackeyFunctors :: TorCoh
next | previous | forward | backward | up | index | toc

TorCoh -- computes Tor of two cohomological Cp-Mackey fuctors

Description

Given two cohomological Cp-Mackey functors $M$ and $N$, we can compute their $i$th Tor in the category of cohomological Mackey functors.

i1 : N = cokernel(matrix({{3}}));
i2 : M = makeZeroOnUnderlyingMackeyFunctor (3,N);
i3 : prune TorCoh(3,M,M)

o3 =                             Res : 0
     cokernel | 3 0 0 0 0 0 |  -----------> 0  -┐ Conj : 0
                              <-----------     <┘
                                 Tr : 0

o3 : CpMackeyFunctor

Ways to use TorCoh:

  • TorCoh(ZZ,CpMackeyFunctor,CpMackeyFunctor)

For the programmer

The object TorCoh is a method function.


The source of this document is in CpMackeyFunctors/Documentation/HomAlgDoc.m2:46:0.