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

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:

  • rkSyzModules(ZZ,ZZ)

For the programmer

The object rkSyzModules is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/RelativeCanonicalResolution.m2:630:0.