next | previous | forward | backward | up | top | index | toc | home

betti(Matrix) -- display of the degrees of a map

Synopsis

Description

i1 : S = ZZ/10007[x,y];
i2 : betti matrix{{x^3,x*y^2},{y*x,y^2}}

            0 1
o2 = total: 2 2
         0: 2 .
         1: . .
         2: . 2

o2 : BettiTally
For an explanation of the diagram, see betti(ChainComplex).For an explanation of the diagram, see betti(ChainComplex).

Caveat

The diagram ignores the degree of the map itself.