Macaulay2 » Documentation
Packages » RelativeCanonicalResolution :: rkSyzModules
next | previous | forward | backward | up | index | toc

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

Synopsis

Description

This function 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 :

For the programmer

The object rkSyzModules is a method function.