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

drawVerticalCpMackeyFunctor -- reorients the net of a Mackey functor vertically

Description

Reorients the net of a Mackey functor vertically

i1 : M = makeRandomCpMackeyFunctor(2)

o1 =                     Res : | 1 0 |
                               | 0 0 |
                               | 0 0 |
                               | 0 1 |
     cokernel | 6 0 |  ---------------------------> cokernel | 2 |  -┐ Conj : | 1 1    0    0 |
              | 0 0 | <---------------------------           | 0 |  <┘        | 0 -1   0    0 |
                         Tr : | 0 3    0    0 |              | 0 |            | 0 0    -1   0 |
                              | 0 1671 2347 2 |              | 0 |            | 0 1671 2347 1 |

o1 : CpMackeyFunctor
i2 : drawVerticalCpMackeyFunctor M

o2 =          cokernel | 6 0 |  
                       | 0 0 |
                     ^ |
      Res            | |         Tr
     | 1 0 |         | |        | 0 3    0    0 |
     | 0 0 |         | |        | 0 1671 2347 2 |
     | 0 0 |         | |
     | 0 1 |         | |
                     | V
               cokernel | 2 |
                        | 0 |
                        | 0 |
                        | 0 |
                       ^
                     └-┘
                      c
              | 1 1    0    0 |
              | 0 -1   0    0 |
              | 0 0    -1   0 |
              | 0 1671 2347 1 |

See also

Ways to use drawVerticalCpMackeyFunctor:

  • drawVerticalCpMackeyFunctor(CpMackeyFunctor)

For the programmer

The object drawVerticalCpMackeyFunctor is a method function.


The source of this document is in CpMackeyFunctors/Documentation/MackeyFunctorDoc.m2:150:0.