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

ExtCoh -- computes Ext of two cohomological Cp-Mackey fuctors

Description

Given two cohomological Cp-Mackey functors $M$ and $N$, we can compute their $i$th Ext Mackey functor in cohomological Mackey functors.

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

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

o3 : CpMackeyFunctor

Ways to use ExtCoh:

  • ExtCoh(ZZ,CpMackeyFunctor,CpMackeyFunctor)

For the programmer

The object ExtCoh is a method function.


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