summands MThis function attempts to find the indecomposable summands of a module or coherent sheaf $M$. The output is a list of modules or sheaves that are direct summands of $M$. The algorithm is probabilistic, and so the output may not necessarily consist of indecomposable summands, particularly in small characteristics. The user can query whether a summand is certifiably indecomposable using isIndecomposable.
|
|
|
|
|
Note that when the input module is not homogeneous, the calculation is treated as occurring over the local ring at the origin. That is, the resulting modules will have direct summand isomorphic to M after localizing at the origin.
summands(L, M)summands(N, M)If a candidates summand, or list of candidates, is provided as the first argument, the algorithm will split off only summands isomorphic to these modules. This can often be much faster than a full decomposition when the user has some guess for the summands, and the remaining summands can then be found by applying summands again to the final leftover piece.
|
|
|
|
|
The object directSummands is a method function with options.
The source of this document is in DirectSummands/docs.m2:680:0.