next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
RelativeCanonicalResolution :: rkSyzModules

rkSyzModules -- Computes the rank of the i-th module in the relative canonical resolution

Synopsis

Description

Computes the rank of the i-th module in the relative canonical resolution

i1 : k = 5;
i2 : rks = apply(k-1, i -> rkSyzModules(i,k))

o2 = {1, 5, 5, 1}

o2 : List

Ways to use rkSyzModules :