F = burkeResolution(M,len)
The construction follows the recipe in Jesse Burke's paper. The resolution produced is minimal iff M is a Golod module. if the optional argument Check => true then the program checks that the differential produced squares to 0 and that the complex is acyclic. The default is Check => false.
|
|
|
|
|
the function golodBetti displays the Betti table of the resolution that would be constructed by burkeResolution, without actually making the construction.
|
|
The advantage of resolutions computed from A-infinity structures is the decomposition of the differential into blocks corresponding to tensor products of the modules in the finite resolutions. In the following display, the symbol {u_1..u_n} denotes B_(u_1)**..**B_(u_(n-1))**G_(u_n), where G is the S-free resolution of M and B is the truncated shift of the S-free resolution A of R^1: that is, B_i = A_(i-1), i = 2...length A.
|
the functions displayBlocks and extractBlocks allow the examination of these submatrices.
|
|
Jesse Burke, Higher Homotopies and Golod Rings. arXiv:1508.03782v2, October 2015.
Requires standard graded ring, module. Something to fix in a future version
The object burkeResolution is a method function with options.