For the sake of efficiency, when a chain complex arises as a resolution of a module, the free modules are not filled in until they are needed. This routine can be used to fill them all in, and is called internally when a chain complex is printed. Normally users will not need this function, unless they use # to obtain the modules of the chain complex, or use keys to see which spots are occupied by modules.
i1 : R = ZZ/101[a..d]; |
i2 : C = resolution cokernel vars R; |
i3 : keys C |
i4 : complete C; |
i5 : keys C |