tensorwithComponents(M, N)This function computes the tensor product of two modules M and N, but additionally caches the components based on the component indices of the original modules. This caching is particularly useful for easily accessing induced maps on components of tensor products of direct sums.
If M and N have cached index components, then this function will use those indices. This function is mostly used for extracting components of the simplicial tensor product, since the full face/degeneracy maps are typically much too large to be displayed on their own.
|
|
|
|
|
|
|
This method also works for lists of modules, for purposes of iterating:
|
|
This method is also functorial, which makes it easy to restrict maps to tensor summands:
|
|
|
|
The object tensorwithComponents is a method function.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/SimplicialModules/SimplicialModuleDOC.m2:3397:0.