extPower(d, S, Options => {Degeneracy => false, TopDegree => null})This function computes the Dold-Puppe extension of the exterior power functor to the category of chain complexes. It can be applied to a simplicial module, a complex, or maps thereof. This method is equivalent to using schurMap for the partition $(1, 1, \dots , 1)$, but is generally much faster.
|
|
|
|
|
This method is also implemented in a functorial way:
|
|
|
|
Since this method runs significantly faster than using schurMap, we can compute the full exterior power complex of a longer complex:
|
|
|
|
|
|
|
|
|
This method may take a very long time to run if the user inputs a large/long complex. Use the option TopDegree => d to only run the computation up to a certain degree.
The object extPower is a method function with options.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/SimplicialModules/SimplicialModuleDOC.m2:3612:0.